trackdownload
operated by: Start.io Inc. (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://trackdownload.startappservice.com/trackdownload/api/1.0/trackdownload
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 | packageId | com.dobrrankozlliaev.teardownn.tips com.kossanapps.oneblock.raftsurvival com.mcpe.bedrock.maps.Mods.Master livestreetview.gpsnavigation.liveearthmap com.mastfrinf.nightfnfgame |
App version | query | appVersion | 9.0.0 1.1 2.1 2.3.9 1.0 |
Carrier | query | ispName | T-Mobile |
query | ispCarrIdName | T-Mobile - US | |
Device advertising ID | query | userAdvertisingId | ea70edc1-ac05-481c-8d2a-66b1be496a7e |
Is app in foreground? | query | fgApp | true |
Is device roaming? | query | roaming | false |
Is device rooted? | query | root | true |
Language | query | locale | en_US |
Manufacturer | query | manufacturer | Google |
Model | query | model | sdk_gphone_x86_64_arm64 |
Network connection type | query | grid | WIFI |
Orientation | query | orientation | |
OS name | query | os | android |
OS version | query | deviceVersion | 30 |
Other identifiers | query | clientSessionId | 2c518a31-107a-4a24-8585-631579b5d72a 93a4ee85-8859-4e66-8e5a-371bac9e974f a35aab5c-4d58-46fe-a0aa-ae40eb7ec0ea e6c89b2e-3860-4806-81cf-b6f0fee6fea0 d04632eb-041f-460a-b0b9-f8141d53a2aa |
Free RAM | query | freeRam | |
Used RAM | query | usedRam | |
Screen height | query | height | 2392 |
Screen width | query | width | 1440 |
Signal strength (cellular) | query | cellSignalLevel | 3 0 |
Signal strength (Wi-Fi) | query | wifiSignalLevel | |
Tracker SDK version | query | sdkVersion | 4.6.3 4.9.1 4.8.2 4.8.11 4.8.9 |
Uptime | query | timeSinceBoot | 1131261 1130543 1131759 15614998 1131068 |
Viewed page | query | appActivity |