In this article we discuss firing the SessionCam recording tag into your sites pages using Adobe Dynamic Tag Management. Below we take you through step-by-step on how to set this up.
These instructions assume that you already have Adobe Dynamic Tag Management set-up and you have access to create new tags on your account.
- Launch the Adobe Dynamic Tag Manager Dashboard.
- Click Property > Rules > JavaScript/Third Party Tags .
- Click Add New Script .
A text box opens, where you provide the script name and select how you want the script to trigger. Add the tag as "Sequential HTML" and set this to be loaded across all pages.
- Paste the code snippet below into the text area, then click Save Code .This step adds the new script into the queue for the rule.
<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>
Once the tag is installed within Adobe Dynamic Tag Manager, SessionCam will start recording immediately if the Recording status is set to On in the SessionCam console.