Google Campaign Manager 360
Connect your Google Campaign Manager 360 app for OAuth in Paragon.
Last updated
Connect your Google Campaign Manager 360 app for OAuth in Paragon.
Last updated
You can find your Google app credentials by visiting your Google Cloud Console dashboard.
You'll need the following information to set up your Google App with Paragon Connect:
Client ID
Client Secret
Scopes Requested
Note: You'll need to create a new project in Google Cloud Console if you don't already have one.
Paragon provides a redirect URL to send information to your Google app. To add the redirect URL to your Google app:
1. Copy the link under "Redirect URL" in your integration settings in Paragon. The Redirect URL is:
2. In your Google Cloud Console dashboard, navigate to APIs & Services > Credentials in the sidebar.
3. Press "+ Create Credentials", then select OAuth client ID.
4. Select "Web application" from the Application type drop-down menu.
Note: You'll need to configure Google's consent screen for access to Client ID and Client Secret if you haven't already.
5. Under Authorized redirect URIs, press the "+ Add URI" button.
6. Paste-in the redirect URL from Paragon.
7. Press the blue "Create" button.
Google provides you with the Client ID and Client Secret needed for the next steps after adding the redirect URL to your project.
1. In your Google Cloud Console dashboard, navigate to APIs & Services > Library in the sidebar.
2. Search for "Google Campaign Manager 360" from the API Library.
3. Select the "Google Campaign Manager 360 API".
4. Press the blue "Enable" button to enable the API for your application.
1. Select Google Campaign Manager 360 from the Integrations Catalog.
2. Under Integrations > Connected Integrations > {YOUR_APP} > Settings, fill out your credentials from the end of Step 1 in their respective sections:
Client ID: Found at the end of Step 1.
Client Secret: Found at the end of Step 1.
Permissions: Select the scopes you've requested for your application. They should begin with sheets
.
Press the blue "Connect" button to save your credentials.
Note: Leaving the Client ID and Client Secret blank will use Paragon development keys.
Once your users have connected their Google Campaign Manager 360 account, you can use the Paragon SDK to access the Google Campaign Manager 360 API on behalf of connected users.
See the Google Campaign Manager 360 REST API documentation for their full API reference.
Any Google Campaign Manager 360 API endpoints can be accessed with the Paragon SDK as shown in this example.
Once your Google Campaign Manager 360 account is connected, you can add steps to perform the following actions:
Create Ad
Update Ad
Get Ads
Get Ad by ID
Get Advertisers
Get Advertiser by ID
Create Campaign
Update Campaign
Get Creatives
Get Creative by ID
Create Creative Asset
Create Campaign Creative Association
Get Campaign Creative Association
Create Creative Group
Update Creative Group
Get Creative Groups
Get Creative Group by ID
Create Placement
Update Placement
Get Placements
Get Placement by ID
When creating or getting ads in Google Campaign Manager 360, you can reference data from previous steps by typing {{
to invoke the variable menu.
Your Google Campaign Manager 360 integration requires a Redirect Page hosted in your application to support verification of your application by Google.
The Redirect Page should be implemented as follows:
Receives a GET
request with a number of query parameters.
Redirect to https://passport.useparagon.com/oauth
with the same query parameters.
If you were previously testing with https://passport.useparagon.com/oauth
as your Google Campaign Manager 360 Redirect URL, you will need to update this value after implementing a Redirect Page:
Log into your Google Cloud Console dashboard and select your application.
Navigate to APIs & Services > Credentials and select the credentials you use with Paragon.
Under Authorized redirect URIs, provide the URL of your Redirect Page.