Installation Guidelines
Podia
How to add Faurya to your Podia site.
Add Faurya to your Podia site
Follow these steps to integrate Faurya analytics into your Podia site.
Add tracking script using Custom Code
Podia allows you to add custom HTML and JavaScript code through the site settings.
- Log in to your Podia dashboard
- Go to Site > Settings
- Click on the Advanced tab
- In the Custom HTML 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.
- Click Save Changes
Verify installation
After implementing:
- Visit your live Podia site
- 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.