Add analytics to Wix.
Wix has its own visitor stats but keeps the deeper analysis shallow and slow. smolanalytics is one script tag you add through the Wix Custom Code panel. It autocaptures pageviews, clicks, form submits and errors with no code, and you query the numbers in plain English from a bar or your editor.
<script src="https://YOUR-INSTANCE/sdk.js"></script>
<script>smolanalytics.init("WRITE_KEY", { host: "https://YOUR-INSTANCE" })</script>In the dashboard go to Settings > Custom Code > Add Custom Code, paste both tags, set placement to Head and apply to All pages. Custom Code needs a Premium plan with a connected domain.
how do I add analytics to wix?
Wix has its own visitor stats but keeps the deeper analysis shallow and slow. smolanalytics is one script tag you add through the Wix Custom Code panel. It autocaptures pageviews, clicks, form submits and errors with no code, and you query the numbers in plain English from a bar or your editor.
In the Wix dashboard the slot is Settings > Custom Code > Add Custom Code. Paste both smolanalytics tags into one snippet, choose "All pages" and set the placement to "Head" so they load site-wide before </head>. Wix requires a Premium plan with a connected domain to use Custom Code, so confirm that first; after publishing, autocapture runs across every page.
Wix sites lean toward bookings, stores and lead forms, so what you want to see is conversion and drop-off: which service page books, where the lead form loses people, which CTA gets clicked. Autocapture handles clicks, form submits and scroll. For named events call smolanalytics.track("booking_started") from a Velo page-code onClick handler, and identify(memberId) once a Wix member logs in. Then ask "where do visitors drop in the booking flow" in plain English and get a deterministic answer, no cookie banner required.
Honest pricing: 14-day full trial, no credit card. Then Solo $29/mo, never metered on seats or sites. Overage is $5/million with an emailed receipt, the dashboard never locks, and self-hosting the single Go binary is free forever (MIT).
Add analytics to Wix tonight.
One snippet, or one endpoint. Tomorrow morning the verdict tells you which part of the funnel to fix.