From google-ads
Track account changes including manual updates, automated rules, and auto-applied recommendations for audit purposes.
npx claudepluginhub trueclicks/claude-plugins --plugin google-adsThis skill is limited to using the following tools:
Monitor all account changes to identify who made what changes, track auto-applied recommendations, and flag unusual activity. Essential for accountability, troubleshooting performance shifts, and maintaining control over account automation.
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.
Monitor all account changes to identify who made what changes, track auto-applied recommendations, and flag unusual activity. Essential for accountability, troubleshooting performance shifts, and maintaining control over account automation.
Data Source: Custom GAQL Required
Change history data requires the change_event resource which is not in standard exports.
GAQL Query:
SELECT
change_event.change_date_time,
change_event.change_resource_type,
change_event.resource_change_operation,
change_event.changed_fields,
change_event.client_type,
change_event.user_email
FROM change_event
WHERE change_event.change_date_time DURING LAST_14_DAYS
LIMIT 1000
Run via /google-ads:get-custom with query name change_history.
GOOGLE_ADS_RECOMMENDATIONS_SUBSCRIPTION (auto-applied) and GOOGLE_ADS_RECOMMENDATIONS (manually accepted)| Condition | Severity |
|---|---|
| Budget change without documentation | Critical |
| Bidding strategy changed unexpectedly | Critical |
| Auto-applied changes not reviewed | Warning |
| >50 changes in 1 hour (unusual volume) | Warning |
| Changes from unknown API source | Info |
Short format (default):
## Change History Audit
**Account:** [Name] | **Period:** Last 14 days | **Total Changes:** [X]
### Change Summary by Source
| Source | Changes |
|--------|---------|
| Manual (UI) | [X] |
| Automated Rules | [X] |
| Auto-Applied (Google) | [X] |
| API/Scripts | [X] |
### Critical Changes to Review
- **[Date]**: Budget changed from $[X] to $[Y] by [User]
- **[Date]**: Bidding strategy changed on [Campaign] by [User]
### Auto-Applied Changes
- [X] recommendations auto-applied → Review for appropriateness
### Anomalies Detected
- **[Date]**: [X] changes in 1 hour from [Source]
Detailed adds: