Adjust (query string) (adjust/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.- 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.References
- Documentation for
package_name
: https://help.adjust.com/en/article/server-to-server-sessions - Documentation for
bundle_id
: https://help.adjust.com/en/article/server-to-server-sessions - Documentation for
app_version
: https://help.adjust.com/en/article/server-to-server-sessions - Documentation for
app_version_short
: https://help.adjust.com/en/article/server-to-server-sessions - Documentation for
country
: https://help.adjust.com/en/article/server-to-server-sessions - Documentation for
gps_adid
: https://help.adjust.com/en/article/device-identifiers - Documentation for
idfa
: https://help.adjust.com/en/article/device-identifiers - Documentation for
idfv
: https://help.adjust.com/en/article/device-identifiers - Documentation for
android_id
: https://help.adjust.com/en/article/device-identifiers - Documentation for
language
: https://help.adjust.com/en/article/server-to-server-sessions - Documentation for
device_name
: https://help.adjust.com/en/article/server-to-server-sessions - Documentation for
os_name
: https://help.adjust.com/en/article/server-to-server-sessions - Documentation for
os_version
: https://help.adjust.com/en/article/server-to-server-sessions - Documentation for
external_device_id
: https://help.adjust.com/en/article/external-device-identifiers