Get global audience
Get global statistics for all tracked segments
Query Parameters
- request object required
Responses
- 200
- 400
- 500
OK
- */*
- Schema
- Example (from schema)
Schema
- dataCode string
Hash code containing information about the data request, such as dates, goals, variations, format, filters, and so on. Use this code in the AudienceController#poll or DataController functions to obtain actual results. There are two possible formats for the code, depending on the context: 123...123 or 123...123|123...123. For example, AudienceController#global generates the latter.
{
"dataCode": "89599333501501534304101214660291496129464311669540935471556471877530843827432"
}
Bad Request
- */*
- Schema
- Example (from schema)
Schema
- serviceName string
- message string
{
"serviceName": "string",
"message": "string"
}
Internal Server Error
- */*
- Schema
- Example (from schema)
Schema
- serviceName string
- message string
{
"serviceName": "string",
"message": "string"
}
Loading...