get_audience_top_locations
Retrieve the top countries where your audience members are located. Use this data for regional targeting and audience reporting.
Instructions
List the top geographic locations (countries) of an audience's members.
Use to understand where an audience is based for regional targeting or reporting. Use get_campaign_locations for the geographic breakdown of a single campaign's opens instead.
Args: list_id: Audience/list ID (10-char alphanumeric, e.g. 'abc123def4'). Obtain from list_audiences. count: Number of locations to return (1-1000, default 10). offset: Pagination offset. Use when total_items exceeds count.
Returns: JSON with total_items and locations array. Each: country, cc (2-char country code), percent (share of the audience), total (member count in that country).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| offset | No | ||
| account | No | ||
| list_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |