Kidoz (vast/api/waterfall) (kidoz/vast-api-waterfall
)
operated by: KIDOZ Ltd.
(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://vast.kidoz.net/api/waterfall
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.- Parse the query string in the request path as a query string. Store that in the result for the query string.
1res.query = parseQueryString(query)
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) | query | google_id | 827d8162-0e1c-48cd-892e-4abd3df95ba8 ea70edc1-ac05-481c-8d2a-66b1be496a7e |
App ID | query | package_id | mytown.danceschool.free com.PepiPlay.PepiShopping air.com.tutotoons.app.sweetbabygirlsummerfun2.free mytown.fashion com.tutotoons.app.kikififipetfriends.free |
App version | query | app_version_code | 35 119 70001511 27 500030021 |
query | app_version_name | 1.28 1.1.19 7.0.1511 1.84 5.0.30021 | |
Carrier | query | carrier_name | Android T-Mobile |
Unique device ID | query | device_hash | 842DCA2D9CC31D2C2F9A0328893F15A4C1418790 4D6EC9B2129A8BEB38D365B3D73F597A44677717 C93591B945979E948BC3E078952BC5A802CF0F63 3CB789133DC07FB522743C6863E219913D2F00B9 E1B64FDFA71D2FFFBBE7A443FFB72B2C7ABC8A38 |
Language | query | device_lang | en en-DE |
Manufacturer | query | manufacturer | Google |
query | brand | Apple | |
Model | query | model | sdk_gphone_x86_64_arm64 iPhone10,4 sdk_gphone_x86_64 |
Network connection type | query | network_type | WIFI |
OS name | query | os_type | android ios |
OS version | query | os_version | 30 14.5.1 33 |
ID for the property (website/app) | query | publisher_id | 12776 13131 10941 11818 13608 |
Tracker SDK version | query | sdk_version | 4 |
query | actual_sdk_version | 0.8.8.8 0.8.8.7 0.8.8.3 0.8.5.2 8.9.5 | |
User agent | query | User-Agent | 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.36 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 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.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 |