Curated Audiences (SDA)
Introduction
To learn more about the Curated Audiences feed capability and the steps for configuring this feature, please refer to the user guide.
How to retrieve segment mapping
Once you have configured and activated the segment mapping in Navigator, mapping for matched segments will be available in the browser's local storage under the mics_sda
key.
The mics_sda
key will have the following structure:
How to use Curated Audiences mapping in bid request
In that section, we will provide an example for using your Curated Audiences mapping in bid request using prebid.js:
Handling Multiple Providers and Taxonomies
If a user matches multiple segments across various Curated Audiences feeds:
For identical
provider_name
&taxonomy_id
: all matchedsegment_ids
will be added in thesegment
array for the respectiveprovider_name
andtaxonomy_id
For different
provider_name
ortaxonomy_id
combinations: Each unique combination will generate a separatedata
object.
For instance, if a user matches:
Segments 12 & 34 with
Provider_name = mics.io
andTaxonomy = 3
Segments 56 & 78 with
Provider_name = mics.io
andTaxonomy = 4
Segment 90 with
Provider_name = mics.com
andTaxonomy = 3
The content of mics_sda
would be:
Last updated
Was this helpful?