Kidoz (analytics/parents/KidozRestMobile.php)

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.
  1. Parse the request body as a query string. Store that in the result for the request body.
  2. Parse the result for the request body at KidozEventsLogAsJson as JSON. Store that in the result for the request body at KidozEventsLogAsJsonParsed.
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.
PropertyContextPathExamples of observed values
App IDbodyKidozEventsLogAsJsonParsed.DeviceParams.PackageIDcom.PSVStudio.HippoBabyBall
mytown.danceschool.free
com.PepiPlay.PepiShopping
air.com.tutotoons.app.sweetbabygirlsummerfun2.free
com.psv.vlad_and_nikita.supermarket
bodyKidozEventsLogAsJsonParsed.DeviceParams.AppIDcom.PSVStudio.HippoBabyBall
mytown.danceschool.free
com.PepiPlay.PepiShopping
air.com.tutotoons.app.sweetbabygirlsummerfun2.free
com.psv.vlad_and_nikita.supermarket
App versionbodyKidozEventsLogAsJsonParsed.DeviceParams.AppVersion1.4.5
1.28
1.1.19
7.0.1511
1.1.5
CountrybodyKidozEventsLogAsJsonParsed.DeviceParams.CountryUS
Unique device IDbodyKidozEventsLogAsJsonParsed.DeviceParams.DeviceHash065A54A7BC8188071DB1F30F2AD733D0E1DD2A0A
842DCA2D9CC31D2C2F9A0328893F15A4C1418790
4D6EC9B2129A8BEB38D365B3D73F597A44677717
C93591B945979E948BC3E078952BC5A802CF0F63
D35B7AFFF622953903BCF2CE076BBE39E457BAAD
LanguagebodyKidozEventsLogAsJsonParsed.DeviceParams.DeviceLangen
ManufacturerbodyKidozEventsLogAsJsonParsed.DeviceParams.DeviceBrandGoogle
ModelbodyKidozEventsLogAsJsonParsed.DeviceParams.DeviceModelsdk_gphone_x86_64_arm64
sdk_gphone_x86_64
OS namebodyKidozEventsLogAsJsonParsed.DeviceParams.OsTypeAndroid
OS versionbodyKidozEventsLogAsJsonParsed.DeviceParams.OsVersion30
33
Screen heightbodyKidozEventsLogAsJsonParsed.DeviceParams.ScreenH1440
2560
1080
2280
Screen widthbodyKidozEventsLogAsJsonParsed.DeviceParams.ScreenW2560
1440
2280
1080
Time zonebodyKidozEventsLogAsJsonParsed.DeviceParams.TimeZone+01
+02
Tracker SDK versionbodyKidozEventsLogAsJsonParsed.DeviceParams.SdkVersion0.8.8.8
0.8.8.7
0.8.8.3
8.9.5
8.9.0
bodyKidozEventsLogAsJsonParsed.Entries.*.EventParams.SdkVersion0.8.8.8
0.8.8.7
0.8.8.3
8.9.5
8.9.0