get_ad_creatives
Fetch ad creative images and display them inline with ad metadata. Choose full-resolution or thumbnail previews to review ad visuals.
Instructions
Fetch ad creative images and display them inline. Shows the actual ad thumbnails/images alongside ad metadata (name, status, creative ID). Defaults to full-resolution images; set image_size='thumbnail' for the small 64x64 preview.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max number of ad images to return (default 5, max 20) | |
| ad_ids | No | Optional: filter by specific ad IDs. When set, only these ads are returned. | |
| adset_ids | No | Optional: filter by specific ad set IDs | |
| image_size | No | 'full' returns the original creative image (image_url or thumbnail_url with the stp size-cap stripped). 'thumbnail' returns the 64x64 preview. | full |
| campaign_ids | Yes | Campaign IDs to fetch ad creatives for | |
| ad_account_id | Yes | Ad account ID (e.g. act_123456789) | |
| status_filter | No | Filter ads by effective status | ALL |