Get Meta Pixel Stats
meta_get_pixel_statsRetrieve event volume stats for a Meta pixel to verify firing, with filters for event, date range, and aggregation.
Instructions
Gets event volume stats for a pixel (critical for verifying pixel is firing).
Args:
pixel_id (string): Pixel ID
start_time (string, optional): ISO date for start of range
end_time (string, optional): ISO date for end of range
aggregation (string, optional): "event" (default) or "device"
event (string, optional): Filter to specific event like "Purchase"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event | No | ||
| end_time | No | ||
| pixel_id | Yes | ||
| start_time | No | ||
| aggregation | No | event | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |