meta_ads_pixels_events
List distinct event types from a Meta pixel with sample payloads. Audit standard and custom events, inspect parameter names before building conversion rules or 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 |
|---|---|---|---|
| pixel_id | Yes | Pixel ID to inspect. | |
| 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. |