FauryaFaurya
Installation Guidelines

Kajabi

How to add Faurya to your Kajabi site.

Add Faurya to your Kajabi site

Follow these steps to integrate Faurya analytics into your Kajabi site.

Add tracking script using Custom Code

Kajabi allows you to add custom code through the theme customization options.

  1. Log in to your Kajabi dashboard
  2. Go to Website > Themes
  3. Click Customize on your active theme
  4. Look for Theme Settings or Custom Code section
  5. Find the Header Code or Custom HTML field
  6. 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 or Update

Alternative: Using Custom Code sections

You can also add the script to individual pages:

  1. Edit the page where you want to add tracking
  2. Add a Custom Code section
  3. Paste the Faurya tracking script
  4. Save and publish the page

Verify installation

After implementing:

  • Visit your live Kajabi 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