get_audience_activity
Retrieve recent daily engagement metrics for an audience, including opens, clicks, sends, and subscribes. View day-by-day activity to analyze trends.
Instructions
Retrieve the recent daily activity (opens, clicks, sends, subscribes) for an audience.
Use to inspect an audience's day-by-day engagement history over its recent lifetime. Use get_audience_details for aggregate stats and list_campaigns for per-campaign performance.
Args: list_id: Audience/list ID (10-char alphanumeric, e.g. 'abc123def4'). Obtain from list_audiences. count: Number of daily activity records to return (1-1000, default 10). offset: Pagination offset. Use when total_items exceeds count.
Returns: JSON with total_items and activity array. Each record: day (date), emails_sent, unique_opens, recipient_clicks, hard_bounce, soft_bounce, subs, unsubs, other_adds, other_removes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| offset | No | ||
| account | No | ||
| list_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |