run_gaql
Run a raw GAQL query against Google Ads to retrieve data as JSON, table, or CSV, with support for pagination and specifying customer IDs.
Instructions
Execute a raw GAQL query and return rows in json, table, or csv format. The workhorse read: any resource, any field the API exposes, passed through faithfully.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| format | No | json | |
| page_size | No | ||
| page_token | No | ||
| customer_id | No |