players

players

operated by: OneSignal, 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://api.onesignal.com/players
  • https://onesignal.com/api/v1/players
  • /https:\/\/api\.onesignal\.com\/players\/[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}/

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. Get the property at JSONPath $ in the request path. Store that in the result for the request path.
1res.body = parseJson(body)
2res.path = path.$

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 IDbodyandroid_package More details on how we identified this propertyspapps.com.windmap
com.chatx
com.rosezflower
com.atpc
com.nodecode.brightmeet
bodyios_bundle More details on how we identified this propertycom.morpholioapps.trace
co.pupy.app
com.fitnesslabs.airtag
genesis.tenwords
com.buttonpublish.EnduroPro
App versionbodygame_version Tracker documentation on this property56
12
1
442
1003
Carrierbodycarrier More details on how we identified this propertyAndroid
o2-de
T-Mobile
Countrybodytags.countryunknown
Germany
Device namebodytags.deviceNameR2Gl5OLv20
Is device rooted?bodyrooted Tracker documentation on this propertytrue
false
Languagebodylanguage Tracker documentation on this propertyen
en-DE
ar-EG
ar
bodytags.langen-GB
en
bodytags.language
Latitudebodylat Tracker documentation on this property52.23528
37.4219983
52.23529715087376
52.23528007973098
52.23530188285895
bodytags.geo_latitude52.23528
Longitudebodylong Tracker documentation on this property10.56437
-122.084
10.564228092153389
10.564194571491363
10.564201151261111
bodytags.geo_longitude10.56437
Modelbodydevice_model Tracker documentation on this propertysdk_gphone_x86_64_arm64
iPhone9,3
iPhone10,4
sdk_gphone_x86_64
iPhone10,6
OS namebodydevice_type Tracker documentation on this property1
0
OS versionbodydevice_os Tracker documentation on this property11
14.8
14.5.1
13
15.6.1
Other unique identifiers for the user, device, session, or installationbodyexternal_user_id Tracker documentation on this property690BE26F-528A-4227-A709-ECDB683CE66C
62470f55c336398d980293ef
B47A6AAF-58D5-4F4C-9F5D-9EC9964B4FDE
247df20b-c12d-34e3-95ca-de106121f412
E39EF500-3302-457D-AA49-9F6AAB679CEE
path$ Tracker documentation on this property/api/v1/players
/players
bodytags.deviceIdANDROID887690234__bcbd786b2d9e32d7
Push notification tokenbodyidentifier Tracker documentation on this propertydvTCDZc1TReAs7a5fB783C:APA91bFIdmuaKbXkCkChrHclOGKURgIrFH_0PdF1AnB2w_GjaF9FNAcW-ywApX6FZ9SF6PpcTkttx3pzYSOkEszG8VsTVBGbddZjro3mp-fNCvkFyB9iY-0VNve-1RDgWwfZcnmuP1gO
f3EIaCMMQ22NqcuBfCnjoG:APA91bEu-yy6Oop8izg4hqEtVtkmrdIObyI4Azhw2vxKlrtU26svsZkafwD8J9XW3OV8ZCnN09VSAzQXyTN8c9cI2dtouixpVI525SW49cfi98gsTqHbisCJDBHR2ycv9YwbBuVcKrWd
f-Xh2vLEGuo:APA91bEfRGKZIxh4HQVh26GFOvwruXhbJipqHgJzf8Wsp5yMqMCmpNfHF6HB9UA1bJR68qVWnXDgXUtx1K6SCW1pwmtpG1fdkeXASCGesF9CzJZovXiDL47hQiJdGwGfuuJ-STNh4nh6
fJ9kNvPLQNK5wrNYbV0uRc:APA91bE4OmDZfRiIoHYs624NHXS5U7aOQoT0m35f6IoUs_juKFRCoX46NEnmytCwrHDYCm4wN-wIfSwxfnV0ca4vt0O8iZfyWut58IpGi0-62jR8OkkfgZ3EwhrEbLAK3vax704e1ERz
e9y1oyE7sxA:APA91bFGF2FY6RfXmTWcAF6JISSxkwgVrSDyqPTDQsUOtAmd5m2PzzAWVb69WwBrDEFXSR4Wig6BJda1nB3K1kdD7ssjHZsomZQ-2hNlynQB2NH2amhFTZvedRsXMsJasMoSan144Ijr
Time zonebodytimezone_id Tracker documentation on this propertyEurope/Berlin
bodytimezone Tracker documentation on this property3600
7200
Tracker SDK versionbodysdk More details on how we identified this property031207
031504
031502
031506
031008
References