ClearSense On Site Tag can be deployed in two ways :
Direct Deployment and Deployment via GTM
Direct Deployment
Please ensure to insert the following tag immediately before the closing </head>
tag in your HTML document. This placement ensures the proper integration and functionality of the code within the webpage's head section. For example, if your HTML code looks like this:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Example Page</title>
<!-- Insert the tag here -->
</head>
<body>
<!-- Page content goes here -->
</body>
</html>
Deployment via GTM
Step 1 : Add a new Tag
Click on “Add a new Tag” in your GTM workspace
Step 2 : Add a Title
Give a Title to the Tag as per your convenience
for example
Step 3 : Add Custom HTML
Click on the pencil icon on Tag configuration and choose Custom HTML
Step 4 : Copy ClearSense Tag
Copy the Tag provided to you in the box titled HTML
Step 5 : Add a Trigger
Scroll down to the Triggering section & click. It will open up a dialog box
Step 6 : Choose Trigger
Choose the trigger as “All Pages”
Step 7 : Save the ClearSense Tag
Go ahead and save it using the SAVE button from the right top
Step 8 : Publish the Tag
Publish the changes using the Submit button from the GTM dashboard
Step 9 : Copy GTM Tag
Click and Copy the GTM Tag (GTM-xxxxxxxxx)
Paste this tag as per the instructions provided.
In case you already have the tag pasted, just publishing the ClearSense Tag to this GTM Tag will complete the deployment.