Install on Webflow
Add Open Analytics to a Webflow site: where the snippet goes and how to verify it.
Before you start
You need your site's tracking key from the dashboard: your site, then Settings, then Installation. It looks like oa_pk_… and is safe to paste into your pages; it can only write events, never read anything.
Manual steps
1. In your Webflow project, open Site settings, then Custom code, and paste the snippet into the Head code field. Publish the site to apply it.
<script
async
src="https://c.getopen.so/oa.js"
data-key="YOUR_TRACKING_KEY"
data-collector="https://c.getopen.so"
></script>2. Custom code requires a paid Webflow site plan; the free tier does not apply it.
3. Deploy (or run your dev server) and open the site once. The realtime view in your dashboard shows the visit within seconds; historical charts fill moments later.
Next
Route changes in a single-page app are tracked automatically, and the snippet never needs editing for updates. From here: custom events for the actions you care about, or script options for test mode and the privacy attributes.