Skip to main content

Google Ads Connector

Google Ads Google Ads is an online advertising platform that allows businesses to create and manage ad campaigns across Google Search, YouTube, and partner websites. This component gives you the ability to manage campaigns, upload conversions, handle customer accounts, and work with Local Services ads.

API Documentation

This component was built using the Google Ads API v22 currently supporting versions v19,v20,v21,v22.

Connections

OAuth 2.0

Authenticate using OAuth 2.0

This component uses OAuth 2.0 to connect to the Google Ads API.

Prerequisites

  • A Developer Token is required to work with Google Ads
  • The Customer ID of the Ads Manager account (the hyphenated number in the top-left corner of the Ads app) must be noted
  • A Google Developer account is required

Developer Token

The Developer Token is obtained from a Google Ads Manager account:

  1. Sign in to Google Ads with the Google account that will be used for the integration
  2. Click Tools & Settings in the top right corner
  3. Under Setup, click API Center
  4. In the Developer token section, click Create token or view the existing token
  5. Copy and save the Developer Token value securely
  6. Take note of the Customer ID displayed in the top-right corner of Google Ads (XXX-XXX-XXXX). This will be needed when configuring the connection.

Configure Google Cloud Project

  1. Access the project selector in the top-left and select an existing project or create a new one.
  2. Select APIs & Services -> Enabled APIs & services from the left hand menu
  3. Click Enable APIs and Services towards the top of the screen
  4. Search for "google ads api" and select Google Ads API in the results (avoid selecting AdWords as that is deprecated)
  5. Click the Enable button to add the API to the project
  6. On the sidebar, select Credentials.
  7. An OAuth 2.0 app includes a "Consent Screen". Click CONFIGURE CONSENT SCREEN.
    1. The app will be externally available to customers, so choose a User Type of External.
    2. Fill out the OAuth consent screen with an app name, support email, app logo, domain, etc.
    3. On the next page, add the https://www.googleapis.com/auth/adwords scope to the app.
    4. Enter some test users for testing purposes. The app will only work for those testing users until it is "verified" by Google. When ready for verification, click PUBLISH APP on the OAuth consent screen. That will allow customers to authorize the integration to access their Google Ads.
  8. Once the "Consent Screen" is configured, open the Credentials page from the sidebar again.
  9. Click +CREATE CREDENTIALS and select OAuth client ID.
    1. Under Application type select Web application.
    2. Under Authorized redirect URIs enter the OAuth 2.0 callback URL: https://oauth2.integrations.acme.com/callback
    3. Click CREATE.
  10. Take note of the Client ID and Client Secret that are generated.

Configure the Connection

  • Client ID: From the Google Cloud Console OAuth client credentials
  • Client Secret: From the Google Cloud Console OAuth client credentials
  • Developer Token: From the Google Ads API Center
  • API Version: The Google Ads API version to use. Refer to the Google Ads API release notes for the latest version.

Supported API Versions

The component supports multiple API versions through the API Version connection field:

VersionStatusTentative Sunset
v23Recommended (default)January 2027
v22StableOctober 2026
v21StableAugust 2026
v20StableJune 2026
v19SunsetFebruary 11, 2026

Sunset dates are tentative and subject to change. See the official deprecation and sunset schedule for the latest information.

After entering the credentials, authorize the connection by signing in with the Google account used to create the Developer Token and OAuth credentials.

This connection uses OAuth 2.0, a common authentication mechanism for integrations. Read about how OAuth 2.0 works here.

InputCommentsDefault
Client IDThe Client ID for the Google Ads API application. Obtain from the Google Cloud Console.
Client SecretThe Client Secret for the Google Ads API application. Obtain from the Google Cloud Console.
Developer TokenThe Developer Token for the Google Ads Manager account. Obtain from the Google Ads API Center.
API VersionThe version of the Google Ads API to use. Defaults to v23. Older versions (v20, v21, v22) are supported by specifying the version explicitly. Note: v19 was sunset on February 11, 2026. See API versions documentation.v23

Triggers

Account Change History

Checks for account modifications with user attribution on a configured schedule.

InputCommentsDefault
ConnectionThe Google Ads connection to use.
Customer IDCustomer ID of the Google Ads Client account; accepts hyphenated or number forms. See Customer ID documentation.
Manager Customer IDCustomer ID of the Google Ads Manager account; accepts hyphenated or number forms. When used in conjunction with a sub account as the customer ID, this value is used as the 'login-customer-id' header for the HTTP request. See Customer ID documentation.
Resource TypesTypes of resources to track changes for. Leave empty to track all resource types.
Include User InfoWhen true, user email and client type will be included in change events.true

