meta_ads_pixels_list
List available Meta Pixels to find a pixel ID for building website audiences or analyzing event statistics. Returns pixel name, code, and last fired time.
Instructions
Lists Meta Pixels available in the ad account. Returns id, name, code (the base pixel snippet), last_fired_time, and is_created_by_business per pixel. Read-only. Use this to find a pixel_id before creating a WEBSITE audience (meta_ads_audiences_create) or fetching event statistics (meta_ads_pixels_stats / events).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum records returned per call. Default 50, max 1000 per Meta Graph API. | |
| 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. |