1. Tracking Code (HEAD Section): This JavaScript code provides advanced behavioral analysis and real-time fraud detection.
2. NoScript Tracking Code (BODY Section): This code ensures basic tracking continues even when JavaScript is disabled, which is a common bot behavior.
Together, they provide comprehensive protection for your advertising campaigns.
Tracking Code (HEAD Section) Example:
HTML
<script src="https://cdn.clicksambo.com/scripts/your-unique-id.js"></script>
NoScript Tracking Code (BODY Section) Example:
HTML
<noscript><img src="https://ping.clicksambo.com/clicksambo?uid=your-unique-id" width="1" height="1" style="display:none;"></noscript>
Paste the Tracking Code (HEAD Section) into your website's HTML source code inside the closing </head>
tag.
Paste the NoScript Tracking Code (BODY Section) into your HTML source code immediately after the opening <body>
tag.
By placing the codes in a site-wide template, you guarantee that every page on your site—and any new pages you create—will be automatically protected.
cdn.clicksambo.com
. You should find your script inside the <head>
section.ping.clicksambo.com
. You should find your <noscript>
code located immediately after the opening <body>
tag.You can repeat this check on a few different pages to be certain your website template has applied the changes correctly across your entire site.