Installation Guidelines
Framer
How to add Faurya to your Framer site.
Add Faurya to your Framer site
Follow these steps to integrate Faurya analytics into your Framer site.
Add tracking script using Custom Code
Framer allows you to add custom code to your site through the Custom Code feature.
- Open your Framer project
- Click on the Settings icon in the top right
- Select Custom Code
- In the Head 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.
- Click Save
Verify installation
After implementing:
- Visit your live website
- Check your Faurya dashboard for incoming data
- It might take a few minutes for the first pageviews to appear
For advanced configuration options like localhost tracking, custom API endpoints, or cross-domain setup, see the script configuration reference.