Kidoz (api/vast/error.gif) (kidoz/api-vast-error-gif
)
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://a.kidoz.net/api/vast/error.gif
https://analytics.kidoz.net/api/vast/error.gif
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 |
Unique device ID | query | device_hash | F741BE2811E861B9404757C39A5A29CA101ACDFD FB9176CDC4A5354B65B226E107BF77FF8C142B6B 02841475F64FBF14141CEA2D18821779805EB018 E1D51A019E0563181A30EA244AB0E00E736B44D4 DB06F470AFB3EF8720AA8AD2179880C9316B5E3D |
Language | query | device_lang | de |
OS version | query | os_version | 30 14.5.1 33 |
ID for the property (website/app) | query | publisher_id | 12442 11818 10941 12776 13131 |
Public IP address | query | wip | 46.93.203.1 93.233.176.1 46.93.202.1 46.93.192.1 93.233.181.1 |
Tracker SDK version | query | sdk_version | 0.8.5.2 0.8.8.3 0.8.8.7 0.8.8.8 8.8.8 |