Google Campaign Manager 360 – Setup

Remote Setup in Google Developer Console – performed by Cyclr Partner

Google Campaign Manager 360 uses OAuth 2.0 for remote API Access. Your credentials can be found and created within the Google Developer Console.

An in-depth guide to generating OAuth 2.0 credentials within the Google Developer Console can be found here.

Enable Campaign Manager 360

You will also need to ensure that the “Campaign Manager 360 API” is enabled within your Google Developer Console.

Having created a Google Project within the Google Developer Console, enable the “Campaign Manager 360 API”:

  1. Select “Library”.
  2. Search Google’s APILibrary for “Campaign Manager 360 API”.
  3. Select the “Campaign Manager 360” entry, then select “Enable” on the following page.
  4. You will then be able to use your OAuth 2.0 credentials with Google’s Campaign Manager 360.

Partner Setup in Cyclr Console

Having created an OAuth app within Google Developer Console to obtain a Client ID and a Client Secret, go into your Cyclr Partner Console:

  1. Go to Connectors > Application Connector Library.
  2. Use the search box to locate the Google Campaign Manager 360 Connector entry.
  3. Select the Pencil button.
  4. Select the Settings tab.
  5. Enter the below values:
PropertyDescription
Client IDRequired
The Client ID generated within your Developer Console.
Client SecretRequired
The Client Secret generated within your Developer Console.
ScopesRequired
A space separated list of scopes to be used in authentication.Go to the Additional Information section below for a comprehensive explanation.
  1. Select Save Changes.

Note: If you leave these values blank, they must be provided each time the Connector is installed.

Cyclr Connector Installation

When installing a Google Campaign Manager 360 Connector, the following values are used:

PropertyDescription
EmailRequired
The Email used to access your Google Campaign Manager 360 account.
PasswordRequired
The Password used to access your Google Campaign Manager 360 account.

Additional Information

Here’s the OAuth 2.0 scope information for the Campaign Manager 360 API:

ScopeMeaning
https://www.googleapis.com/auth/dfatraffickingRead/write access to Campaign Manager 360 trafficking.
https://www.googleapis.com/auth/dfareportingRead/write access to Campaign Manager 360 reporting.
https://www.googleapis.com/auth/ddmconversionsRead/write access to Campaign Manager 360 offline conversions.

To request access using OAuth 2.0, your application needs the scope information, as well as information that Google supplies when you register your application (such as the client ID and the client secret).