Installation Guidelines
Webflow
How to add Faurya to your website using Webflow.
Add Faurya to your Webflow project
Follow these steps to integrate Faurya analytics into your Webflow site.
Add tracking script to Webflow
- In your Webflow dashboard, select your project and click Site Settings.
- Go to Custom Code tab on the left side bar.
- In the Head Code section, paste your Faurya tracking script:
<script
defer
data-website-id="YOUR_WEBSITE_ID"
data-domain="yourdomain.com"
src="https://faurya.com/js/script.js"
></script>Replace yourdomain.com with your website's root domain.
- Save and publish: Click Save Changes and then Publish your site.
Verify installation
After publishing:
- Visit your live website.
- Check your Faurya dashboard for incoming data.
For advanced configuration options like localhost tracking, custom API endpoints, or cross-domain setup, see the script configuration reference.
Custom code changes in Webflow appear on the published site, not always in the Designer preview.