Visit-tracking pixel
The Analytics Pixel is a lightweight, cookieless tracking tag (~800 bytes). It records pageviews, clicks, form submits, and UTM attribution, and feeds the Pixel dashboard in your CRM in real time. No cookies means it’s GDPR-friendly out of the box.
Get the snippet
Section titled “Get the snippet”- Open Widgets or Settings → Widgets.
- Set the Site ID to the domain you’re installing on.
- On the Analytics Pixel card, click Copy snippet.
<script src="https://api.vertaflow.io/v1/pixel.js" data-site="yourdomain.com" defer></script>Paste it on every page you want to measure (typically before </body>).
Reading the dashboard
Section titled “Reading the dashboard”Open Pixel in the sidebar (/pixel), or Settings → Tracking pixel (/settings/pixel) — the same dashboard, rendered inside Settings. If you haven’t installed a pixel yet you’ll see an empty state with a “create your first pixel” prompt.
Once events arrive, the dashboard shows:
- Pageviews today and Pageviews over the selected window.
- Visitors today / Visitors over the window (unique sessions), with a ring showing the unique-to-pageview ratio and a “last hit” timestamp.
- Top pages and Top referrers.
- UTM attribution — a table of source / medium / campaign with event counts.
Use the filters at the top to pick which pixel site to view and the time range (last 24 hours, 7 days, or 30 days; defaults to 7 days). The page auto-refreshes every 5 seconds, so events animate in as visitors land.
Attribute campaigns
Section titled “Attribute campaigns”Tag your ad and email links with utm_source, utm_medium, and utm_campaign and they’ll show in the UTM attribution table. See UTM tracking.
Troubleshooting
Section titled “Troubleshooting”No data after install? See Widget not appearing and Installing on your site.