Populate your Optimizely Data Platform (ODP) visitor, lead, and customer profiles with the top 3 topic interests generated by Optimizely Content Intelligence. Content Intelligence automatically generates topic interests based on your site’s content and visitors’ browsing behavior. This integration also lets you optionally use AI to generate additional topics of interest based on those populated by Optimizely's content intelligence engine.
Capturing these interests on ODP profiles enables analysis, segmentation, and activation that power personalized experiences for your leads and customers.
Prerequisites
You must have access to Optimizely Content Intelligence to use this integration.
Update the ODP JavaScript tag
Modify the ODP JavaScript tag on your site to properly associate your web visitors to their corresponding Optimizely Content Intelligence profile.
- Locate the ODP JavaScript tag on your site.
- Insert the following code at the end of the tag, after
zaius.event('pageview');
and before</script>
.
var contentIntel = document.cookie.match('(^|;)\\s*iv\\s*=\\s*([^;]+)')?.pop() || '';
zaius.customer({ "content_intelligence_id": contentIntel});If you are using Google Tag Manager (GTM), do not use the code snippet above. Instead, insert the following:var contentIntel = document.cookie.match('(^|;)\\s*iv\\s*=\\s*([^;]+')[1] ||'';
zaius.customer({ "content_intelligence_id":contentIntel})
Enable the integration
Enable the Optimizely Content Intelligence integration in ODP:
- Go to the App Directory.
- Select the Optimizely Content Intelligence app.
- Click Install App.
- Click the Settings tab.
- Copy your region's URL from the list below and paste it into the Site URL field:
- United States (US) – https://api.usea01.idio.episerver.net/1.0/
- Canada (CA) – https://api.caea01.idio.episerver.net/1.0/
- Europe, Middle East, and Africa (EMEA) – https://api.emea01.idio.episerver.net/1.0/
- Asia-Pacific (APAC) – https://api.apac01.idio.episerver.net/1.0/
- Legacy Idio Customer – https://api.idio.co/1.0/
- In Optimizely Content Intelligence, go to Engage > Deliveries > API and copy the Delivery Key.
- In ODP, go to App Directory > Optimizely Content Intelligence > Settings.
- Paste the delivery key into the API Key field.
- Click Authorize.
- (Optional) Toggle Enable Generative AI Topic Enrichment on. When enabled, an AI Generated Topic Interests customer attribute is made available, containing up to 9 additional topics of interest in a comma-separated list. These are generated by asking generative AI to provide related topics based on those populated by Optimizely's content intelligence engine.
- (Optional) Click Initiate Full Import. This updates the top three topics of interest for all customers in ODP based on data from Optimizely's content intelligence engine. If the generative AI toggle described in step 10 is on, it also updates up to 9 additional topics of interest for all customers in ODP.
- Click Save.
Optimizely Content Intelligence attributes in ODP
After the integration configuration is complete, you will see three new attributes on ODP customer profiles:
- Content Intelligence First Topic
- Content Intelligence Second Topic
- Content Intelligence Third Topic
Optimizely Content Intelligence automatically populates these attributes hourly for every visitor. Use these attributes in reporting, segmentation, and activation with real-time segments and campaigns.
Article is closed for comments.