Skip to main content

Steps

  1. Open Scanova Dashboard.
  2. Go to Integrations.
  3. Open Conversion Tracking (labeled Web Tracking in some UI screens).
  4. Click Create Site.
  5. Enter site name.
  6. Optionally add allowed domains (up to 5).
  7. Save and open Script/API for the site.
  8. In the Embed tab, copy the generated script.

Generated Snippet Format

The dashboard snippet loads https://cdn.scanova.io/ct/js/qcg.min.js and initializes:
scanova('init', 'YOUR_SITE_ID', {
  debug: false,
  autoPageview: true,
  autoClicks: true,
  autoForms: true,
  autoScroll: true
});
Keep site_id exactly as generated. Do not edit it manually.