Workflows · To Tasks · to_dcm
Purpose
Uploads offline conversions to Campaign Manager 360.
Make sure you created the audiences first with to_dcm.
Limitation
Only supports database as a source in the extract part of the configuration.
Configuration
Example usage
conn_id: google_cloud_default
profile_id: 123456
floodlight_activity_id: 87654321
mapping:
dynamicId: DYNAMIC_ID
dynamicIdType: DYNAMIC_ID_TYPE
u2: AUDIENCE_CODES
Properties
property | type | mandatory | description |
---|
conn_id | string | no | Connection string as handed to you by the Onesecondbefore team. Default is `google_cloud_default` |
profile_id | integer | yes | Contains the id of the user profile that the service account should use. Find it under Admin > User profiles. |
floodlight_activity_id | integer | yes | Contains the id of the floodlight activity to which the conversions will be uploaded. Find it under Advertisers > Floodlight > Activities. |
impersonation_email | string | yes | The email that impersonates the service account. |
mapping | object | yes | Contains the mappings from the dataset to the service. See below for mapping options. |
Mappings
mapping | type (in dataset) | mandatory | description |
---|
dynamicId | string | yes | Contains the id that will be used for matching. |
dynamicIdType | enumerator(matchId, mobileDeviceId, gclid) | yes | Contains the type of id. |
u1..u20 | string | yes | The u variable to fill.
|
Details