SetupVerifying Installation

Verifying Installation

Before you start relying on CleanClicks data, verify that everything is working end to end.

Before you start relying on CleanClicks data, verify that everything is working end to end.

Quick Checklist

CheckHowExpected
Domain statusDomains page"Active"
Tag loadingBrowser DevTools > Network > search "cc.js"200 response
Tag detectionOnboarding wizard or Domains page"Detected"
Trigger configuredConfiguration > TriggersAt least one trigger
Platform connectedConnections pageAt least one "Connected"

Verifying DNS

Your domain should show Active on the Domains page. If it shows Pending Verification, your CNAME isn't resolving yet. See DNS Problems.

You can also verify DNS from your terminal:

# Mac/Linux
dig cleanclicks.yourdomain.com CNAME

# Windows
nslookup -type=CNAME cleanclicks.yourdomain.com

You should see a CNAME record pointing to the CleanClicks target.

Verifying the Tag

Browser DevTools

  1. Open your website
  2. Open Developer Tools (F12)
  3. Go to the Network tab
  4. Reload the page
  5. Filter by cc.js
  6. Confirm you see a successful request (status 200)

Check the Page Source

  1. Right-click on your page > View Page Source
  2. Search for cc.js
  3. Confirm the script tag is present in the <head> section

CleanClicks Detection

In the onboarding wizard or on the Domains page, CleanClicks can attempt to detect the tag on your site. This fetches your homepage and checks for the script. It's a convenience check, not a definitive test. If the detection can't reach your site (behind a firewall, password-protected staging, etc.), verify manually using the methods above.

Verifying Conversions

The best test is a real conversion:

  1. Open your site in an Incognito/Private window
  2. Perform the conversion action (submit a form, complete a purchase, visit a thank-you page)
  3. Wait 2-3 minutes
  4. Check your CleanClicks dashboard for the event

Verifying in Ad Platforms

Each platform has its own way to verify incoming conversions:

  • Google Ads: Conversion actions page > check "Recent conversions" column
  • Meta: Events Manager > Test Events tab (requires Test Event Code in your CleanClicks config)
  • TikTok: Events Manager > check event activity
  • Microsoft Ads: UET Tag Helper or Conversion Goals page
  • GA4: Realtime report > Events

Ad platforms can take 15-30 minutes to reflect new conversions, so be patient.

Common Verification Issues

SymptomLikely CauseFix
cc.js returns 404DNS not verified yetCheck domain status, re-verify CNAME
cc.js returns 403Domain not in your accountVerify you're using the correct domain
Tag loads but no events fireNo triggers configuredAdd a trigger in Configuration > Triggers
Events fire but platform shows nothingPlatform credentials invalidRe-authenticate on Connections page
Events delayedNormal platform processingWait 15-30 minutes

Next: Shopify Setup