Skip to content

Commit 4cc6272

Browse files
authored
Merge pull request #7121 from segmentio/cm360
Google Campaign Manager 360 destination docs.
2 parents 8d9ce2d + b254cdf commit 4cc6272

File tree

1 file changed

+106
-0
lines changed
  • src/connections/destinations/catalog/actions-google-campaign-manager-360

1 file changed

+106
-0
lines changed
Lines changed: 106 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,106 @@
1+
---
2+
title: Google Campaign Manager 360
3+
strat: google
4+
hide-boilerplate: true
5+
hide-dossier: false
6+
id: 66e97a37a8f396642c0bd33c
7+
hidden: true
8+
private: true
9+
versions:
10+
- name: "Google Campaign Manager 360"
11+
link: '/docs/connections/destinations/catalog/actions-google-campaign-manager-360/'
12+
---
13+
14+
The Google Campaign Manager 360 destination allows users to upload [conversions](https://developers.google.com/doubleclick-advertisers/guides/conversions_upload){:target="_blank"} and [conversion enhancements](https://developers.google.com/doubleclick-advertisers/guides/conversions_ec){:target="_blank"} to Google Campaign Manager 360. Marketers can use this integration to attribute conversions to specific campaigns, ad groups, and ads.
15+
16+
## Getting Started
17+
18+
> info ""
19+
> You can connect the Google Campaign Manager 360 Destination to an event source, Reverse ETL source, or Engage space.
20+
21+
### Prerequisites
22+
23+
Before you begin, you need to have a Google Campaign Manager 360 account, with a Profile ID and a Floodlight Configuration ID. These are necessary to configure the Floodlight activities you want to track.
24+
25+
### Connect to Google Campaign Manager 360
26+
27+
1. From the Segment web app, navigate to **Catalog > Destinations**.
28+
2. Search for “Google Campaign Manager 360” in the Destinations Catalog, and select it.
29+
3. Click **Add destination**.
30+
4. Select the source that will send data to Google Campaign Manager 360.
31+
* If you select an Engage space, you'll be redirected to Engage to complete the following steps.
32+
* If you select a Reverse ETL source, you must enter a name for your destination and click **Create destination**.
33+
5. On the **Settings** tab for your Google Campaign Manager destination:
34+
* Enter your **Profile ID**. Optionally, you can also provide your default **Floodlight Configuration ID** and/or your default **Floodlight Activity ID**. These fields are optional, but if you provide them, they will be used as defaults for all events sent to Google Campaign Manager 360. Otherwise, you can override these values in your mappings.
35+
6. Click **Save**.
36+
7. Follow the steps in the Destinations Actions documentation to [customize your mappings](/docs/connections/destinations/actions/#customize-mappings).
37+
38+
## Available actions
39+
40+
The Google Campaign Manager 360 Action Destination supports the following actions:
41+
42+
* [Conversion Upload](#conversion-upload)
43+
* [Conversion Adjustment Upload](#conversion-adjustment-upload)
44+
45+
### Conversion Upload
46+
47+
The Conversion Upload action allows you to send conversion data to Google Campaign Manager 360. This action is useful for tracking conversions that occur on your website or app.
48+
49+
#### Fields
50+
51+
The Google Campaign Manager 360 destination requires the following fields for the Conversion Upload action:
52+
53+
* **Required ID**: The identifier that identifies a user for the conversion. Only one value at a time can be provided from the following fields:
54+
* Google Click ID (gclid);
55+
* Display Click ID (dclid);
56+
* Encrypted User ID;
57+
* Mobile Device ID;
58+
* Match ID;
59+
* Impression ID;
60+
* Encrypted User ID Candidates;
61+
* **Timestamp**: The time the conversion occurred.
62+
* **Value**: The value of the conversion.
63+
* **Ordinal**: The ordinal of the conversion. This field is used to control how conversions of the same user and day are de-duplicated.
64+
65+
### Conversion Adjustment Upload
66+
67+
The Conversion Adjustment Upload action allows you to send conversion adjustment data to Google Campaign Manager 360. This action is useful for adjustments to conversions that have already been uploaded, as well as enhancing conversions.
68+
69+
#### Fields
70+
71+
The Google Campaign Manager 360 destination requires the following fields for the Conversion Adjustment Upload action:
72+
73+
* **Required ID**: The identifier that identifies a user for the conversion. Only one value at a time can be provided, from the following fields:
74+
* Google Click ID (gclid);
75+
* Display Click ID (dclid);
76+
* Encrypted User ID;
77+
* Mobile Device ID;
78+
* Match ID;
79+
* Impression ID;
80+
* **Timestamp**: The time the conversion occurred.
81+
* **Value**: The value of the conversion.
82+
* **Ordinal**: The ordinal of the conversion. This field is used to control how conversions of the same user and day are de-duplicated.
83+
84+
## Hashing
85+
86+
Google requires you to hash all PII before sending it to the Google API.
87+
88+
The Google Campaign Manager 360 destination supports hashing for the following fields:
89+
90+
* Email
91+
* Phone
92+
* First Name
93+
* Last Name
94+
* Street Address
95+
96+
The hashing algorithm used is SHA-256. If incoming data arrives already hashed, the destination will not hash it again. The values will be sent as-is to Google.
97+
98+
{% include components/actions-fields.html settings="true"%}
99+
100+
## FAQ and troubleshooting
101+
102+
### Refreshing access tokens
103+
104+
When you use OAuth to authenticate into the Google Campaign Manager 360 destination, Segment stores an access token and refresh token. Access tokens for Google Campaign Manager 360 expire after one hour. Once expired, Segment receives an error and then uses the refresh token to fetch a new access token. This results in two API requests to Google Campaign Manager 360, one failure and one success.
105+
106+
Because of the duplicate API requests, you may see a warning in Google for unprocessed conversions due to incorrect or missing OAuth credentials. This warning is expected and does not indicate data loss. Google has confirmed that conversions are being processed, and OAuth retry behavior will not cause any issues for your web conversions. Whenever possible, Segment caches access tokens to reduce the total number of requests made to Google Campaign Manager 360.

0 commit comments

Comments
 (0)