List Offline Event Sets
meta_list_offline_event_setsList offline conversion event sets for a Meta ad account to track in-store and phone conversions. Retrieve event set IDs, names, and configuration with pagination support.
Instructions
Lists offline conversion event sets for an ad account.
Offline event sets track conversions that happen outside of digital channels (in-store purchases, phone orders, etc.).
Args:
ad_account_id (string): Ad account ID (e.g., act_123456789)
limit (number): Max results (1–100, default 25)
after (string, optional): Pagination cursor
Returns: Event set IDs, names, and configuration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | ||
| limit | No | ||
| ad_account_id | Yes | ||
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |