Jetrack

Jetrack

Getting Started

Quick Setup Guide

The fastest way to start tracking analytics

Need to get Jetrack running right now? This is the express version. Follow these steps and you'll be tracking visitors in under 3 minutes.

Your 3-Minute Setup

1. Create Account (30 seconds)

Go to brandjet.ai/sign-up and sign up with Google or email.

With Google (faster):

  • Click "Continue with Google"
  • Select your account
  • Accept terms → Done

With Email:

  • Enter name, email, password
  • Check terms box → Click "Create Account"
  • Verify email → Done

2. Add Website (1 minute)

Once logged in:

  1. Click "Add Website"
  2. Enter your domain (e.g., example.com)
  3. Confirm the auto-filled website name
  4. Select your timezone
  5. Click "Add Website"

3. Install Script (1 minute)

Copy the tracking script shown on screen and paste it in your website's <head> section, right before the closing </head> tag.

Your script looks like this:

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

Where to paste it:

<head>
    <!-- Your existing tags -->
    
    <!-- Paste here, before </head> -->
    <script async defer data-website-id="abc123" src="https://analytics.brandjet.ai/script.js"></script>
</head>

4. Verify (30 seconds)

  1. Visit your website
  2. Go back to your BrandJet dashboard
  3. Within 30 seconds, you should see your first visitor count

Done! You're now tracking analytics.

Need More Help?

For detailed platform-specific instructions, check out our Installation Guides:

Testing Locally

Want to test on localhost first?

  1. Go to SettingsGeneral
  2. Check "Allow localhost debugging"
  3. Copy the updated script
  4. Install it
  5. Test at http://localhost

What Gets Tracked Automatically

Once installed, BrandJet automatically tracks:

  • ✅ Unique visitors
  • ✅ Page views
  • ✅ Traffic sources (referrers, campaigns)
  • ✅ Geographic location (country, city)
  • ✅ Devices and browsers
  • ✅ Session duration
  • ✅ Bounce rate
  • ✅ Real-time activity

No configuration needed. It just works.

Troubleshooting Quick Fixes

Not seeing data?

  1. Clear browser cache
  2. Wait 60 seconds after visiting your site
  3. Check script is in <head>, not <body>
  4. Verify your domain matches what you entered

Script not loading?

  • Check for typos in data-website-id
  • Ensure src is https://analytics.brandjet.ai/script.js
  • Open browser console (F12) and look for errors

Next Steps

Now that you're tracking, explore these features:

Common Questions

Do I need to add it to every page? Only if you have static HTML files. With WordPress, Shopify, and other platforms, adding it once to the theme/template applies it site-wide.

Will it slow down my website? No. The script is only 2KB and loads asynchronously (async defer), so it won't block page rendering.

Does it work with ad blockers? Most ad blockers won't block BrandJet since we're privacy-focused and don't track personal information. However, some aggressive blockers might interfere.

Can I track multiple websites? Yes! Just add each website separately in your dashboard. Each gets a unique tracking script.

Need More Detail?

Check out the full Getting Started Guide or browse our Installation Guides for 25+ platform-specific instructions.

Ready to see detailed platform instructions? View Installation Guides

On this page