Go to Studio

Google Ads

Fetch advertising campaign data

What does this node do?

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

Quick setup

Connect Google account

Go to Builder → Integrations → Google and authenticate

Add the Google Ads node

Find it in IntegrationsGoogleAds

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
    }
  ]
}