Deploying the ClearSense Tag: A Step-by-Step Guide
The ClearSense On-Site Tag can be deployed using two methods: Direct Deployment and Deployment via Google Tag Manager (GTM). Follow the detailed instructions below to ensure seamless integration.
Direct Deployment
To deploy the ClearSense Tag directly, insert the provided tag immediately before the closing </head> tag in your HTML document. This ensures the tag is correctly integrated within the webpage's head section. For instance:
<!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>
</head>
<body>
</body>
</html>
Deployment via Google Tag Manager (GTM)
If deploying via GTM, follow these steps:
Step 1: Add a New Tag
- Navigate to your GTM workspace.
- Click "Add a New Tag."
Step 2: Name the Tag
- Assign a title to the tag (e.g., "ClearSense Tag") for easy identification.

Step 3: Configure the Tag
- Click the pencil icon under Tag Configuration.
- Select Custom HTML.

Step 4: Insert the ClearSense Tag
- Copy the ClearSense Tag provided and paste it into the HTML field.

Step 5: Add a Trigger
- Scroll to the Triggering section and click it to open the dialog box.

Step 6: Choose a Trigger
- Select All Pages as the trigger.

Step 7: Save the Tag
- Click the Save button in the top-right corner to save your configuration.
Step 8: Publish the Tag
- Publish your changes by clicking the Submit button in the GTM dashboard.

Step 9: Implement the GTM Tag
- Copy the GTM Tag (e.g.,
GTM-XXXXXXXXX) provided in the GTM workspace. - Paste this tag into your website as per the instructions.


If the GTM tag is already implemented, simply publishing the ClearSense Tag in GTM will complete the deployment.
Following these instructions will ensure the ClearSense Tag is deployed effectively.