Manages Google Analytics accounts.
Only supports database as a source in the extract part of the configuration.
load:
mapping:
# variable: field name from query
action: action
name: remarketing_audience_name
remarketingAudienceId: audience_id
accountId: account_id
webPropertyId: property_id
isSmartList: is_smart_list
audienceType: audience_type
daysToLookBack: days_to_look_back
membershipDurationDays: membership_duration_days
linkedViews: linked_views
segment: segment
ADWORDS_LINKS: google_ads_advertiser_ids
DBM_LINKS: dv360_advertiser_ids
property | type | mandatory | description |
---|---|---|---|
conn_id | string | no | Connection string as handed to you by the Onesecondbefore team. Default is google_cloud_default . |
mapping | object | yes | Contains the mappings from the dataset to the service. See below for mapping options. |
mapping | type (in dataset) | mandatory | description |
---|---|---|---|
accountId | string | yes | Google Analytics account id. |
webPropertyId | string | yes | Google Analytics web property ID |
isSmartList | boolean | no | If the remarketing list is a smart list. |
remarketingAudienceId | string | yes (with update and delete) | Remarketing list ID. |
audienceType | enumerator (SIMPLE, STATE_BASED) | yes | Type of remarketing list: SIMPLE or STATE_BASED. |
name | string | yes | Name of the remarketing list. |
daysToLookBack | integer | yes | Days to look back. |
membershipDurationDays | integer | yes | Membership duration in days. |
linkedViews | array | yes | Array of view ids that the remarketing list applies to. |
segment | string | yes | Remarketing list definition. |
exclude_segment | string | no | Remarketing list definition to exclude users. When activated remarketing list type is automatically set to STATE_BASED, otherwise to SIMPLE. |
ADWORDS_LINKS | array | no | Array of Adwords account ids, e.g. '111-111-1111' to share the remarketing list with. |
DBM_LINKS | array | no | Array of DoubleClick Campaign Manager account ids to share the remarketing list with. |
item | description |
---|---|
API | Google Analytics Management API |
To type | Management upload. |