infoevent
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://infoevent.startappservice.com/tracking/infoEvent
https://infoevent.startappservice.com/infoevent/api/v1.0/info
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 JSON. Store that in the result for the request body.
1res.body = parseJson(body)
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 | packageId | com.kossanapps.oneblock.raftsurvival com.dobrrankozlliaev.teardownn.tips com.mcpe.bedrock.maps.Mods.Master livestreetview.gpsnavigation.liveearthmap com.mastfrinf.nightfnfgame |
App version | body | appVersion | 1.1 9.0.0 2.1 2.3.9 1.0 |
Carrier | body | ispName | T-Mobile |
body | ispCarrIdName | T-Mobile - US | |
Device advertising ID | body | userAdvertisingId | ea70edc1-ac05-481c-8d2a-66b1be496a7e |
Is app in foreground? | body | fgApp | true |
Is device roaming? | body | roaming | false |
Is device rooted? | body | root | true |
Language | body | locale | en_US |
Manufacturer | body | manufacturer | Google |
Model | body | model | sdk_gphone_x86_64_arm64 |
Network connection type | body | grid | WIFI e105 |
Orientation | body | orientation | portrait |
OS name | body | os | android |
OS version | body | deviceVersion | 30 |
Other identifiers | body | clientSessionId | 93a4ee85-8859-4e66-8e5a-371bac9e974f 2c518a31-107a-4a24-8585-631579b5d72a a35aab5c-4d58-46fe-a0aa-ae40eb7ec0ea e6c89b2e-3860-4806-81cf-b6f0fee6fea0 d04632eb-041f-460a-b0b9-f8141d53a2aa |
Free RAM | body | freeRam | 840 843 759 753 795 |
Used RAM | body | usedRam | 1140 1137 1221 1227 1185 |
Screen height | body | height | 2392 |
Screen width | body | width | 1440 |
Signal strength (cellular) | body | cellSignalLevel | 3 0 |
Signal strength (Wi-Fi) | body | wifiSignalLevel | e106 |
Tracker SDK version | body | sdkVersion | 4.6.3 4.9.1 4.8.2 4.8.11 4.8.9 |
Uptime | body | timeSinceBoot | 1.129558e+06 1.12956e+06 1.130236e+06 1.130424e+06 1.13161e+06 |
Viewed page | body | appActivity | com.startapp.sdk.adsbase.StartAppInitProvider.onCreate() com.startapp.sdk.adsbase.j.u.a() com.startapp.sdk.adsbase.infoevents.f.run() com.startapp.sdk.a.a.a() h.c.a.a.a.J() |