Kidoz (openrtb2/vast) (kidoz/openrtb2-vast
)
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://v.kidoz.net/openrtb2/vast
https://prebid-adapter.kidoz.net/openrtb2/vast
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 |
---|---|---|---|
App ID | query | app_id | com.kidoz com.vgminds.traditionalrhymes com.tutotoons.app.animalhairsalonaustralia.free mytown.mall.free com.tutotoons.app.kpopsiescuteunicornpets |
query | app_store_url | https://play.google.com/store/apps/details?id=com.kidoz https://play.google.com/store/apps/details?id=com.vgminds.traditionalrhymes https://play.google.com/store/apps/details?id=com.tutotoons.app.animalhairsalonaustralia.free https://play.google.com/store/apps/details?id=mytown.mall.free https://play.google.com/store/apps/details?id=com.tutotoons.app.kpopsiescuteunicornpets | |
App name | query | app_title | com.kidoz com.vgminds.traditionalrhymes com.tutotoons.app.animalhairsalonaustralia.free mytown.mall.free com.tutotoons.app.kpopsiescuteunicornpets |
App version | query | app_version | 1.0.0 0.0.0 1.9.14 2.7.0.25336 |
Carrier | query | carrier | Android |
Country | query | country_code | DE |
Unique device ID | query | ifa | 1dbe615d-cbad-45d9-8bbe-9728847d5eab 47471111-7a27-4910-9aee-ac75a402edb6 |
Language | query | device_language | en de |
Manufacturer | query | brand | Google Huawei Apple |
Model | query | model | sdk_gphone_x86_64_arm64 Nexus 6p iPhone10,4 sdk_gphone_x86_64 |
OS name | query | platform | Android iOS |
OS version | query | os_version | 21 11 8.4.3 30 |
ID for the property (website/app) | query | publisher_id | 13131 14540 |
Public IP address | query | client_ip | 134.169.32.95 46.93.203.1 93.233.176.1 46.93.202.1 46.93.192.1 |
query | wip | 93.233.176.1 | |
Screen height | query | screen_height | 2560 1440 750 1080 2280 |
Screen width | query | screen_width | 1440 2560 1334 2280 1080 |
Time zone | query | timezone | 1611266932438 1611657311059 1611670460025 1611670460041 1611681727382 |
Tracker SDK version | query | sdk_version | 8.8.8 8.9.5 8.9.0 8.9.7 9.1.0 |
User agent | query | user_agent | Dalvik/2.1.0 (Linux; U; Android 11; sdk_gphone_x86_64_arm64 Build/RSR1.201013.001) 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 (iPhone; CPU iPhone OS 14_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 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 |