export_cohort
Export exposed audience cohort to a DSP for retargeting.
Pushes MAID hashes from the campaign's exposed cohort to the specified DSP (The Trade Desk, DV360, or Meta). Creates or reuses a DSP segment.
WHEN TO USE:
Activating DOOH-exposed audiences for retargeting on digital channels
Pushing cohorts to TTD, DV360, or Meta Custom Audiences
Measuring cross-channel retargeting lift
RETURNS:
status: 'synced', 'no_cohort', 'credentials_missing', or 'empty_cohort'
destination: the DSP name
segmentId: internal segment ID
externalSegmentId: DSP-side segment ID
maidCount: number of MAIDs uploaded
accepted: number accepted by DSP
Supported destinations: ttd, dv360, meta, cadent, mediaocean
EXAMPLE: export_cohort({ campaign_id: "camp_abc123", destination: "ttd" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| campaign_id | Yes | Campaign identifier | |
| destination | Yes | DSP destination: ttd (The Trade Desk), dv360 (Google DV360), meta (Meta/Facebook), cadent, mediaocean |