← ClaudeAtlas

gads-historylisted

Change-event log and audit history. See what changed in the account recently; diff one saved audit against another.
arcbaslow/google-ads-agents · ★ 0 · AI & Automation · score 72
Install: claude install-skill arcbaslow/google-ads-agents
Routes to `scripts/gads_history.py`. ``` python scripts/gads_history.py --customer <id> --changes --days 7 --json python scripts/gads_history.py --customer <id> --list --json python scripts/gads_history.py --customer <id> --diff <ts-a> <ts-b> --json ``` Audit history is auto-populated when `gads_audit.py` is invoked with `--save-history`. The diff output groups findings into `resolved`, `new`, and `unchanged`.