There are two simple methods available to check whether the SessionCam recording tag has been added to your site
Method 1:
Visit the page in question and open up your browser Development Tools by right-clicking on the page and selecting ‘Inspect’ - in this example we're using Chrome
Within the ‘Elements’ tab type ‘sessioncam.recorder’ into the search field and press return.
If the tag is present on the page you will see the SessionCam JavaScript code snippet displayed as follows:
If this is not present this means that the tag has not been added to the site. If you used a tag management platform you may want to confirm that the tag has not just been added to the relevant container, but has also been published.
See here for more info on using a tag management platform.
Method 2:
Visit the page in question and inspect the page as described above...
Within the 'Network' tab filter the page network events by 'sessioncam' and refresh the page; if the tag is present and firing on the page you will see a filtered list of the associated SessionCam tag events... the presence of the 'sessioncam.recordr.js' even indicates that the tag is present on the page.
See here for more info on SessionCam tag events