Campaign Budget Alerts

Checks for campaigns approaching or exceeding budget thresholds on a configured schedule.

InputCommentsDefault
ConnectionThe Google Ads connection to use.
Customer IDCustomer ID of the Google Ads Client account; accepts hyphenated or number forms. See Customer ID documentation.
Manager Customer IDCustomer ID of the Google Ads Manager account; accepts hyphenated or number forms. When used in conjunction with a sub account as the customer ID, this value is used as the 'login-customer-id' header for the HTTP request. See Customer ID documentation.
Alert Threshold (%)Budget spend percentage at which to trigger an alert.80
Include Shared BudgetsWhen true, shared budgets across multiple campaigns will be monitored.true

New and Updated Campaigns

Checks for new and updated campaigns in a Google Ads account on a configured schedule.

InputCommentsDefault
ConnectionThe Google Ads connection to use.
Customer IDCustomer ID of the Google Ads Client account; accepts hyphenated or number forms. See Customer ID documentation.
Manager Customer IDCustomer ID of the Google Ads Manager account; accepts hyphenated or number forms. When used in conjunction with a sub account as the customer ID, this value is used as the 'login-customer-id' header for the HTTP request. See Customer ID documentation.
Change Types to MonitorTypes of campaign changes to detect. Leave empty to detect all change types.

Actions

Confirms a pending customer client link.

InputCommentsDefault
ConnectionThe Google Ads connection to use.
Manager Customer IDCustomer ID of the Google Ads Manager account; accepts hyphenated or number forms. When used in conjunction with a sub account as the customer ID, this value is used as the 'login-customer-id' header for the HTTP request. See Customer ID documentation.
Customer IDCustomer ID of the Google Ads Client account; accepts hyphenated or number forms. See Customer ID documentation.
Manager Link IDThe unique identifier of the manager link. See Customer manager link documentation.

Create an invitation to link a client account to a manager account.

InputCommentsDefault
ConnectionThe Google Ads connection to use.
Manager Customer IDCustomer ID of the Google Ads Manager account; accepts hyphenated or number forms. When used in conjunction with a sub account as the customer ID, this value is used as the 'login-customer-id' header for the HTTP request. See Customer ID documentation.
Customer IDCustomer ID of the Google Ads Client account; accepts hyphenated or number forms. See Customer ID documentation.

Get Account Reports

Account Reports show the performance and metrics associated with the linked Local Services accounts of a Manager account.

InputCommentsDefault
ConnectionThe Google Ads connection to use.
Manager Customer IDCustomer ID of the Google Ads Manager account; accepts hyphenated or number forms. When used in conjunction with a sub account as the customer ID, this value is used as the 'login-customer-id' header for the HTTP request. See Customer ID documentation.
Customer IDsThe Google Ads customer IDs to filter the Local Services report. Leave empty to include all accessible customers.["111-222-4444"]
Page SizeThe maximum number of results to return per page.1000
Page TokenThe pagination cursor from a previous request. Returned in previous page responses.
Start DateThe start date of the date range, inclusive. Format: MM-DD-YYYY.
End DateThe end date of the date range, inclusive. Format: MM-DD-YYYY.

Get Conversion Action

Retrieve Conversion Action data for a customer account.

InputCommentsDefault
ConnectionThe Google Ads connection to use.
Customer IDCustomer ID of the Google Ads Client account; accepts hyphenated or number forms. See Customer ID documentation.
Manager Customer IDCustomer ID of the Google Ads Manager account; accepts hyphenated or number forms. When used in conjunction with a sub account as the customer ID, this value is used as the 'login-customer-id' header for the HTTP request. See Customer ID documentation.
Page TokenThe pagination cursor from a previous request. Returned in previous page responses.

Get Customer

Retrieve Customer data for a customer account.

InputCommentsDefault
ConnectionThe Google Ads connection to use.
Customer IDCustomer ID of the Google Ads Client account; accepts hyphenated or number forms. See Customer ID documentation.
Manager Customer IDCustomer ID of the Google Ads Manager account; accepts hyphenated or number forms. When used in conjunction with a sub account as the customer ID, this value is used as the 'login-customer-id' header for the HTTP request. See Customer ID documentation.
Page TokenThe pagination cursor from a previous request. Returned in previous page responses.

