Creative Tools
Tools for inspecting Facebook ad creatives.
Creative Tools
Tools for inspecting Facebook ad creatives. Creatives define the visual and copy elements of ads, including images, videos, headlines, body text, and call-to-action buttons.
get_creative
Retrieve full configuration details for a single Facebook ad creative, including all media assets, text elements, call-to-action, and tracking parameters.
Parameters
| Prop | Type | Default |
|---|---|---|
account_id | string | - |
creative_id | string | - |
get_creatives
Retrieve configuration details for up to 50 Facebook ad creatives in a single batch request. More efficient than individual requests.
Parameters
| Prop | Type | Default |
|---|---|---|
account_id | string | - |
creative_ids | string[] | - |
list_creatives_by_ad
Retrieve all ad creatives associated with a specific Facebook ad. An ad can have one or more creatives in some formats (e.g., dynamic creative).
Parameters
| Prop | Type | Default |
|---|---|---|
account_id | string | - |
ad_id | string | - |