Get Meta Ad Creative by ID
meta_ads_get_ad_creative_by_idFetch detailed fields of a specific Meta ad creative by providing its creative ID. Choose from available fields to get body, title, image URL, call-to-action, and more.
Instructions
Retrieve detailed information about a specific Meta ad creative.
Args:
creative_id (string): Ad creative ID, e.g., '23842312323312'
fields (string[]): Fields to retrieve. Available: id, name, account_id, actor_id, adlabels, asset_feed_spec, authorization_category, body, call_to_action_type, effective_authorization_category, effective_instagram_media_id, effective_object_story_id, image_hash, image_url, instagram_permalink_url, instagram_story_id, instagram_user_id, link_url, object_id, object_story_id, object_story_spec, object_type, object_url, platform_customizations, product_set_id, status, template_url, thumbnail_url, title, url_tags, use_page_actor_override, video_id
thumbnail_width (number): Width of the thumbnail image in pixels (default: 64)
thumbnail_height (number): Height of the thumbnail image in pixels (default: 64)
Returns: Object with the requested creative fields.
Examples:
Use when: "Get the body text, title, and image URL for creative 23842312323312"
Use when: "What is the call-to-action type and status of this creative?"
Use when: "Get a larger thumbnail (300x200) for this creative"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| creative_id | Yes | Ad creative ID, e.g., '23842312323312' | |
| fields | No | Fields to retrieve. Available: id, name, account_id, actor_id, adlabels, asset_feed_spec, authorization_category, body, call_to_action_type, effective_authorization_category, effective_instagram_media_id, effective_object_story_id, image_hash, image_url, instagram_permalink_url, instagram_story_id, instagram_user_id, link_url, object_id, object_story_id, object_story_spec, object_type, object_url, platform_customizations, product_set_id, status, template_url, thumbnail_url, title, url_tags, use_page_actor_override, video_id | |
| thumbnail_width | No | Width of the thumbnail image in pixels (default: 64) | |
| thumbnail_height | No | Height of the thumbnail image in pixels (default: 64) |