FauryaFaurya
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.

  1. Log in to your Podia dashboard
  2. Go to Site > Settings
  3. Click on the Advanced tab
  4. 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.

  1. 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.

On this page