Wix
Add DataSaaS analytics to your Wix website. Wix lets you add custom code through the site settings.
Warning
Adding custom code requires a Wix Premium plan. Make sure your account is on a paid plan before proceeding.
1
Open Custom Code settings
In your Wix dashboard, go to Settings → Custom Code.
2
Add new custom code
Click + Add Custom Code and paste the DataSaaS script.
3
Configure placement
Set Add Code to Pages to All Pages and set Place Code in to Head.
4
Apply
Click Apply to save 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.