latestOpenAPI 3.0.12026-08-21183382785.0 KB

24caa8eb809b

Parent Segment Configurations

Retrieve population statistics audience

Retrieve the population history of the audience. The history is returned per day and those days are calculated in the timezone of the audience.

get/audiences/{audienceId}/statistics

Path parameters

audienceIdinteger required
Example:1234

Master Segment Config id to delete

Query parameters

fromstring date
Example:2019-01-01

from date

tostring date
Example:2019-04-30

to date (inclusive)

Response

array of tuple of statistics

Example response

[
  [
    1556382847,
    1234,
    true
  ]
]