Use these steps to integrate SuperTag 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 Salesforce audience studio.
✅ 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:
Integrate SuperTag and UserZoom: Site Intercept
- Log into your SuperTag account.
- Go to Tags > + Add.
- In the platform list, click UserZoom. You are sent to a page where you can select which code you would like to set up.
- Select Site Intercept.
- Configure these parameters:
- ID: The _setID value.
- SID: The _setSID value.
- CUID: The cuid 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>
- Define the firing rule.
Integrate Supertag and UserZoom: Feedback Tab
- Log into your SuperTag account.
- Go to Tags > + Add.
- In the platform list, click UserZoom. You are sent to a page where you can select which code you would like to set up.
- Select Site Intercept.
- Configure these parameters:
- ID: The _setID value.
- SID: The _setSID value.
- CUID: The cuid value.
-
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>
- Define the firing rule.
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.