Follow these steps to add the core SessionCam tag - which allows us to set up data collection - directly to your page HTML, and get SessionCam working for you.
Put this on each page you wish to record. If you use a single template across the site, place the tag in that template:
<script type="text/javascript">
<!-- SessionCam Client Integration v6.0 -->
//<![CDATA[
var scRec=document.createElement('SCRIPT');
scRec.type='text/javascript';
scRec.src="//d2oh4tlt9mrke9.cloudfront.net/Record/js/sessioncam.recorder.js"
document.getElementsByTagName('head')[0].appendChild(scRec);
//]]>
<!-- End SessionCam -->
</script>
Additional requirements:
- We recommend you install the tag as close as possible to the closing body statement in your body section.
- If you use a Content Security Policy on your site(s), you may also need to provide access to some domains to ensure SessionCam records. Please see our article Content Security Policies which details this information.
Using a Tag Management solution instead? No problem! Simply follow the below links for instructions for Tag Management solutions:
How to add SessionCam using Google Tag Manager
How to add SessionCam using Adobe Dynamic Tag Management
How to add SessionCam using Adobe Launch
How to add SessionCam using Ensighten
How to add SessionCam using Qubit Opentag
How to add SessionCam using Tealium
Alternatively, these can also be found under the section Adding SessionCam to your Website.