Get Detailed Lead Reports

Detailed Lead Reports show an in-depth view of leads associated with the linked Local Services accounts of a Manager account.

InputCommentsDefault
ConnectionThe Google Ads connection to use.
Manager Customer IDCustomer ID of the Google Ads Manager account; accepts hyphenated or number forms. When used in conjunction with a sub account as the customer ID, this value is used as the 'login-customer-id' header for the HTTP request. See Customer ID documentation.
Customer IDsThe Google Ads customer IDs to filter the Local Services report. Leave empty to include all accessible customers.["111-222-4444"]
Page SizeThe maximum number of results to return per page.1000
Page TokenThe pagination cursor from a previous request. Returned in previous page responses.
Start DateThe start date of the date range, inclusive. Format: MM-DD-YYYY.
End DateThe end date of the date range, inclusive. Format: MM-DD-YYYY.

Invite User

Invite a user by email to a customer.

InputCommentsDefault
ConnectionThe Google Ads connection to use.
Customer IDCustomer ID of the Google Ads Client account; accepts hyphenated or number forms. See Customer ID documentation.
Email AddressThe email address of the user to invite to the customer account.
Access RoleThe access role to grant to the user. See Access roles documentation.

List Accessible Customers

Get a list of customers accessible to the logged in user.

InputCommentsDefault
ConnectionThe Google Ads connection to use.

List Customers by Manager

List all customers under a manager account.

InputCommentsDefault
ConnectionThe Google Ads connection to use.
Manager Customer IDCustomer ID of the Google Ads Manager account; accepts hyphenated or number forms. When used in conjunction with a sub account as the customer ID, this value is used as the 'login-customer-id' header for the HTTP request. See Customer ID documentation.
Page TokenThe pagination cursor from a previous request. Returned in previous page responses.
Fetch AllWhen true, automatically fetches all pages of results. When false, only the first page of results will be returned.false

Mutate Campaign

Creates, updates, or removes campaigns as well as local services campaigns. Operation statuses are returned. When using API v22+, the containsEuPoliticalAdvertising field is required for campaign creation and location targeting changes.

InputCommentsDefault
ConnectionThe Google Ads connection to use.
Customer IDCustomer ID of the Google Ads Client account; accepts hyphenated or number forms. See Customer ID documentation.
Manager Customer IDCustomer ID of the Google Ads Manager account; accepts hyphenated or number forms. When used in conjunction with a sub account as the customer ID, this value is used as the 'login-customer-id' header for the HTTP request. See Customer ID documentation.
OperationsThe list of operations to perform on individual campaigns. See Campaign operations documentation.
[
{
"updateMask": "status,name",
"create": {
"name": "Example Campaign",
"advertisingChannelType": "SEARCH",
"status": "PAUSED",
"campaignBudget": "customers/1234567890/campaignBudgets/9876543210"
},
"update": {
"resourceName": "customers/1234567890/campaigns/1122334455",
"status": "ENABLED"
},
"remove": "customers/1234567890/campaigns/1122334455"
}
]
Partial FailureWhen true, successful operations will be carried out and invalid operations will return errors. When false, all operations will be carried out in one transaction if and only if they are all valid. This should always be set to true. See Partial failure documentation.false
Validate OnlyWhen true, the request is validated but not executed. Only errors are returned, not results.false

Mutate Campaign Criteria

Creates, updates, or removes campaign criteria as well as local services campaign criterion. Operation statuses are returned. When using API v22+, the containsEuPoliticalAdvertising field must be set on the parent campaign before modifying location or proximity targeting criteria.

InputCommentsDefault
ConnectionThe Google Ads connection to use.
Customer IDCustomer ID of the Google Ads Client account; accepts hyphenated or number forms. See Customer ID documentation.
Manager Customer IDCustomer ID of the Google Ads Manager account; accepts hyphenated or number forms. When used in conjunction with a sub account as the customer ID, this value is used as the 'login-customer-id' header for the HTTP request. See Customer ID documentation.
OperationsThe list of operations to perform on individual campaigns. See Campaign operations documentation.
[
{
"updateMask": "bidModifier",
"create": {
"campaign": "customers/1234567890/campaigns/1122334455",
"location": {
"geoTargetConstant": "geoTargetConstants/1014044"
}
},
"update": {
"resourceName": "customers/1234567890/campaignCriteria/1122334455987654321",
"bidModifier": 1.5
},
"remove": "customers/1234567890/campaignCriteria/1122334455
987654321"
}
]
Partial FailureWhen true, successful operations will be carried out and invalid operations will return errors. When false, all operations will be carried out in one transaction if and only if they are all valid. This should always be set to true. See Partial failure documentation.false
Validate OnlyWhen true, the request is validated but not executed. Only errors are returned, not results.false

