gads_query
Execute raw GAQL queries to retrieve custom Google Ads data and metrics not covered by standard tools.
Instructions
Execute a raw Google Ads Query Language (GAQL) query. Use for custom queries not covered by other tools. Example: SELECT campaign.name, metrics.clicks FROM campaign WHERE segments.date DURING LAST_30_DAYS
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | A valid GAQL query string |