Get Meta Ad by ID
meta_ads_get_ad_by_idRetrieve detailed information about a specific Meta ad, including creative, status, targeting, and more, by providing the ad ID.
Instructions
Retrieve detailed information about a specific Meta ad.
Args:
ad_id (string): Ad ID, e.g., '23843211234567'
fields (string[]): Fields per ad. Common: id, name, account_id, adset_id, campaign_id, status, effective_status, configured_status, creative, bid_amount, bid_type, created_time, updated_time, targeting, conversion_specs, recommendations, preview_shareable_link
Returns: Object with the requested ad fields.
Examples:
Use when: "Get details for ad 23843211234567"
Use when: "What creative and status does this ad have?"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ad_id | Yes | Ad ID, e.g., '23843211234567' | |
| fields | No | List of specific fields to retrieve. If omitted, default fields are returned |