ads_query
Run arbitrary read-only GAQL SELECT queries against Google Ads to answer questions not covered by predefined reports.
Instructions
Run an arbitrary GAQL SELECT against the Google Ads account for a question the shaped reads do not cover. GAQL has no statement other than SELECT, so this cannot change anything; read-only
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | A GAQL SELECT statement. GAQL has no other statement, so this cannot change anything |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rows | Yes | ||
| query | Yes | ||
| rowCount | Yes |