Skip to main content

What does this node do?

The Google Ads node fetches campaign performance data including spend, clicks, conversions, and more.

Quick setup

1

Connect Google account

Go to Builder → Integrations → Google and authenticate
2

Add the Google Ads node

Find it in IntegrationsGoogleAds
3

Enter customer ID and date range

Specify your Google Ads customer ID and reporting period

Configuration

customer_id
string
required
Google Ads customer ID.
date_range
object
required
Reporting date range.
metrics
array
Metrics: clicks, impressions, cost, conversions, etc.

Output

{
  "campaigns": [
    {
      "name": "Brand Campaign",
      "clicks": 5000,
      "impressions": 100000,
      "cost": 2500,
      "conversions": 150
    }
  ]
}