Kidoz (analytics/parents/KidozRestMobile.php) (kidoz/analytics-parents-kidozrestmobile
)
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://analytics.kidoz.net/parents/KidozRestMobile.php
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 request body as a query string. Store that in the result for the request body.
- Parse the result for the request body at
KidozEventsLogAsJson
as JSON. Store that in the result for the request body atKidozEventsLogAsJsonParsed
.
1res.body = parseQueryString(body)
2res.body.KidozEventsLogAsJsonParsed = parseJson(res.body.KidozEventsLogAsJson)
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 | body | KidozEventsLogAsJsonParsed.DeviceParams.PackageID | com.PSVStudio.HippoBabyBall mytown.danceschool.free com.PepiPlay.PepiShopping air.com.tutotoons.app.sweetbabygirlsummerfun2.free com.psv.vlad_and_nikita.supermarket |
body | KidozEventsLogAsJsonParsed.DeviceParams.AppID | com.PSVStudio.HippoBabyBall mytown.danceschool.free com.PepiPlay.PepiShopping air.com.tutotoons.app.sweetbabygirlsummerfun2.free com.psv.vlad_and_nikita.supermarket | |
App version | body | KidozEventsLogAsJsonParsed.DeviceParams.AppVersion | 1.4.5 1.28 1.1.19 7.0.1511 1.1.5 |
Country | body | KidozEventsLogAsJsonParsed.DeviceParams.Country | US |
Unique device ID | body | KidozEventsLogAsJsonParsed.DeviceParams.DeviceHash | 065A54A7BC8188071DB1F30F2AD733D0E1DD2A0A 842DCA2D9CC31D2C2F9A0328893F15A4C1418790 4D6EC9B2129A8BEB38D365B3D73F597A44677717 C93591B945979E948BC3E078952BC5A802CF0F63 D35B7AFFF622953903BCF2CE076BBE39E457BAAD |
Language | body | KidozEventsLogAsJsonParsed.DeviceParams.DeviceLang | en |
Manufacturer | body | KidozEventsLogAsJsonParsed.DeviceParams.DeviceBrand | Google |
Model | body | KidozEventsLogAsJsonParsed.DeviceParams.DeviceModel | sdk_gphone_x86_64_arm64 sdk_gphone_x86_64 |
OS name | body | KidozEventsLogAsJsonParsed.DeviceParams.OsType | Android |
OS version | body | KidozEventsLogAsJsonParsed.DeviceParams.OsVersion | 30 33 |
Screen height | body | KidozEventsLogAsJsonParsed.DeviceParams.ScreenH | 1440 2560 1080 2280 |
Screen width | body | KidozEventsLogAsJsonParsed.DeviceParams.ScreenW | 2560 1440 2280 1080 |
Time zone | body | KidozEventsLogAsJsonParsed.DeviceParams.TimeZone | +01 +02 |
Tracker SDK version | body | KidozEventsLogAsJsonParsed.DeviceParams.SdkVersion | 0.8.8.8 0.8.8.7 0.8.8.3 8.9.5 8.9.0 |
body | KidozEventsLogAsJsonParsed.Entries.*.EventParams.SdkVersion | 0.8.8.8 0.8.8.7 0.8.8.3 8.9.5 8.9.0 |