unityads-games
operated by: Unity Technologies ApS (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://publisher-config.unityads.unity3d.com/games/3268074/configuration
https://auction.unityads.unity3d.com/v4/test/games/3268074/requests
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.Property | Context | Path | Examples of observed values |
---|---|---|---|
App ID | query | bundleId | com.mondayoff.wantedfish com.miracle.drawtosave.an com.gma.water.sort.puzzle br.com.tapps.donotdisturb com.hqgames.pencil.sketch.photo |
Device advertising ID | query | advertisingTrackingId | 00000000-0000-0000-0000-000000000000 ea70edc1-ac05-481c-8d2a-66b1be496a7e |
Is device rooted? | query | rooted | false |
Language | query | language | en_US en |
Manufacturer | query | deviceMake | Google |
Model | query | deviceModel | sdk_gphone_x86_64_arm64 |
Network connection type | query | connectionType | wifi |
OS name | query | platform | android |
OS version | query | osVersion | 11 |
Other identifiers | query | analyticsUserId | e792234b03619c2ca8e7162791a4c48f da8efec0dd2bc94cc82e628b07f3bef4 2a5bac782b30930bd97fce8e4c22cfb5 4aabcf18f911aaf9195b0d6ad36b9eda 6d683ad44eb0195828bd323e2ebfefd0 |
Screen height | query | screenHeight | 2392 1440 |
Screen width | query | screenWidth | 1440 2392 |