Execute Google Ads Query Language (GAQL) query via Google Ads API for advanced data retrieval
Field | Type | Required | Description |
---|---|---|---|
Account | Single-select | Yes | Select one Google Ads account to query |
GAQL Query | Text area | Yes | Enter the GAQL query to execute |
campaign_id | campaign_name | campaign_status | impressions | clicks |
---|---|---|---|---|
123456789 | Holiday Campaign 2024 | ENABLED | 15,432 | 876 |
987654321 | Summer Sale 2024 | ENABLED | 8,901 | 234 |
456789123 | Brand Awareness | PAUSED | 12,345 | 345 |
How is this different from the Get Report node?
Do I need to know SQL to use this node?
Why is my query returning an error?
Can I query data from multiple accounts?
What's the maximum amount of data I can retrieve?
How do I find available fields for each resource?
How do I optimize query performance?