Framer
Add DataSaaS analytics to your Framer site with a single snippet in your site settings.
1
Open Site Settings
Click the gear icon to open Site Settings.
2
Navigate to General
Go to the General section and scroll down to Custom Code.
3
Paste in the "End of <head> tag" section
Paste the DataSaaS script into the End of <head> tag section.
4
Save
Click Save to apply your changes.
5
Add the DataSaaS tracking script
Paste the following snippet:
<script
defer
data-website-id="ds_YOUR_WEBSITE_ID"
data-domain="yourdomain.com"
src="https://datasaas.co/js/script.min.js"
></script>6
Replace the placeholder values
Replace ds_YOUR_WEBSITE_ID with the Website ID you received when adding your site in DataSaaS, and replace yourdomain.com with your actual domain.
7
Verify
Visit your website, then open the DataSaaS dashboard. You should see your visit appear within a few seconds.