Run a GAQL search
search_gaqlRun read-only Google Ads Query Language (GAQL) SELECT queries to pull custom reports from your configured account. Use when standard campaign queries are insufficient.
Instructions
Run a raw Google Ads Query Language (GAQL) SELECT query against the configured customer account. Read-only. Use this for custom reports beyond what get_campaigns covers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | A GAQL SELECT query, e.g. 'SELECT campaign.id, campaign.name FROM campaign LIMIT 20' |