get_member_goals
Retrieve the last 50 goal events triggered by a specific audience member. Track which website conversion URLs a member has visited using their email and list ID.
Instructions
Retrieve the last 50 Goal events triggered by a specific audience member.
Use to see which tracked website Goals (URL-based conversion events) a member has hit. Use get_member_activity for broader email activity or search_members to locate a member first.
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. email_address: The member's email address. The subscriber hash is derived automatically. 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 goals array. Each: goal_id, event (the tracked value), last_visited_at (ISO 8601), data (the URL or event data). Returns error if the member is not found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| list_id | Yes | ||
| email_address | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |