Installation Guides
Webflow Installation
Install Jetrack on your Webflow website
Add Jetrack to your Webflow site to track visitor activity and engagement.
Installation Steps
- Open your Webflow project
- Click the Settings icon (gear icon) in the left sidebar
- Navigate to the Custom Code tab
- 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>- Click Save Changes
- 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
Site-Wide Tracking (Recommended)
Adding the script in Project Settings → Custom Code applies it to all pages automatically.
Page-Specific Tracking
To track only specific pages:
- Select the page you want to track
- Click Page Settings (gear icon)
- Go to Custom Code
- Add your script to the Head Code section
- 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
- Publish your Webflow site
- Visit your site in a browser
- Check the browser console (F12) for any errors
- 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