body
operated by: Adjust GmbH (get company information on datarequests.org, go to tracker entry in the Exodus database)Endpoint URLs
These are URLs or regexes of endpoints the tracker sends data to. We use these to determine which adapter to apply to a request. Some trackers use the same endpoint for several formats. In this case we use additional logic to match the adapter to the request, refer to the code for more information./^https:\/\/app(\.eu)?\.adjust\.(com|net\.in|world)\/session$/
/^https:\/\/app(\.eu)?\.adjust\.(com|net\.in|world)\/event$/
/^https:\/\/app(\.eu)?\.adjust\.(com|net\.in|world)\/sdk_click$/
/^https:\/\/app(\.eu)?\.adjust\.(com|net\.in|world)\/sdk_info$/
/^https:\/\/app(\.eu)?\.adjust\.(com|net\.in|world)\/third_party_sharing$/
/^https:\/\/app(\.eu)?\.adjust\.(com|net\.in|world)\/ad_revenue$/
/^https:\/\/app(\.eu)?\.adjust\.(com|net\.in|world)\/sdk_click$/
Decoding steps
Every tracking library has its own way of transmitting tracking data, often even several. They are regularly pretty convoluted, nested encoding schemes. Because of that, the adapter needs to decode the request information into a consistent format. We try to keep keys and paths intact, but the structure results from our decoding. All steps used in the decoding for this adapter are documented here.- Parse the request body as a query string. Store that in the result for the request body.
- Parse the result for the request body at
partner_params
as JSON. Replace the existing value. - Parse the result for the request body at
callback_params
as JSON. Replace the existing value.
1res.body = parseQueryString(body)
2res.body.partner_params = parseJson(res.body.partner_params)
3res.body.callback_params = parseJson(res.body.callback_params)
Observed data transmissions
This is data that we observed being transmitted by this tracker. Not every request contains all of this data. The context of the data describes where we found the data in the request, the path describes the location of the data in the decoded request. The examples are a selection of observed values.Property | Context | Path | Examples of observed values |
---|---|---|---|
App ID | body | package_name | com.stepler com.pixum.android.photoworld com.lovbedo com.gk.themeparkfun3d com.tier.app |
body | bundle_id | com.apalonapps.plants com.tomtom.amigo com.steuerbot cn.danatech.pictureInsect com.gnovel.originalstation | |
App version | body | app_version | 1.7.7 237 11992 554 792227 |
Country | body | country | US DE |
Device advertising ID | body | gps_adid | ea70edc1-ac05-481c-8d2a-66b1be496a7e |
body | idfa | 00000000-0000-0000-0000-000000000000 | |
iOS IDFV | body | idfv | EB274D9A-8340-41B4-BF53-0AE060C02A47 681850E8-3FC4-40B0-9E7B-D52F78A8D0F6 E1D46A31-A497-4A3F-AC08-D3DD2CDA579A FA932BFB-B738-4BE0-BEA5-202ADFEA5857 8A79B99F-581D-4863-BAEA-98DEA6C122E3 |
Language | body | language | en de |
Manufacturer | body | device_manufacturer | Google |
Model | body | device_name | sdk_gphone_x86_64_arm64 iPhone9,3 |
OS name | body | os_name | android ios |
OS version | body | os_version | 11 14.8 |
body | os_build | RSR1.201211.001.A1 18H17 | |
Other identifiers | body | android_uuid | ee6ca193-6929-489e-b594-5d2937f352d5 9be16a8b-5a0f-4cd5-8fa6-361fece5b8f4 ed9e6907-b73f-4060-a6e0-e23384158621 52eb3e6c-f288-462c-a5d1-ec515e9fcbca ec8263b9-db0b-49ff-8334-df6a0ddabd48 |
body | ios_uuid | ea92be32-4e90-4119-9469-3ec082cb2757 26794c49-815d-46d0-82e5-7fc31bb2a4e0 dafb3b3d-628e-453b-bddd-83bbaf7a1b8b 41be3056-df6c-400b-947e-f7ac48dfbf71 f4feeae9-9e57-4ff2-ba0a-bafcb2b33eba | |
body | fb_anon_id | XZ49222A9F-64B7-4A4F-B4ED-011134397722 XZB411160B-4667-4994-A0E4-4396CA9C6B99 XZ46BCFAF3-710E-471F-A3B8-BFE50B9275CB XZD51CFB1A-0478-417D-BE9F-A294139F3E3D XZ7AF238C0-63FF-4775-A3A1-CBF818C37489 | |
Screen height | body | display_height | 2392 1440 |
Screen width | body | display_width | 1440 2392 |