From google-ads
Audit and manage Google's auto-applied recommendations to prevent unwanted changes.
npx claudepluginhub trueclicks/claude-plugins --plugin google-adsThis skill is limited to using the following tools:
Audit and manage Google's auto-applied recommendations to prevent unwanted changes and maintain account control. Unreviewed auto-apply can add irrelevant keywords, change bidding, or expand targeting.
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 and manage Google's auto-applied recommendations to prevent unwanted changes and maintain account control. Unreviewed auto-apply can add irrelevant keywords, change bidding, or expand targeting.
Data Source: Custom GAQL Required
GAQL Query - Change History:
SELECT
change_event.change_date_time,
change_event.change_resource_type,
change_event.change_resource_name,
change_event.client_type,
change_event.user_email,
change_event.resource_change_operation,
change_event.client_type
FROM change_event
WHERE change_event.change_date_time DURING LAST_14_DAYS
AND change_event.client_type IN ('GOOGLE_ADS_RECOMMENDATIONS', 'GOOGLE_ADS_RECOMMENDATIONS_SUBSCRIPTION')
LIMIT 100
GAQL Query - Pending Recommendations:
SELECT
recommendation.type,
recommendation.campaign
FROM recommendation
Run via /google-ads:get-custom with query name auto_apply_audit.
GOOGLE_ADS_RECOMMENDATIONS_SUBSCRIPTION (auto-applied) vs GOOGLE_ADS_RECOMMENDATIONS (manually accepted)| Condition | Severity |
|---|---|
| High-risk auto-apply enabled (keywords, bidding) | Critical |
| >10 auto-applied changes in 30 days | Warning |
| Auto-applied keyword additions | Warning |
| Auto-applied bidding strategy changes | Critical |
Short (default):
## Auto-Applied Recommendations Audit
**Account:** [name] | **Auto-Applied (30d):** [count] | **High-Risk Enabled:** [Yes/No]
### Critical - Disable Immediately
- **Add keywords** - Auto-apply enabled
- **Upgrade to Smart Bidding** - Auto-apply enabled
### Recent Auto-Applied Changes
| Date | Type | Entity | Review |
|------|------|--------|--------|
| [date] | [type] | [entity] | [Revert?] |
### Recommendations
1. Disable high-risk auto-apply: keywords, bidding, targeting expansion
2. Review and revert [count] recent changes
3. Set up weekly change history monitoring
Detailed adds: