Integration with Tealium

Use these steps to integrate Tealium and UserZoom. These are not the complete instructions, and provide a very basic outline of how this functionality is implemented. For complete instructions, refer to Tealium for further assistance.

Plan Availability: Essentials, Professional, International, and Premium
👥 User roles: Owner, Admins, and Researchers
For more information, see our article on how to find your plan and user role.

 

On this page:

 


 

About Tealium

  • Tealium is one of the leaders in enterprise tag management, serving some of the most demanding clients worldwide. The company is widely recognized for its innovation and leadership.
  • Tealium was founded in 2008 by two former executives, Ali Behnam and Mike Anderson, who oversaw optimization consulting and web analytics implementations for major brands worldwide.
  • This gave them first-hand insight and experience into the issues surrounding the implementation of JavaScript tag-based online marketing solutions.
  • In 2011, the company debuted its latest enterprise version, Tealium iQ, which set new industry benchmarks for ease of use and fast, scalable architecture.

 

 

Integrate Tealium and UserZoom: Site Intercept

  1. Log into your Tealium account.
  2. Select Tags in the main menu.
  3. Click the +Add Tag link.
  4. Search for UserZoom either in the Personalization tab or using the search function.
  5. Once found, double-click on it to open the UserZoom Tag Settings.
  6. Select Text Value in the drop-down list.
  7. Configure these parameters in the UserZoom Site Intercept code:
    • Account ID: The cuid value.
    • Study Segment ID: The _setID value.
    • Study ID: The _setSID value.
  8. Select the correct CDN. The CDN parameter displayed in the code (cdn4 or cdn5).
    Example:
    <script type="text/javascript">//<![CDATA[
    var _uzactions= _uzactions|| [];
    _uzactions.push(['_setID', 'F20EF3B7E479E2118CBB0022196C2B88']);
    _uzactions.push(['_setSID', 'F10EF3B7E479E2118CBB0022196C2B88']);
    _uzactions.push(['_start']);
    (function() { 
    var uz = document.createElement('script'); uz.type = 'text/javascript'; uz.async = true; uz.charset = 'utf-8';
    uz.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'cdn4.userzoom.com/trueintent/js/uz_til.js?cuid=787ECF5CDFC44DDCA8AB31F6713217EE';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(uz, s);
    })();
    //]]></script>

 

 

Integrate Tealium and UserZoom: Feedback Tab

  1. Log into your Tealium account.
  2. Select Tags in the main menu.
  3. Click the +Add Tag link.
  4. Search for UserZoom either in the Personalization tab or using the search function.
  5. Once found, double-click on it to open the UserZoom Tag Settings.
  6. Select Text Value in the drop-down list.
  7. Configure these parameters in the UserZoom Feedback Tab code:
    • Account ID: The cuid value.
    • Study Segment ID: The _setID value.
    • Study ID: The _setSID value.
  8. Select the correct CDN. The CDN parameter displayed in the code (cdn4 or cdn5).
    Example:
    <script type="text/javascript">//<![CDATA[
    _uzactfeed = window._uzactfeed || [];
    _uzactfeed.push(['_setID', '3E35EE15D69FE411B2860022196C4538']);
    _uzactfeed.push(['_setSID', '95EAA5F4D59FE411B2860022196C4538']);
    _uzactfeed.push(['_start']);
    (function() {
    var uz = document.createElement('script'); uz.type = 'text/javascript'; uz.async = true; uz.charset = 'utf-8';
    uz.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'cdn4.userzoom.com/feedback/js/uz_feed.js?cuid=759876E7482C4F69B6A0DC3F6CD20D64';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(uz, s);
    })();
    //]]></script>

 

Please provide any feedback you have on this article. Your feedback will be used to improve the article and should take no more than 5 minutes to complete. Article evaluations will remain completely confidential unless you request a follow-up. 

Was this article helpful?
0 out of 0 found this helpful