Campaign Manager 360 Beta
6 minute read
Campaign Manager 360 is an ad management platform which optimizes your digital campaigns across websites and mobile. It provides many useful features for ad serving, targeting, verification, and reporting.
RudderStack supports sending the offline conversion events to Campaign Manager 360 by leveraging their Conversions API.
Find the open source code for this destination in the GitHub repository.
Connection compatibility
| Destination Information | |||
|---|---|---|---|
| |||
Setup
- In your RudderStack dashboard, set up a source.
- Go to the Overview tab of your source and select Add Destination > Create new destination.

- Select Campaign Manager 360 from the list of destinations. Then, click Continue.
Account settings
Before you set up Campaign Manager 360 as a destination in RudderStack, authenticate your account by following these steps:
- Click Create Account in the Account Settings section.
- From the modal, click the Sign in with Google button.
- Choose the required account and grant RudderStack the required permissions.
- Click Save to use the specified account:

If you have authenticated multiple accounts, you can click Edit Credentials to select or delete any other authenticated account:
RudderStack throws an error if you try to delete an account used by any other connection set up for the same destination.

Connection settings
| Setting | Description |
|---|---|
| Profile ID | Enter the user profile ID required for the batchinsert and batchupdate methods of the Campaign Manager 360 Conversions API.
|
| Limit ad tracking | Toggle on this setting to report a conversion but not target it, thus preventing remarketing. |
| Child directed treatment | Toggle on this setting to allow requests from users under the age of 13 (required for COPPA compliance). |
| Non personalized ad | Toggle on this setting if the conversion is intended for a non-personalized ad. |
| Treatment for underage | Toggle on this setting to allow requests from users under the age of 16 (required for European Union’s GDPR compliance). |
| Enhanced conversions | Toggle on this setting to send enhanced conversions to Campaign Manager 360. |
| Hash user identifiers | This setting is visible if Enhanced conversions is toggled on. Enable it to hash user identifiers in your events before sending the data to Campaign Manager 360.
|
| Consent management settings | This setting lets you associate the cookie consent groups to Campaign Manager 360. Specify the consent management provider from the dropdown and enter the category IDs. See Consent Management in RudderStack for more information on this feature. |
You can also pass values for these settings in your Track events. However, note that these values will take precedence over the dashboard settings.
Track
You can use the track call to capture user events along with the associated properties and send them to Campaign Manager 360.
A sample track call is shown below:
rudderanalytics.track("Product Reviewed", {
"profileId": 437689,
"floodlightConfigurationId": "213123123",
"ordinal": "3",
"floodlightActivityId": "456543345245",
"mobileDeviceId": "mobileDeviceId",
"value": 7,
"encryptedUserId": "encrepyteduserId"
"impressionId": "string",
"limitAdTracking": false,
"childDirectedTreatment": true,
"encryptionInfo": {
"kind": "dfareporting#encryptionInfo",
"encryptionSource": "AD_SERVING",
"encryptionEntityId": "3564523",
"encryptionEntityType": "DCM_ACCOUNT"
},
"requestType": "batchinsert"
})Send enhanced conversions
The Campaign Manager 360 Conversions API supports sending enhanced website tag-based conversions with user identifiers.
To use this feature, you must first accept the Enhanced Conversions Terms of Service for your Floodlight configuration in Campaign Manager 360 by following these steps:
- Log in to your Campaign Manager 360 account.
- Select the advertiser for which you want to set up the enhanced conversions.
- Go to Floodlight > Configuration in the left sidebar and select the checkbox under the Enhanced Conversion section.
To send enhanced conversions to Campaign Manager 360, toggle on the Enhanced conversions setting in the dashboard and set properties.requestType to batchupdate in your track events, as shown:
rudderanalytics.track(
"Product Reviewed", {
"profileId": "34245",
"floodlightConfigurationId": "213123123",
"ordinal": "string",
"floodlightActivityId": "456543345245",
"value": "756",
"quantity": "455678",
"gclid": "string",
"encryptionSource": "AD_SERVING",
"encryptionEntityId": "3564523",
"encryptionEntityType": "DCM_ACCOUNT",
"requestType": "batchupdate"
}, {
email: "alex@example.com",
firstName: "Alex",
lastName: "Keener",
address: {
street: "350 Blue Gum Street",
city: "New Orleans",
state: "Louisiana",
country: "US",
postalCode: "90009",
},
},
);Note that:
- You must enhance the conversions with user identifiers within 24 hours after they are captured by the online tags.
- A conversion can have a maximum of five user identifiers.
For security purposes, RudderStack automatically hash-encrypts the user identifiers before sending them to Campaign Manager 360. Make sure to turn off the Hash user identifiers setting if you are already tracking hashed user data via RudderStack.
Property mappings
The following table lists the event property mappings between RudderStack and Campaign Manager 360:
| RudderStack property | Campaign Manager 360 property | Data type |
|---|---|---|
properties.floodlightActivityIdRequired | floodlightActivityId | String |
properties.floodlightConfigurationIdRequired | floodlightConfigurationId | String |
properties.ordinalRequired | ordinal | String |
properties.quantityRequired | quantity | String |
timestampRequired | timestampMicros | Timestamp in ISO 8601 format |
properties.profileIdconfig.profileId | profileId | Number |
properties.encryptedUserId | encryptedUserId | String |
properties.encryptedUserIdCandidates[] | encryptedUserIdCandidates[] | Array |
properties.dclid | dclid | String |
properties.gclid | gclid | String |
properties.matchId | matchId | String |
properties.mobileDeviceId | mobileDeviceId | String |
Apart from the above-mentioned properties marked as required, you must also send the following:
properties.requestTypein the conversion event with the value asbatchinsertorbatchupdate.- At least one of the optional fields.
User identifier mappings for enhanced conversions
The following table lists the user identifier mappings between RudderStack and Campaign Manager 360:
| RudderStack property | Campaign Manager 360 property |
|---|---|
traits.emailcontext.traits.email | hashedEmail |
traits.phonecontext.traits.phone | hashedPhoneNumber |
traits.firstNamecontext.traits.firstName | addressInfo.hashedFirstName |
traits.lastNamecontext.traits.lastName | addressInfo.hashedLastName |
traits.streettraits.address.streetcontext.traits.streetcontext.traits.address.street | addressInfo.hashedStreetAddress |
traits.citytraits.address.citycontext.traits.citycontext.traits.address.city | addressInfo.city |
traits.countrytraits.address.countrycontext.traits.countrycontext.traits.address.country | addressInfo.countryCode |
traits.statetraits.address.statecontext.traits.statecontext.traits.address.state | addressInfo.state |
traits.postalCodetraits.address.postalCodecontext.traits.postalCodecontext.traits.address.postalCode | addressInfo.postalCode |
Note that:
- The fields mapped to
addressInfo.countryCode(traits.country/traits.address.country/context.traits.country/context.traits.address.country) must contain a 2-letter ISO-3166 Alpha-2 country code of the user’s address. See the Campaign Manager 360 documentation for more information. - The phone number (
traits.phoneorcontext.traits.phone) must contain a proper country code in it. If the phone number does not have a country code, make sure to provide the mapping for theaddressInfo.countryCodefield, given the Enhanced conversions and Hash user identifiers settings are toggled on.
FAQ
Where can I find the Profile ID?
- Log in to your Campaign Manager 360 account.
- In the top right corner, click your account icon (the cicle with your initials or profile picture).
- A dropdown panel will appear with the following details:
- Your name and email address
- Account name
- Account ID
- The Profile ID is displayed as a number below the account name.
