Jetrack

Jetrack

Installation Guides

Installation Overview

Choose your platform to get started with Jetrack

The Jetrack tracking script is a tiny (2KB), asynchronous JavaScript file that collects visitor data without slowing down your website.

Understanding the Tracking Script

Your unique tracking script looks like this:

<script
    async
    defer
    data-website-id="your-unique-website-id"
    src="https://analytics.brandjet.ai/script.js">
</script>

What each attribute does:

  • async - Loads the script asynchronously without blocking page rendering
  • defer - Ensures the script executes after the HTML is parsed
  • data-website-id - Your unique website identifier (automatically generated)
  • src - Points to the BrandJet tracking script

Where to Get Your Script

  1. Sign into your BrandJet dashboard
  2. Go to DashboardYour WebsiteSettingsGeneral
  3. Your unique tracking script will be displayed with syntax highlighting
  4. Click the Copy button to copy it to your clipboard

Choose Your Platform

Select your platform or framework from the navigation menu to see specific installation instructions:

Tag Management

Design & No-Code Platforms

  • Framer - Design tool with custom code support
  • Bubble.io - No-code web app builder
  • Webflow - Visual web design platform

AI-Powered Builders

  • Lovable - AI-powered web builder (formerly GPT Engineer)
  • V0 by Vercel - AI design-to-code tool
  • Bolt.new - AI full-stack development by StackBlitz
  • Replit - Online IDE with AI assistance

CMS & Website Builders

Course & Membership Platforms

  • Podia - Online courses and memberships
  • Kajabi - All-in-one course platform

Other Platforms

Testing Your Installation

After installing the script:

  1. Visit your website in a browser
  2. Wait 10-30 seconds
  3. Check your BrandJet dashboard
  4. You should see at least 1 visitor

For detailed testing instructions, see the specific guide for your platform.

Need Help?

If you're stuck or have questions about installation, check out the specific guide for your platform or reach out to support.

On this page