Campaigns V2

Audience Users

Returns the users matched into this audience's experiment in the last 24 hours (deduped per user, newest first), with total set to the unique-user count for the window. Powers the campaigns editor Users tab, export (large limit), and the header matched-user count (limit=1, read total). Requires campaigns:read scope.

get/v2/campaigns/{id}/audiences/{audience_id}/users

Path parameters

idstring required

Campaign ID

Campaign ID

audience_idstring required

Audience ID

Audience ID

Query parameters

limitstring

a string to be decoded into a number

Max rows to return (1-100000). Use a large value for export; use 1 to read only total. Default 100.

Response

Audience users / purchasers list

object'list' required

Object type, always list

totalnumber required

Total unique users / purchasers in the window (not limited by limit)

Changes

No recorded changes to this endpoint across all 5 revisions of this API.