|
| 1 | +--- |
| 2 | +title: Google Campaign Manager 360 |
| 3 | +strat: google |
| 4 | +hide-boilerplate: true |
| 5 | +hide-dossier: false |
| 6 | +id: 123456 |
| 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. It'll be also 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 | +## Hashing |
| 39 | + |
| 40 | +Google requires you to hash all PII before sending it to the Google API. |
| 41 | + |
| 42 | +The Google Campaign Manager 360 destination supports hashing for the following fields: |
| 43 | + |
| 44 | +* Email |
| 45 | +* Phone |
| 46 | +* First Name |
| 47 | +* Last Name |
| 48 | +* Street Address |
| 49 | + |
| 50 | +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. |
| 51 | + |
| 52 | +{% include components/actions-fields.html settings="true"%} |
| 53 | + |
| 54 | +## FAQ and troubleshooting |
| 55 | + |
| 56 | +### Refreshing access tokens |
| 57 | + |
| 58 | +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. |
| 59 | + |
| 60 | +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