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. |
This article applies to: UserZoom
✅ 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
- Integrate IBM Coremetrics and UserZoom: Site Intercept
- Integrate IBM Coremetrics and UserZoom: Feedback Tab
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
- Log in to your Coremetrics account.
- Go to IBM Coremetrics > Partner Settings.
- 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"
(...)
- Select Site Intercept to configure the code.
- Select Text Value from the drop-down menu.
- 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
- Log in to your Coremetrics account.
- Go to IBM Coremetrics > Partner Settings.
- 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"
(...)
- Select Site Intercept to configure the code.
- Select Text Value from the drop-down menu.
- 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>
Related content
|
|
Want to learn more? Check out these Knowledge Base articles... |
Interested in growing your skills? Check out our University courses... |
|
|
Need hands-on training?
|
Can't find your answer? Reach out to Support or our Professional Services team. |