Google Campaign Manager 360
Introduction
This guide takes you through obtaining authentication details from Google Campaign Manager 360, as well as installing the Google Campaign Manager 360 Connector.
Setup & Authentication
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”:
Select “Library”.
Search Google’s APILibrary for “Campaign Manager 360 API”.
Select the “Campaign Manager 360” entry, then select “Enable” on the following page.
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:
Go to Connectors > Application Connector Library.
Use the search box to locate the Google Campaign Manager 360 Connector entry.
Select the Pencil button.
Select the Settings tab.
Enter the below values:
Property | Description |
---|---|
Client ID | Required The Client ID generated within your Developer Console. |
Client Secret | Required The Client Secret generated within your Developer Console. |
Scopes | Required A space separated list of scopes to be used in authentication. Go to the Additional Information section below for a comprehensive explanation. |
Select Save Changes.
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:
Property | Description |
---|---|
Required The Email used to access your Google Campaign Manager 360 account. | |
Password | Required 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:
Scope | Meaning |
---|---|
| Read/write access to Campaign Manager 360 trafficking. |
| Read/write access to Campaign Manager 360 reporting. |
| Read/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).