Raw Request

Send raw HTTP request to Google Ads.

InputCommentsDefault
ConnectionThe Google Ads connection to use.
URLInput the path only (/v23/customers:listAccessibleCustomers), The base URL is already included (https://googleads.googleapis.com). For example, to connect to https://googleads.googleapis.com/v23/customers:listAccessibleCustomers, only /v23/customers:listAccessibleCustomers is entered in this field. Note: If using the Raw Request action, you must specify the API version in the path (e.g., /v23/) to override the connection default./v23/
MethodThe HTTP method to use.
DataThe HTTP body payload to send to the URL.
Form DataThe Form Data to be sent as a multipart form upload.
File DataFile Data to be sent as a multipart form upload.
File Data File NamesFile names to apply to the file data inputs. Keys must match the file data keys above.
Query ParameterA list of query parameters to send with the request. This is the portion at the end of the URL similar to ?key1=value1&key2=value2.
HeaderA list of headers to send with the request.
Response TypeThe type of data you expect in the response. You can request json, text, or binary data.json
TimeoutThe maximum time that a client will await a response to its request
Retry Delay (ms)The delay in milliseconds between retries. This is used when 'Use Exponential Backoff' is disabled.0
Retry On All ErrorsIf true, retries on all erroneous responses regardless of type. This is helpful when retrying after HTTP 429 or other 3xx or 4xx errors. Otherwise, only retries on HTTP 5xx and network errors.false
Max Retry CountThe maximum number of retries to attempt. Specify 0 for no retries.0
Use Exponential BackoffSpecifies whether to use a pre-defined exponential backoff strategy for retries. When enabled, 'Retry Delay (ms)' is ignored.false

Search Ads

Returns all rows that match the search query. You can query for local services resources.

InputCommentsDefault
ConnectionThe Google Ads connection to use.
Customer IDCustomer ID of the Google Ads Client account; accepts hyphenated or number forms. See Customer ID documentation.
Manager Customer IDCustomer ID of the Google Ads Manager account; accepts hyphenated or number forms. When used in conjunction with a sub account as the customer ID, this value is used as the 'login-customer-id' header for the HTTP request. See Customer ID documentation.
QueryGoogle Ads Query Language (GAQL) query string. See GAQL documentation.
Page TokenThe pagination cursor from a previous request. Returned in previous page responses.
Return Total Results CountWhen true, the total number of results that match the query ignoring the LIMIT clause will be included in the response. Default is false.false
Fetch AllWhen true, automatically fetches all pages of results. When false, only the first page of results will be returned.false

Upload Call Conversions

Upload offline call conversions into Google Ads in order to track ads that led to sales.

InputCommentsDefault
ConnectionThe Google Ads connection to use.
Customer IDCustomer ID of the Google Ads Client account; accepts hyphenated or number forms. See Customer ID documentation.
ConversionsThe conversions that are being uploaded. See Click conversions documentation.
Manager Customer IDCustomer ID of the Google Ads Manager account; accepts hyphenated or number forms. When used in conjunction with a sub account as the customer ID, this value is used as the 'login-customer-id' header for the HTTP request. See Customer ID documentation.
Validate OnlyWhen true, the request is validated but not executed. Only errors are returned, not results.false

Upload Click Conversions

Upload offline click conversions into Google Ads in order to track ads that led to sales.

InputCommentsDefault
ConnectionThe Google Ads connection to use.
Customer IDCustomer ID of the Google Ads Client account; accepts hyphenated or number forms. See Customer ID documentation.
ConversionsThe conversions that are being uploaded. See Click conversions documentation.
Manager Customer IDCustomer ID of the Google Ads Manager account; accepts hyphenated or number forms. When used in conjunction with a sub account as the customer ID, this value is used as the 'login-customer-id' header for the HTTP request. See Customer ID documentation.
Validate OnlyWhen true, the request is validated but not executed. Only errors are returned, not results.false