Integration with IBM Coremetrics

Use these steps to integrate IBM Coremetrics 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 the IBM MediaCenter for more information.

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 IBM Coremetrics

  • Coremetrics is a leading provider of web analytics and marketing optimization solutions.
  • It's part of the Enterprise Marketing Management (EMM) group at IBM, representing the rich combination of the Coremetrics and Unica solutions and being an integral part of IBM’s Smarter Commerce Initiative.

 

 

Integrate IBM Coremetrics and UserZoom: Site Intercept

  1. Log in to your Coremetrics account.
  2. Go to IBM Coremetrics > Partner Settings.
  3. Under General Settings, enter the CID.
    • CUID: The cuid value.
    • This parameter is available in any of the UserZoom javascript snippets.
    • Example:
      (...)
      ...uz_til.js?cuid=787ECF5CDFC44DDCA8AB31F6713217EE"
      (...)
  4. Select Site Intercept to configure the code.
  5. Select Text Value from the drop-down menu.
  6. These parameters are available in the UserZoom Site Intercept code:
    • ID: The _setID value
    • SID: The _setSID value
    • CDN: The cdn parameter displayed in the code (cdn4 or cdn5)
      Example:
      <script type="text/javascript">//<![CDATA[
      _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 IBM Coremetrics and UserZoom: Feedback Tab

  1. Log in to your Coremetrics account.
  2. Go to IBM Coremetrics > Partner Settings.
  3. Under General Settings, enter the CID.
    • CUID: The cuid value.
    • This parameter is available in any of the UserZoom javascript snippets.
    • Example:
      (...)
      ...uz_til.js?cuid=787ECF5CDFC44DDCA8AB31F6713217EE"
      (...)
  4. Select Site Intercept to configure the code.
  5. Select Text Value from the drop-down menu.
  6. These parameters are available in the UserZoom Feedback Tab code:
    • ID: The _setID value
    • SID: The _setSID value
    • CDN: The cdn parameter displayed in the code (cdn4 or cdn5)
      Example:
      <script type="text/javascript">//<![CDATA[
      _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>

 

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?