google_ads_add_promotion_extension
Add a promotion extension to a Google Ads campaign to highlight special offers, sales, or discounts with a prominent visual treatment in ads.
Instructions
Add promotion extension to a campaign.
Promotion extensions highlight special offers, sales, and discounts with a prominent visual treatment in your ads.
Args: customer_id: Google Ads customer ID (10 digits, no hyphens) campaign_id: Campaign ID to add promotion promotion_target: What's being promoted (e.g., "Summer Sale") occasion: Occasion (UNKNOWN, NEW_YEARS, VALENTINES_DAY, MOTHERS_DAY, FATHERS_DAY, LABOR_DAY, BACK_TO_SCHOOL, HALLOWEEN, BLACK_FRIDAY, CYBER_MONDAY, CHRISTMAS, BOXING_DAY, INDEPENDENCE_DAY) discount_modifier: Modifier (NONE, UP_TO) money_amount_off: Dollar amount off (e.g., 25.00 for $25 off) percent_off: Percent off (e.g., 20 for 20% off) promotion_code: Optional promo code text
Returns: Promotion extension creation result
Example: google_ads_add_promotion_extension( customer_id="1234567890", campaign_id="12345678", promotion_target="Holiday Sale", occasion="CHRISTMAS", percent_off=25, promotion_code="HOLIDAY25" )
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customer_id | Yes | ||
| campaign_id | Yes | ||
| promotion_target | Yes | ||
| occasion | No | UNKNOWN | |
| discount_modifier | No | NONE | |
| money_amount_off | No | ||
| percent_off | No | ||
| promotion_code | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |