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.
Method 1: Site-Wide Tracking (Recommended)
Add BrandJet to all pages of your Kajabi site.
Steps
- Log into your Kajabi dashboard
- Go to Settings → Site Details
- Scroll to Header Page Scripts
- Paste your BrandJet tracking script:
<script
async
defer
data-website-id="your-unique-id"
src="https://analytics.brandjet.ai/script.js">
</script>- Click Save
Your script now loads across your entire Kajabi site!
Method 2: Checkout Pages Only
For tracking checkout and purchase pages specifically:
- Go to Settings → Checkout Settings
- Find Header Tracking Code or Footer Tracking Code
- Paste your tracking script
- Click Save
Using Google Tag Manager (Advanced)
For more flexible tracking with Kajabi:
Step 1: Set Up GTM
- Create a Google Tag Manager account
- Get your GTM container code snippets
Step 2: Add to Kajabi
- Add the first GTM snippet (head section) to Site Details → Header Page Scripts
- Add the second snippet (body section) via Code Editor (if on Growth or Pro plan)
Step 3: Configure BrandJet in GTM
- In GTM, create a Custom HTML tag
- Add your BrandJet script
- Set trigger to "All Pages"
- Publish
Individual Pages
To add BrandJet to specific pages:
- Go to the page editor
- Add a Custom Code Block
- Paste your tracking script
- 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
- Add your tracking script
- Visit your Kajabi site
- Navigate through pages
- Open browser Dev Tools (F12) → Network tab
- Look for
script.jsfromanalytics.brandjet.ai - 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