Rayjump (analytics) (rayjump/analytics)
operated by: RayjumpEndpoint 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.- Decode the request body as a URL-encoded (percent-encoded) string. Store that in the variable
q. - Parse the variable
qas a query string. Store that in the result for the request body. - Parse the result for the request body at
dataas 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.| Property | Context | Path | Examples of observed values |
|---|---|---|---|
| Device advertising ID (GAID/IDFA) | body | gaid | 827d8162-0e1c-48cd-892e-4abd3df95ba8ea70edc1-ac05-481c-8d2a-66b1be496a7e830ec0b3-e94e-43e5-8722-a3a428af37bb49b61a9c-cece-4300-b52e-26840e4c258e |
| body | data.gaid | 827d8162-0e1c-48cd-892e-4abd3df95ba8830ec0b3-e94e-43e5-8722-a3a428af37bb49b61a9c-cece-4300-b52e-26840e4c258e | |
| body | idfa | ||
| App ID | body | package_name | com.stx.pullhimoutcom.commsource.beautypluscom.playland.eyeartcom.gma.water.sort.puzzlecom.gma.water.connect.puzzle |
| body | pn | ||
| App version | body | app_version_name | 1.2.17.2.0301.1.72.5.32.2.0 |
| Country | body | ct | [16777228] |
| body | country_code | DE | |
| Developer-scoped device ID (IDFV/ASID/ANDROID_ID) | body | idfv | 96B9FAB0-9947-47A3-B06B-C0D638E5437DB103B8DF-5C82-4AED-A9D2-4CCC0C1FEC846BECBE05-26D9-43D4-BDA6-353DC1809D5E46F3F12F-50BB-4D76-AF31-5F1E3DF50ABE29043FB1-21B0-42DF-8426-060EF60A2358 |
| Language | body | language | en-USen-DEen |
| Manufacturer | body | brand | google |
| Model | body | model | sdk_gphone_x86_64_arm64iPhone9,3iPhone10,4sdk_gphone_x86_64 |
| Orientation | body | orientation | 12 |
| OS name | body | os | |
| body | db | ||
| OS version | body | osv | |
| body | os_version | 1114.814.5.113 | |
| Public IP address | body | ip | |
| Screen height | body | screen_size | 1440x2560750.000000x1334.0000001334.000000x750.0000001136.000000x640.0000002280x1080 |
| Screen width | body | screen_size | 1440x2560750.000000x1334.0000001334.000000x750.0000001136.000000x640.0000002280x1080 |
| Time zone | body | timezone | GMT+01:00GMT 02:00GMT%2B01%3A00 |
| Tracker SDK version | body | sdk_version | MAL_15.4.21MAL_14.6.01MAL_15.4.11MAL_15.3.11MI_7.0.4 |
| User agent | body | useragent | Mozilla/5.0 (iPhone; CPU iPhone OS 14_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148Mozilla/5.0 (iPhone; CPU iPhone OS 14_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 |
| body | ua | Mozilla/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.36Mozilla/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.19Mozilla/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.36Mozilla/5.0 (Linux; Android 11; sdk_gphone_x86_64 Build/RSR1.210722.013.A2; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/83.0.4103.106 Mobile Safari/537.36Mozilla%2F5.0+%28Linux%3B+Android+11%3B+sdk_gphone_x86_64+Build%2FRSR1.210722.013.A2%3B+wv%29+AppleWebKit%2F537.36+%28KHTML%2C+like+Gecko%29+Version%2F4.0+Chrome%2F83.0.4103.106+Mobile+Safari%2F537.36 |