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

propertytypemandatorydescription
conn_idstringnoConnection string as handed to you by the Onesecondbefore team. Default is `xandr`
file_formatenumerator(legacy, avro)yesDefault is legacy. Defines the file format being used for the upload.
mappingobjectyesContains the mappings from the dataset to the service. See below for mapping options.

Mappings

mappingtype (in dataset)mandatorydescription
uidstringyesContains the field name of the field that holds the user id.
segmentsstringyesContains the field name of the field that holds the segment definitions.

Details

itemdescription
APIXandr Batch Server Side Segmentation
To typeData upload.