live-nested

live-nested

operated by: Chartboost, 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://live.chartboost.com/webview/v2/prefetch
  • https://live.chartboost.com/webview/v2/reward/get
  • https://live.chartboost.com/webview/v2/interstitial/get
  • https://da.chartboost.com/auction/sdk/banner

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 request body as JSON. Store that in the result for the request body.
  2. Decode the result for the request body at device.identity as a Base64 string. Replace the existing value.
  3. Parse the result for the request body at device.identity as JSON. Replace the existing value.
1res.body = parseJson(body)
2res.body.device.identity = decodeBase64(res.body.device.identity)
3res.body.device.identity = parseJson(res.body.device.identity)

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 IDbodyapp.bundle_idcom.mondayoff.wantedfish
com.audiomack.iphone
com.miracle.drawtosave.an
com.redberry.glitterdressa2
com.moonfrog.ludo.club
App versionbodyapp.bundle0.1.6
8350
1.0.2.1
5.0
54667
Carrierbodydevice.carrier{"carrier_name":"","mobile_country_code":"","mobile_network_code":"","iso_country_code":"","phone_type":0}
{"mobile_network_code":null,"iso_country_code":null,"mobile_country_code":null,"carrier_name":null}
{"mobile_network_code":null,"iso_country_code":null,"mobile_country_code":null,"carrier_name":"o2-de"}
{"carrier_name":"Android","mobile_country_code":"310","mobile_network_code":"260","iso_country_code":"us","phone_type":1}
o2-de
Countrybodydevice.countryUS
DE
Device advertising IDbodydevice.identity.gaidea70edc1-ac05-481c-8d2a-66b1be496a7e
bodydevice.identity.ifa00000000-0000-0000-0000-000000000000
Is device rooted?bodydevice.rooted_devicetrue
false
Languagebodydevice.languageen
en-DE
Manufacturerbodydevice.device_typeGoogle sdk_gphone_x86_64_arm64
iPhone9,3
Modelbodydevice.modelsdk_gphone_x86_64_arm64
iPhone
iPhone9,3
Network connection typebodydevice.mobile_network0
13
Orientationbodydevice.is_portraittrue
false
OS namebodydevice.osAndroid 11
14.8
iOS
OS versionbodydevice.osAndroid 11
14.8
iOS
Other identifiersbodyapp.session_idd4461493df1970a7ebef10facbf724a764ee3bcc
8c857eb763f478bb94573089200f3e68bf65be00
2125f518af274d96f8128cfef39fd12a057ea4fc
43e309b89ce9ba266f5087134faf00c9d95a2d2a
4ef06b10bedbde13272fea4a6244fc14a444e08c
Screen heightbodydevice.h2560
1334
1440
750
Screen widthbodydevice.w1440
750
2560
1334
Time zonebodydevice.timezoneGMT+02:00
Tracker SDK versionbodysdk.sdk8.3.1
8.5.0
8.2.0
8.2.1
8.1.0
User agentbodydevice.user_agentMozilla/5.0 (Linux; Android 11; sdk_gphone_x86_64_arm64 Build/RSR1.201211.001.A1; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/83.0.4103.106 Mobile Safari/537.36
Mozilla/5.0 (iPhone; CPU iPhone OS 14_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148