Audience targeting reference

The below outlines the properties required for syncing customer and segment data as part of Customer Data Sync for Audience Targeting. These tables define the structure for Segment Feed and Customer Feed, which ensure accurate mapping of segments to customers for targeted ad delivery.

Segment Feed (Required when syncing your own segments)

FieldDescriptionRequired/OptionalTypeExample
segment_idUnique segment ID in your system. Must match customer feed or ad request.RequiredTextcustom-segment-1
nameName of the feed, shown when selecting segments.RequiredTextHigh Spending Shoppers - Cola Co
descriptionShown when selecting segments. Recommended to be under 20 words.RequiredTextShoppers with an average weekly shop in the top 15% that purchase Cola Co products.
categoryOptional category tag for future UI filtering.OptionalJSON arrayCustom segmentation
team_idsRestricts segment access to specified teams. Other teams can't view or select it.OptionalJSON array["a5166cf4-87f4-4741-a721-c05ffd9941a5"]

Customer Feed (Required when syncing your own segments and customers)

ColumnRequiredTypeDescriptionExample
customer_idRequiredTextIdentifier of the customer in the retailer's system. Must be consistent with ad request.oo32s-a432-dsf4380
segmentsRequiredJSON arraySegment IDs linked to the customer. Must align with the segment feed.["segment-1","segment-2"]
source_identifierRead-onlyTextInternal system reference. Cannot be modified by retailers.system-generated

📘

source_identifier is read-only and automatically generated by the system. Do not include or modify this field in your upload file.