Workflows · To Tasks · to_meta_offline_conversions
Purpose
Upload data to Meta offline conversions.
Limitation
Only supports database as a source in the extract part of the configuration.
Configuration
Example usage
load:
dataset_id: 12345678901234
mapping:
match_key_id: MATCH_KEY_ID
match_key_name: MATCH_KEY_NAME
event_name: EVENT_NAME
event_time: EVENT_TIME
audience_code: AUDIENCE_CODES
brand: BRAND
Properties
property | type | mandatory | description |
---|
conn_id | string | no | Connection string as handed to you by the Onesecondbefore team. Default is `meta`. |
dataset_id | integer | yes | ID for offline event set. |
mapping | object | yes | Contains the mappings from the dataset to the service. See below for mapping options. |
Mappings
mapping | type (in dataset) | mandatory | description |
---|
match_key_name | enumerator (list of match keys) | yes | Contains the name of the match key |
match_key_id | array of keys | yes | Contains the match key id's. Add as an array, even if it concerns a single id. |
event_name | enumerator(the offline conversion event, e.g. Purchase) | yes | Event name of the conversion. |
event_time | timestamp | yes | Contains the time of the event. |
content_ids | string | yes | Content ids. |
order_id | string | yes | Unique order id. |
[custom data items] | string | yes | Will be added as custom data items.
|
Details