logs

logs

operated by: ironSource Ltd. (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://logs.ironsrc.mobi/logs

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.
  1. Parse the query string in the request path as a query string. Store that in the variable q.
  2. Decode the property at JSONPath data in the variable q as a Base64 string. Store that in the variable j.
  3. Parse the variable j as JSON. Store that in the result for the request body.
1q = parseQueryString(query)
2j = decodeBase64(q.data)
3res.body = parseJson(j)

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.
PropertyContextPathExamples of observed values
App IDbodydata.bundleidcom.PepiPlay.PepiShopping
com.game.bingocash
com.fujigames.memesoundboard
com.game.SuperMii
com.grand.iron.superhero.gamff
App versionbodydata.appversion1.1.27
16.0
1.0
3.9.9.16
1.3
Device advertising ID (GAID/IDFA)bodydata.deviceidea70edc1-ac05-481c-8d2a-66b1be496a7e
8F2B0125-2F16-4F35-A419-1BABC693B890
6BECBE05-26D9-43D4-BDA6-353DC1809D5E
C71E5C30-4FB9-46E7-8C71-B5F625937BE9
74D69303-899F-45CD-91E0-0825A917025F
Manufacturerbodydata.deviceoemGoogle
Apple
Modelbodydata.devicemodelsdk_gphone_x86_64_arm64
iPhone9,3
iPhone10,4
iPhone10,6
sdk_gphone_x86_64
Network connection typebodydata.connectiontypewifi
3g
OS namebodydata.deviceosandroid
ios
OS versionbodydata.deviceosversion11
14.8
14.5.1
15.6.1
13
bodydata.deviceapilevel30
14
15
33
Tracker SDK versionbodydata.sdkversion5.87
5.94
5.109
5.107
5.112