update_ad
Modify Meta Ads by updating ad status, bid amount, tracking specs, or creative ID. Use this tool to adjust campaign settings for better performance and alignment with strategic goals.
Instructions
Update an ad with new settings.
Args:
ad_id: Meta Ads ad ID
status: Update ad status (ACTIVE, PAUSED, etc.)
bid_amount: Bid amount in account currency (in cents for USD)
tracking_specs: Optional tracking specifications (e.g., for pixel events).
creative_id: ID of the creative to associate with this ad (changes the ad's image/content)
access_token: Meta API access token (optional - will use cached token if not provided)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
access_token | No | ||
ad_id | Yes | ||
bid_amount | No | ||
creative_id | No | ||
status | No | ||
tracking_specs | No |