Jetrack

Jetrack

Installation Guides

Wix Installation

Install Jetrack on your Wix website

Add Jetrack to your Wix site to track visitor behavior and site performance.

Installation Steps

  1. Go to your Wix Dashboard
  2. Click Settings in the left sidebar
  3. Scroll down and click Custom Code under the Advanced section
  4. Click + Add Custom Code at the top right
  5. A popup will appear - configure it as follows:

Code Settings

Paste your BrandJet tracking script:

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

Name: Enter a descriptive name (e.g., "Jetrack")

Add Code to Pages: Choose where to load the script:

  • All Pages (Recommended) - Tracks your entire site
  • Choose Specific Pages - Only track selected pages

Place Code in: Select Head

Load code once: Leave unchecked

  1. Click Apply

Your BrandJet tracking script is now active on your Wix site!

What Gets Tracked

BrandJet automatically tracks:

  • All static pages
  • Blog posts
  • Store pages (if using Wix Stores)
  • Custom pages
  • Landing pages

Wix Editor vs. Editor X

These instructions work for both:

  • Wix Editor - Classic Wix website builder
  • Editor X - Advanced responsive design tool
  • Wix ADI - AI-powered website builder

The Custom Code feature is available in all Wix plans that support custom code.

Wix Stores (E-commerce)

If you're running a Wix online store, BrandJet will track:

  • Product page views
  • Collection/category pages
  • Cart interactions
  • All store-related pages

Testing

  1. After adding the code, visit your live Wix site
  2. Open browser Developer Tools (F12)
  3. Go to the Network tab and refresh
  4. Look for script.js from analytics.brandjet.ai
  5. Check your BrandJet dashboard for visitor data

Important Notes

Premium Plan Required

Custom code (including Jetrack) requires a Wix Premium Plan. Free Wix sites cannot add custom code.

Site Must Be Published

The tracking script only works on your published site, not in the Wix editor preview.

Troubleshooting

Script Not Loading

  • Verify you have a Wix Premium plan
  • Make sure you clicked Apply after adding the code
  • Confirm your site is published (not just saved)
  • Check that "Place Code in" is set to Head

No Data in Dashboard

  • Wait 30-60 seconds after visiting your site
  • Disable browser ad blockers when testing
  • Verify your website ID is correct
  • Check browser console for JavaScript errors

Specific Pages Only

If tracking specific pages:

  1. In Custom Code settings, click on your BrandJet script
  2. Click Edit Code
  3. Under "Add Code to Pages", select Choose Specific Pages
  4. Select which pages to track
  5. Click Apply

Best Practices

  • Use All Pages for complete site analytics
  • Name your custom code clearly for easy management
  • Keep your tracking script in the Head section
  • Test after publishing to verify tracking works

Next Steps

On this page