Workflows · To Tasks · to_xandr_server_side_segmentation
Purpose
Uploads segment data to the Xandr platform.
Configuration
Example usage
load:
conn_id: xandr
file_format: avro
Properties
property | type | mandatory | description |
---|
conn_id | string | no | Connection string as handed to you by the Onesecondbefore team. Default is `xandr` |
file_format | enumerator(legacy, avro) | yes | Default is legacy . Defines the file format being used for the upload. |
mapping | object | yes | Contains the mappings from the dataset to the service. See below for mapping options. |
Mappings
mapping | type (in dataset) | mandatory | description |
---|
uid | string | yes | Contains the field name of the field that holds the user id. |
segments | string | yes | Contains the field name of the field that holds the segment definitions.
|
Details