In this article
A guide to sending rich cohort information over to Nativo for targeting.
Adding the Integration
Before adding the Nativo AdServer integration, you must deploy the following JavaScript on the page to ensure Publisher Cohorts are picked up from local storage.
This snippet must be placed before Nativo's JavaScript (which should already be deployed on your site):
<script>
window.ntvConfig = window.ntvConfig || {} ;
window.ntvConfig.keyValues = window.ntvConfig.keyValues || {};
var segs = localStorage.getItem('_pnativo');
if (segs) {
window.ntvConfig.keyValues.permutive = JSON.parse(segs).join(",");
}
</script>
Once you have confirmed all the relevant JS is live on your site, follow these steps to enable the integration within the Permutive Dashboard:
1. Head to 'Settings > Integrations > + Add Integration' or use this link to go directly to the integrations page.
2. Select 'Nativo AdServer'
3. Finally, click 'Add Integration'.
The integration will go live within 20 minutes and you can begin sending cohorts for targeting.
If you have any questions, please contact customer support by emailing support@permutive.com or chat to the Customer Operations Team via the LiveChat icon in the bottom right corner of your screen.
Comments
0 comments
Article is closed for comments.