From google-ads
Deploy promotional extensions, countdown customizers, and seasonal ad copy during events.
npx claudepluginhub trueclicks/claude-plugins --plugin google-adsThis skill is limited to using the following tools:
Audit promotion extensions and countdown customizers for upcoming events. Promotional extensions highlight offers directly in ads while countdown customizers create real-time urgency. Both significantly boost CTR and conversion rates during promotional periods.
Guides Payload CMS config (payload.config.ts), collections, fields, hooks, access control, APIs. Debugs validation errors, security, relationships, queries, transactions, hook behavior.
Builds scalable data pipelines, modern data warehouses, and real-time streaming architectures using Spark, dbt, Airflow, Kafka, and cloud platforms like Snowflake, BigQuery.
Builds production Apache Airflow DAGs with best practices for operators, sensors, testing, and deployment. For data pipelines, workflow orchestration, and batch job scheduling.
Audit promotion extensions and countdown customizers for upcoming events. Promotional extensions highlight offers directly in ads while countdown customizers create real-time urgency. Both significantly boost CTR and conversion rates during promotional periods.
Data Source: Standard
Standard Data:
data/account/ext_promotion.md - Promotion extension settings and schedulesdata/account/campaigns/*/ad_groups/*/ads.md - Ad copy with countdown customizersReference GAQL:
SELECT
asset.name,
asset.type,
asset.promotion_asset.occasion,
asset.promotion_asset.discount_modifier,
asset.promotion_asset.percent_off,
asset.promotion_asset.money_amount_off.amount_micros,
asset.promotion_asset.start_date,
asset.promotion_asset.end_date
FROM asset
WHERE asset.type = 'PROMOTION'
Use /google-ads:get-custom if you need asset-level performance data or extended date ranges.
ext_promotion.md for active, scheduled, and expired promotions{COUNTDOWN(...)} syntax| Condition | Severity |
|---|---|
| Event within 7 days with no promotion extension | Critical |
| Active promotion extension with past end date | Critical |
| Countdown customizer with past date | Critical |
| Promotion discount doesn't match actual offer | Warning |
| No countdown customizers for limited-time event | Warning |
| Promotion extension not linked to relevant campaigns | Info |
Short format (default):
## Promotional Extensions Audit
**Account:** [Name] | **Events (60d):** [X] | **Extension gaps:** [Y]
### Critical ([Count])
- **[Event]**: No promotion extension -> Create [discount type] for [dates]
- **[Extension]**: End date [past date] -> Remove or update
### Warnings ([Count])
- **[Event]**: No countdown in ads -> Add "{COUNTDOWN([date])}" to headlines
### Recommendations
1. [Specific extension to create with discount, dates, and campaigns]
Detailed adds: