analytics

analytics

operated by: Rayjump

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://analytics.rayjump.com/

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. Decode the request body as a URL-encoded (percent-encoded) string. Store that in the variable q.
  2. Parse the variable q as a query string. Store that in the result for the request body.
  3. Parse the result for the request body at data as a query string. Replace the existing value.
1q = decodeUrl(body)
2res.body = parseQueryString(q)
3res.body.data = parseQueryString(res.body.data)

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 IDbodypackage_namecom.stx.pullhimout
com.commsource.beautyplus
com.playland.eyeart
com.gma.water.sort.puzzle
com.gma.water.connect.puzzle
bodypn
App versionbodyapp_version_name1.2.1
7.2.030
1.1.7
2.5.3
2.2.0
Countrybodyct[16777228]
bodycountry_codeDE
UNKNOWN
Device advertising ID (GAID/IDFA)bodygaid827d8162-0e1c-48cd-892e-4abd3df95ba8
ea70edc1-ac05-481c-8d2a-66b1be496a7e
49b61a9c-cece-4300-b52e-26840e4c258e
bodydata.gaid827d8162-0e1c-48cd-892e-4abd3df95ba8
49b61a9c-cece-4300-b52e-26840e4c258e
bodyidfa00000000-0000-0000-0000-000000000000
Developer-scoped device ID (IDFV/ASID/ANDROID_ID)bodyidfv96B9FAB0-9947-47A3-B06B-C0D638E5437D
B103B8DF-5C82-4AED-A9D2-4CCC0C1FEC84
6BECBE05-26D9-43D4-BDA6-353DC1809D5E
46F3F12F-50BB-4D76-AF31-5F1E3DF50ABE
29043FB1-21B0-42DF-8426-060EF60A2358
Languagebodylanguageen-US
en-DE
en
Manufacturerbodybrandgoogle
Modelbodymodelsdk_gphone_x86_64_arm64
iPhone9,3
iPhone10,4
sdk_gphone_x86_64
Orientationbodyorientation1
-1
2
OS namebodyos
bodydb
OS versionbodyosv
bodyos_version11
14.8
14.5.1
13
Public IP addressbodyip
Screen heightbodyscreen_size1440x2560
750.000000x1334.000000
1334.000000x750.000000
1136.000000x640.000000
1080x2280
Screen widthbodyscreen_size1440x2560
750.000000x1334.000000
1334.000000x750.000000
1136.000000x640.000000
1080x2280
Time zonebodytimezoneGMT+01:00
GMT 02:00
Tracker SDK versionbodysdk_versionMAL_15.4.21
MAL_14.6.01
MAL_15.4.11
MAL_15.3.11
MI_7.0.4
User agentbodyuseragentMozilla/5.0 (iPhone; CPU iPhone OS 14_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148
Mozilla/5.0 (iPhone; CPU iPhone OS 14_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148
bodyuaMozilla/5.0 (Linux; Android 11; sdk_gphone_x86_64_arm64 Build/RSR1.201013.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/83.0.4103.106 Mobile Safari/537.36
Mozilla/5.0 (Linux; Android 11; sdk_gphone_x86_64_arm64 Build/RSR1.201013.001) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.133 Mobile Safari/535.19
Mozilla/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 (Linux; Android 13; sdk_gphone_x86_64 Build/TE1A.220922.025; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/103.0.5060.71 Mobile Safari/537.36