How can I verify the tracking codes are working correctly on my site?
A complete setup requires two codes on your website: the primary JavaScript Script in the <head> and the NoScript Fallback Pixel in the <body>.
Here’s how to verify that both are installed and functioning correctly.
Step 1: Check for Code Presence
- JavaScript Script: View your website's source code (
Ctrl+U
or Cmd+U
) and search within the <head>
section for the cdn.clicksambo.com/scripts/
code. - NoScript Pixel: In the same source code view, search immediately after the opening
<body>
tag for the <noscript>
block containing ping.clicksambo.com
.
Step 2: Test Functionality
- Standard Test (JavaScript On):
- Visit your website directly (not from an ad).
- Log in to your ClickSambo Dashboard and check the Visits section. Your visit should appear within a few minutes.
- Technical Check: You can also use your browser's Developer Tools (
F12
), go to the Network tab, and filter for clicksambo
. You should see a successful request from cdn.clicksambo.com
with a Status 200.
- Advanced Test (JavaScript Off):
- To test the fallback pixel, you can temporarily disable JavaScript in your browser settings.
- Refresh your webpage and check the Network tab in your Developer Tools again. You should now see a successful image request to
ping.clicksambo.com
.
Step 3: Test the Full Ad Tracking System
- The ultimate test is to click one of your live ads. If the visit appears in your dashboard with all the correct campaign data, your entire setup (including the ad platform template) is working perfectly. (Note: This may incur an ad charge.)
If data isn't appearing as expected after these checks, please review our installation guides or contact support.