User Statistics

Get my statistics

Get statistics of current user

get/api/v1/stats/my-stats

Query parameters

interval'year' | 'quarter' | 'month' | 'week' | 'day' | 'hour' | 'minute' | 'second'

Interval for statistics

Response

Successful Response

installCountinteger nullable required
registrationCountinteger nullable required
depositCountinteger nullable required
allHostsCountinteger nullable required
freeHostsCountinteger nullable required
iosInst2Depnumber nullable
androidInst2Depnumber nullable
pwaInst2Depnumber nullable
activeTrackersinteger nullable required
activePixelsinteger nullable required
activeLandingsinteger nullable required
iosAppsInUseinteger nullable required
androidAppsInUseinteger nullable required
pwaInUseinteger nullable required

Example response

{
  "active_landings": 3,
  "active_pixels": 2,
  "active_trackers": 4,
  "all_hosts_count": 5,
  "android_apps_in_use": 1,
  "android_inst2dep": 50,
  "deposit_count": 9,
  "free_hosts_count": 2,
  "install_count": 42,
  "ios_apps_in_use": 2,
  "ios_inst2dep": 75,
  "pwa_in_use": 1,
  "pwa_inst2dep": 33.3,
  "registration_count": 13
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.