Start.io (infoevent) (start-io/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.dartushinc.videocall com.footy.app.live15 com.soundryt.music com.maroc.music.jcplayerexample com.football.live.hd16 |
App version | body | appVersion | 31.0 3.0 4.1 1.0 3.0.5 |
Carrier | body | ispName | T-Mobile |
body | ispCarrIdName | T-Mobile - US | |
Device advertising ID (GAID/IDFA) | body | userAdvertisingId | 0 827d8162-0e1c-48cd-892e-4abd3df95ba8 ea70edc1-ac05-481c-8d2a-66b1be496a7e 830ec0b3-e94e-43e5-8722-a3a428af37bb 49b61a9c-cece-4300-b52e-26840e4c258e |
Is app in foreground? | body | fgApp | true false |
Is device roaming? | body | roaming | false |
Is device rooted? | body | root | true |
Language | body | locale | en_US en |
Manufacturer | body | manufacturer | Google |
Model | body | model | sdk_gphone_x86_64_arm64 sdk_gphone_x86_64 |
Network connection type | body | grid | WIFI e105 |
Orientation | body | orientation | portrait landscape |
OS name | body | os | android |
OS version | body | deviceVersion | 30 33 |
Other unique identifiers for the user, device, session, or installation | body | clientSessionId | fb1cff94-fcec-4ed2-89e8-105daf764025 e06eb120-8aba-40e7-85ec-18528358eff1 d083d65b-3ef8-45d6-a264-41445c14b91c f0bb40e3-566b-4f6f-82ce-bbe45ada5e3f bdb7ac2a-f150-45ef-b791-abebd91e0af2 |
Free RAM | body | freeRam | 908 907 912 934 917 |
Used RAM | body | usedRam | 1073 1068 1046 1063 1101 |
Screen height | body | height | 2392 1080 2148 2214 1794 |
Screen width | body | width | 1440 2148 1080 |
Signal strength (cellular) | body | cellSignalLevel | 3 0 e106 |
Signal strength (Wi-Fi) | body | wifiSignalLevel | e106 |
Tracker SDK version | body | sdkVersion | 4.3.0 4.6.3 4.6.2 4.7.3_apus 4.6.1 |
Uptime | body | timeSinceBoot | 563380 563379 563574 560694 560692 |
Viewed page | body | appActivity | com.startapp.sdk.adsbase.StartAppInitProvider.onCreate() com.startapp.sdk.adsbase.j.u.a() com.startapp.sdk.a.a.a() com.startapp.sdk.adsbase.infoevents.f.run() com.startapp.sdk.adsbase.c.a() |