Get Pixel Details
adsap_get_pixel_detailsGet a Meta pixel's configuration details (live from Meta) — whether automatic advanced matching is enabled and which customer-info fields it matches on (em/ph/fn/...), the approximate event match rate (match_rate_approx; -1 = not enough data yet), first-party cookie status, data-use setting, last fired time, and owning business. Use to audit pixel setup / event match quality before optimizing campaigns, or to check a pixel is alive (last_fired_time). Get the pixel_id from adsap_list_meta_assets (asset_type:"pixels"). Complements adsap_get_pixel_stats (event volume) and adsap_get_pixel_health (catalog-ads readiness).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pixel_id | Yes | Meta pixel / dataset ID (numeric). Get it from adsap_list_meta_assets (asset_type:"pixels"). | |
| ad_account_id | Yes | Ad account ID (act_xxx) the pixel belongs to. Required — scopes the request and anchors the Meta budget check. |