LiveIntent HIRO integration
Implementation
Example configuration
pbjs.setConfig({
userSync: {
userIds: [{
name: "liveIntentId",
bidders: ['rubicon', 'pubmatic', 'nexx360'], // <-- this is where you add nexx360
params: {
publisherId: "YOUR_PUBLISHER_ID",
requestedAttributesOverrides: {
uid2: true
}
}
}]
}
});Verify implementation
Last updated
Was this helpful?