Set up Flowsery Analytics on a Kajabi site

This guide explains how to wire Flowsery Analytics into your Kajabi website.

Add the snippet through Custom Code

Kajabi exposes custom-code options inside theme customization.

  1. Sign in to your Kajabi dashboard

  2. Go to Website > Themes

  3. Click Customize on the active theme

  4. Look for Theme Settings or Custom Code

  5. Locate the Header Code or Custom HTML field

  6. Paste the Flowsery Analytics snippet:

    <script
      defer
      data-fl-website-id="flid_******"
      data-domain="your_domain.com"
      src="https://analytics.flowsery.com/js/script.js"
    ></script>
    

    Replace flid_****** with your Flowsery Analytics Website ID. Replace your_domain.com with the root domain of your site.

  7. Click Save or Update

Alternative: Per-page Custom Code section

You can also embed the snippet on individual pages:

  1. Edit the target page
  2. Add a Custom Code section
  3. Paste the Flowsery Analytics tracking snippet
  4. Save and publish the page

Confirm everything is working

After setup:

  • Navigate to your live Kajabi site
  • Open your Flowsery Analytics dashboard and check for incoming pageviews
  • Allow a couple of minutes for the first data to appear

For additional options such as localhost tracking, custom API endpoints, or cross-domain configuration, refer to the script configuration reference.