meta_ads_pixels_events
Audit pixel events by retrieving distinct event types with sample payloads. Inspect event names and parameters to build conversion rules and audience definitions.
Instructions
Lists distinct event types the pixel has received recently, with sample payloads. Returns event_name, sample_count, first_seen, last_seen, and a sample_parameters dict per event. Read-only. Use this to audit which standard events (Purchase, Lead, ViewContent, etc.) and custom events are firing, and to inspect parameter names before building conversion rules or audience definitions that reference them. For aggregate volume over time use meta_ads_pixels_stats.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | No | Meta Ads account ID in the format 'act_XXXXXXXXXX' (e.g. 'act_1234567890'). Optional — falls back to META_ADS_ACCOUNT_ID from the configured credentials. The leading 'act_' prefix is required. | |
| pixel_id | Yes | Pixel ID to inspect. |