get_audience_top_locations
Retrieve the top countries of an audience's members for regional targeting and reporting. Returns country name, code, percentage, and member count.
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.
Authenticated via API key. Max 10 concurrent requests. Read-only, safe to retry.
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. account: Optional account name (e.g. 'marketing') configured via MAILCHIMP_API_KEY_. Omit to use the default account. See list_accounts.
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 |