Get Pixel Stats
adsap_get_pixel_statsGet event volume for a Meta pixel / dataset (live from Meta) — how many of each event type (PageView, Purchase, Lead, CompleteRegistration, …) the pixel has received. Use to confirm a pixel is firing and see which conversion signals it's receiving before building a conversion-optimized ad set. Get the pixel_id from adsap_list_meta_assets (asset_type:"pixels").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_time | No | Optional window end as a Unix timestamp (seconds). | |
| pixel_id | Yes | Meta pixel / dataset ID (numeric). Get it from adsap_list_meta_assets (asset_type:"pixels"). | |
| start_time | No | Optional window start as a Unix timestamp (seconds). Omit for Meta's default recent window. | |
| ad_account_id | Yes | Ad account ID (act_xxx) the pixel belongs to. Required — scopes the request and anchors the Meta budget check. |