Workflows · To Tasks · to_dcm
Purpose
Uploads data to the Campaign Manager 360.
Limitation
Only supports database as a source in the extract part of the configuration.
Configuration
Example usage
load:
type: remarketing_lists
mapping:
# variable: field name from query
action: ACTION
profileId: PROFILE_ID
advertiserId: ADVERTISER_ID
id: AUDIENCE_ID
listPopulationClauses: AUDIENCE_DEFINITION
lifeSpan: MEMBERSHIP_DURATION_DAYS
name: AUDIENCE_NAME
description: DESCRIPTION
listSource: LIST_SOURCE
floodlightActivityId: FLOODLIGHT_ACTIVITY_ID
Properties
property | type | mandatory | description |
---|
conn_id | string | no | Connection string as handed to you by the Onesecondbefore team. Default is `google_cloud_default` |
type | enumerator(remarketing_lists, remarketing_list_shares) | yes | . |
mapping | object | yes | Contains the mappings from the dataset to the service. See below for mapping options. |
Mappings
mapping | type (in dataset) | mandatory | description |
---|
action | string | yes | Contains the field name from the query that contains the action to take. Value of the field can only be active (Item will be created when it does not exist and no action is taken when the item already exists) or update (item will be updated) |
advertiserId | string | yes | |
profileId | string | yes | |
id | string | yes | |
listPopulationClauses | string | yes | |
name | string | yes | |
description | string | yes | |
description | string | yes | |
listSource | string | yes | |
floodlightActivityId | string | yes | |
lifeSpan | string | yes | |
mapping | type (in dataset) | mandatory | description |
---|
profileId | string | yes | Profile ID. |
remarketingListId | string | yes | Remarketing list ID. |
sharedAccountIds | string | yes | Shared account IDs. |
sharedAdvertiserIds | string | yes | Shared advertiser Ids.
|
Details