qs

qs

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)\/attribution$/
  • /^https:\/\/app(\.eu)?\.adjust\.(com|net\.in|world)\/measurement_consent$/

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.
  1. Parse the query string in the request path as a query string. Store that in the result for the query string.
1res.query = parseQueryString(query)

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.
PropertyContextPathExamples of observed values
App IDquerypackage_name Tracker documentation on this propertycom.exxen.android
com.once.android
com.scorp.who
com.blinkslabs.blinkist.android
com.prosieben.fyeo
querybundle_id Tracker documentation on this propertycom.holidu.holidu
com.storytel.iphone
de.immonet.iphone
com.widget.theme
capital.scalable.Scalable-Capital
App versionqueryapp_version Tracker documentation on this property1.0.1
3.18
1.9.97
8.7.2
2.3.1
queryapp_version_short Tracker documentation on this property9.5.0
22.9.0
8.0.0
1.5.9
22.4
Countryquerycountry Tracker documentation on this propertyDE
Device advertising ID (GAID/IDFA)querygps_adid Tracker documentation on this property827d8162-0e1c-48cd-892e-4abd3df95ba8
ea70edc1-ac05-481c-8d2a-66b1be496a7e
49b61a9c-cece-4300-b52e-26840e4c258e
fffe8a97-a504-4d14-89ab-c2025fbaf065
queryidfa Tracker documentation on this property00000000-0000-0000-0000-000000000000
F04C6D92-D4FA-4CA4-AC62-DE94C8C2DAE7
Developer-scoped device ID (IDFV/ASID/ANDROID_ID)queryidfv Tracker documentation on this propertyB86C1463-141F-4649-B7B3-2DE67FDF6836
1C6A01D2-EEAC-4DEF-A2DE-7985F5F80B5C
878BF50A-FA22-45A2-9868-B6063F920F65
15AB9556-1FC5-4141-AA19-384C6C797308
67229297-C1C5-4232-93AB-85D2625CC358
queryandroid_id Tracker documentation on this property594c5f4e4ab9d737
App install timequeryinstalled_at More details on how we identified this property2022-03-30T13:45:55.437Z+0200
2022-03-30T13:48:53.537Z+0200
2022-03-30T14:07:49.460Z+0200
2022-03-30T14:12:39.925Z+0200
2022-03-30T15:07:57.530Z+0200
Languagequerylanguage Tracker documentation on this propertyen
Modelquerydevice_name Tracker documentation on this propertysdk_gphone_x86_64_arm64
iPhone9,3
iPhone10,4
sdk_gphone_x86_64
iPhone10,6
OS namequeryos_name Tracker documentation on this propertyandroid
ios
OS versionqueryos_version Tracker documentation on this property11
14.8
14.5.1
13
15.6.1
queryos_build18H17
18E212
Other unique identifiers for the user, device, session, or installationqueryandroid_uuid More details on how we identified this property4deade05-a47a-4e4c-9661-5c5a36a16a53
df3cebf4-88a0-40ae-9673-67b7d8b92d22
86adb088-6b9f-41e0-8f1c-d0d8b0ef91f9
9ca4707f-528a-4d5a-9511-42c62197275f
8272e892-2e0a-4958-b37f-8f1084d26bb7
queryios_uuid More details on how we identified this propertyeb70fffe-f76c-4f47-a8b8-904e0f7d5cf4
ea92be32-4e90-4119-9469-3ec082cb2757
26794c49-815d-46d0-82e5-7fc31bb2a4e0
f4feeae9-9e57-4ff2-ba0a-bafcb2b33eba
1b2eec9a-bb86-4760-b127-27e9110d0707
querypersistent_ios_uuid More details on how we identified this propertyfb4baa3b-a064-43aa-9dfe-011f8b290b66
ccaf58f9-d31f-4ab5-adef-74329471d973
221da2c1-2832-4bd7-b85d-2b61e5865c7c
4af77151-88de-4309-8912-255d22b912b1
86CDA39F-CB8D-4401-B030-FC1B7360289F
queryweb_uuid More details on how we identified this property8edd7372-1e47-4118-29b6-017a549be255
queryfb_anon_id More details on how we identified this property
queryexternal_device_id Tracker documentation on this property1DFD8FC7-6DA3-4189-9983-4EA477F56D84
CFB8C670-C688-4D54-B714-8F5A56E5F0BA
mYhURWNKC2
2B17B166-CB5C-41DA-A1B0-4FEE42337DB7
OyZVCfu5fxZ3ULs6PKX5Yg0zzUp1
References