Jetrack

Jetrack

Installation Guides

Webflow Installation

Install Jetrack on your Webflow website

Add Jetrack to your Webflow site to track visitor activity and engagement.

Installation Steps

  1. Open your Webflow project
  2. Click the Settings icon (gear icon) in the left sidebar
  3. Navigate to the Custom Code tab
  4. In the Head Code section, paste your BrandJet tracking script:
<script
    async
    defer
    data-website-id="your-unique-id"
    src="https://analytics.brandjet.ai/script.js">
</script>
  1. Click Save Changes
  2. Publish your site to make the changes live

The tracking script will now load on all pages of your Webflow site.

Site-Wide vs. Page-Specific

Adding the script in Project Settings → Custom Code applies it to all pages automatically.

Page-Specific Tracking

To track only specific pages:

  1. Select the page you want to track
  2. Click Page Settings (gear icon)
  3. Go to Custom Code
  4. Add your script to the Head Code section
  5. Publish the page

CMS Collections

BrandJet automatically tracks all Webflow CMS pages:

  • Blog posts
  • Portfolio items
  • Product pages
  • Dynamic collection pages

No additional configuration needed!

Testing

  1. Publish your Webflow site
  2. Visit your site in a browser
  3. Check the browser console (F12) for any errors
  4. Verify in your BrandJet dashboard that visits are being tracked

Staging vs. Production

Consider using different tracking scripts for:

  • Staging site - Test tracking script
  • Production site - Live tracking script

This keeps your analytics data clean and accurate.

Troubleshooting

Script Not Appearing

  • Make sure you clicked Save Changes in Project Settings
  • Publish your site - changes only apply after publishing
  • Clear your browser cache

Not Tracking Page Views

  • Verify the script is in the Head Code section, not Footer
  • Check that your website ID is correct
  • Disable browser ad blockers when testing

CMS Pages Not Tracking

  • The script in Project Settings applies to CMS pages automatically
  • Make sure you've published both the collection template and your site

Webflow E-commerce

If you're using Webflow E-commerce, BrandJet will track:

  • Product page views
  • Collection browsing
  • Cart page visits
  • All static and dynamic pages

Best Practices

  • Always add the script in Project Settings for site-wide tracking
  • Publish your site after making changes
  • Test on staging before deploying to production
  • Use environment-specific tracking scripts if needed

Next Steps

On this page