Jetrack

Jetrack

Installation Guides

Kajabi Installation

Install Jetrack on your Kajabi site

Kajabi provides multiple ways to add custom tracking scripts to your online course or membership platform.

Add BrandJet to all pages of your Kajabi site.

Steps

  1. Log into your Kajabi dashboard
  2. Go to SettingsSite Details
  3. Scroll to Header Page Scripts
  4. Paste your BrandJet tracking script:
<script
    async
    defer
    data-website-id="your-unique-id"
    src="https://analytics.brandjet.ai/script.js">
</script>
  1. Click Save

Your script now loads across your entire Kajabi site!

Method 2: Checkout Pages Only

For tracking checkout and purchase pages specifically:

  1. Go to SettingsCheckout Settings
  2. Find Header Tracking Code or Footer Tracking Code
  3. Paste your tracking script
  4. Click Save

Using Google Tag Manager (Advanced)

For more flexible tracking with Kajabi:

Step 1: Set Up GTM

  1. Create a Google Tag Manager account
  2. Get your GTM container code snippets

Step 2: Add to Kajabi

  1. Add the first GTM snippet (head section) to Site DetailsHeader Page Scripts
  2. Add the second snippet (body section) via Code Editor (if on Growth or Pro plan)

Step 3: Configure BrandJet in GTM

  1. In GTM, create a Custom HTML tag
  2. Add your BrandJet script
  3. Set trigger to "All Pages"
  4. Publish

Individual Pages

To add BrandJet to specific pages:

  1. Go to the page editor
  2. Add a Custom Code Block
  3. Paste your tracking script
  4. Publish the page

Important: System Page Limitations

Note: Some Kajabi system pages (like Account Creation) may not load site-level header scripts. For consistent purchase tracking, consider using:

  • Kajabi's native Google Analytics integration
  • Checkout-specific tracking codes
  • Google Tag Manager

What Gets Tracked

BrandJet on Kajabi tracks:

  • Course landing pages
  • Sales pages
  • Blog posts
  • Membership pages
  • Checkout pages (if configured)
  • Custom pages
  • All public-facing content

Testing

  1. Add your tracking script
  2. Visit your Kajabi site
  3. Navigate through pages
  4. Open browser Dev Tools (F12) → Network tab
  5. Look for script.js from analytics.brandjet.ai
  6. Check your BrandJet dashboard

Security Note

Kajabi recommends scanning custom code for vulnerabilities before adding it. BrandJet's script is safe and privacy-focused.

Combining with Other Analytics

You can run BrandJet alongside:

  • Google Analytics (via direct integration or GTM)
  • Facebook Pixel (via Kajabi integration or GTM)
  • Other custom tracking scripts

Troubleshooting

Script Not Loading

  • Verify you saved your settings
  • Check that code is in Header Page Scripts, not body
  • Clear browser cache

Checkout Pages Not Tracking

  • Add script to Checkout Settings specifically
  • Ensure checkout tracking code section is used

Not All Pages Tracking

  • Use Site Details method for site-wide tracking
  • System pages may have limitations
  • Test on multiple page types

Best Practices

  • Use Site Details → Header Page Scripts for global tracking
  • Keep scripts in the header for faster loading
  • Test after every Kajabi update
  • Use GTM for managing multiple tracking tools

Next Steps

On this page