SAP Open Connectors

Google AdWords API Provider Setup

Before you can authenticate an instance of the Google AdWords connector, you must have a Google Ads manager account with access to the AdWords API and a developer token; see Google's documentation for additional information.

After receiving your developer token, you must also complete these steps before you can authenticate:

Note: depending on which if any of these you may have already completed for other projects, some of the steps may need to be performed in a slightly different order, or may already be complete.

Creating and Registering an AdWords Project

  1. Navigate to the Google APIs Console and sign in to your account.
  2. Click the Project selection dropdown, then click NEW PROJECT. 
  3. On the New Project page, enter a name for your project and select a parent organization or folder (or select No Organization) from the Location menu. Click CREATEAfter your project is created, the APIs & Services page appears.

Generating OAuth Credentials

  1. Click Credentials from the left-hand navigation bar. 
  2. Click Create Credentials, and then select OAuth client ID. 
    If you are asked for a product name on the Consent screen, click Configure Consent Screen and follow the instructions in the below Configuring a Consent Screen section.  
  3. On the Create OAuth client ID page, click Web application, and enter a name for your application.
  4. In the Authorized JavaScript Origins field, add the following domains:
    • https://staging.cloud-elements.com
    • https://cloud-elements.com
    • https://cloudelements.io
    • https://staging.cloudelements.io
  5. In the Authorized Redirect URIs field, add https://auth.cloudelements.io/oauth.

    Your Create OAuth Client ID page should look like this: 

  6. Click Create.
  7. On the OAuth client window, record your client ID and secret, both of which you will use during authentication.

Enabling the API

  1. Navigate to the Google API Console, and then click Enable APIs and Services. 
  2. On the API Library page, navigate to and select the Google Ads API. 
  3. On the Google Ads API page, click Enable. 
  1. On the left-side navigation bar, click Credentials. 
  2. On the Credentials page, click Configure Consent Screen. 
  3. Enter a name for your application, and optionally add an application logo.
  4. Under Scopes for Google APIs, click Add Scope and then click the option to manually paste your scopes. Enter the following scopes into the field, and then click Add:
    • https://www.googleapis.com/auth/analytics.manage.users.readonly
    • https://www.googleapis.com/auth/analytics.manage.users
    • https://www.googleapis.com/auth/analytics.edit
    • https://www.googleapis.com/auth/analytics.readonly
  5. The Scopes for Google APIs section should look like this: Note: As explained in the above screenshot, your application will need to be verified by Google before it will be published. For more information about the application verification process, see Google's documentation.

  6. In the Authorized Domains field, add cloudelements.io and cloud-elements.com as approved domains. 
  7. Click Save, and then click Credentials from the left-side navigation bar. 

Identifying the Client Customer ID

  1. In a web browser, navigate to https://adwords.google.com/home and sign in with your relevant Google credentials.
    Note: If you have multiple Google Ads accounts, the Use Google Ads as... window appears, If so, select the relevant account from the list.
    After selecting the relevant Google AdWords account, the AdWords interface appears.
  2. In the AdWords interface, click the project selection dropdown and identify the account you want to connect to SAP Open Connectors. The client customer ID value for each account is listed in the column to the right of the account names and is indicated In the example screenshot below. Note the client customer ID, as you will need it in order to authenticate a connector instance.