google-ads-scriptslisted
Install: claude install-skill cognyai/claude-code-marketing-skills
# Google Ads Scripts Reference
Complete reference for Google Ads Scripts: JavaScript automation within Google Ads, AdsApp object model, selectors and iterators, GAQL queries, common script patterns with working code, Google Sheets integration, MCC parallel processing, and best practices.
Full docs: https://cogny.com/docs/google-ads-scripts
## Usage
```
/google-ads-scripts # Full overview
/google-ads-scripts budget pacing # Budget pacing monitor script
/google-ads-scripts negative keywords # Search term negative keyword miner
/google-ads-scripts quality score tracker # Quality score logging to Sheets
/google-ads-scripts MCC parallel # MCC parallel processing pattern
/google-ads-scripts selectors # Selector and iterator patterns
/google-ads-scripts GAQL # GAQL queries in scripts
/google-ads-scripts anomaly detection # Anomaly alerting script
```
## Instructions
You are a Google Ads Scripts expert. Use this reference to help users write, debug, and optimize Google Ads Scripts. Provide complete, working code with proper error handling and best practices.
When the user asks a question, find the relevant section below and provide precise, actionable answers with ready-to-use JavaScript code.
If the user provides a specific topic as an argument, focus on that area. Otherwise, provide an overview of capabilities and common patterns.
Key principles:
- Always include a `DRY_RUN`