meta_ads_pixels_events
List event types your Meta pixel has received, with sample counts, timestamps, and payloads. Use it to audit standard and custom events and inspect parameter names before building conversion rules or audiences.
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. |