Workflows · From Tasks · from_dcm

Purpose

Imports data from DoubleClick Campaign Manager.

Method of use

Before you can download data from DoubleClick Campaign Manager you have to give Workflows access. You also have to switch on the API here.

Configuration

Example usage

extract:
    conn_id: google_cloud_default
    type: remarketing_lists
    # Required config parameters
    profile_id: 7654321
    advertiser_id: 1234567
    # Optional config parameters
    floodlight_activity_id: 
    active: 
    max_results:
    name: ' - '
    sort_field: ID
    sort_order: ASCENDING

Properties

propertytyperequireddescription
typeenumerator (remarketing_lists)yesContains the report you want to download.
conn_idstringyesConnection string as handed to you by the Onesecondbefore team. Default is `google_cloud_default`
profile_idintegeryesProfile ID of the user you want to use to export data.
advertiser_idintegeryesAdvertiser ID of which the data will be imported.
floodlight_activity_idintegernoFilter. Floodlight activity ID of which the data will be imported.
activeyesno (boolean)noFilter. If yes, import only data from active remarketing_lists. Use no if otherwise, Don't configure to import all remarketing lists.
max_resultsintegernoMaximum amount of results to be imported. Leave empty to import all remarketing lists.
nameintegernoFilter. Filters on name of remarketing list.
sort_fieldenumerator(id, name)noSorts results on id or name.
sort_orderenumerator(ascending, descending)noSorts results ascending or descending.

Details

itemdescription
APIDoubleClick Campaign Manager 360 API
Pre-formatted schemaYes. Comes with a pre-formatted and described schema.
TransformsYes. Field names are all transformed from camelCase (e.g. listSize) to snake_case (e.g. list_size)