List audience analytics

GET {{baseUrl}}/v1/audiences/analytics?audienceIds=10&sort=value

Get all audiences created in the account. To create an audience, use Create audience.

Request Params

KeyDatatypeRequiredDescription
audienceIdsnumberThe IDs of one or more audiences, separated by commas, by which to filter results.
sortstringThe field by which results should be sorted. By default, results are sorted in ascending order. To sort them in descending order, prefix the field name with -.

Note: This parameter works only with numeric fields. |