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:
- Click "Add Website"
- Enter your domain (e.g.,
example.com) - Confirm the auto-filled website name
- Select your timezone
- 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)
- Visit your website
- Go back to your BrandJet dashboard
- 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:
- WordPress guide - Plugin and theme methods
- Shopify guide - Theme customization
- Webflow guide - Custom code setup
- Next.js guide - App Router & Pages Router
- React guide - Standard React setup
- View all 25+ guides - Including Laravel, Django, Framer, and more
Testing Locally
Want to test on localhost first?
- Go to Settings → General
- Check "Allow localhost debugging"
- Copy the updated script
- Install it
- 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?
- Clear browser cache
- Wait 60 seconds after visiting your site
- Check script is in
<head>, not<body> - Verify your domain matches what you entered
Script not loading?
- Check for typos
in
data-website-id - Ensure
srcishttps://analytics.brandjet.ai/script.js - Open browser console (F12) and look for errors
Next Steps
Now that you're tracking, explore these features:
- View All Installation Guides - 25+ platform-specific guides
- Track Custom Events - Monitor button clicks, signups, etc.
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 →