Tracking Not Working
Fix Tracking Issues
If customer tracking isn’t working, follow these troubleshooting steps to identify and resolve the issue.
Check if Tracking is Enabled
- Go to Customer History → Settings
- Verify “Enable Tracking” is checked
- Save settings if changed
- Clear your browser cache
- Test with a new session
Verify JavaScript is Loading
- Visit your storefront
- Open browser developer tools (F12)
- Go to Console tab
- Look for JavaScript errors
- Check Network tab for tracking script
- Script should be:
customer-history-track.js
JavaScript Errors
If you see errors, another plugin may be conflicting. Try disabling other plugins one by one.
Check for Plugin Conflicts
- Deactivate all other plugins
- Test if tracking works
- If it works, reactivate plugins one by one
- Identify which plugin causes conflict
- Report conflict to support
Common conflicting plugins:
- Security plugins blocking JavaScript
- Caching plugins not excluding tracking
- Other analytics plugins
- Page builders modifying scripts
Cookie Issues
Tracking requires cookies:
- Check if cookies are enabled in browser
- Test in incognito/private mode
- Check cookie consent plugin settings
- Verify tracking starts after consent given
- Check browser privacy settings
Caching Problems
Clear all caches:
- Browser cache: Ctrl+Shift+Delete
- WordPress cache: Clear via caching plugin
- CDN cache: Purge CDN if using one
- Server cache: Clear object cache
Add tracking script to cache exclusions.
Admin/Bot Filtering
Check if you’re being filtered out:
- Are you logged in as admin? (admins filtered by default)
- Try testing while logged out
- Disable admin session filtering temporarily
- Check bot detection isn’t flagging you
Test in Different Browser
- Try Chrome, Firefox, Safari
- Test on mobile device
- Use incognito/private mode
- Clear all cookies first
Check Server Logs
If tracking still fails:
- Go to Customer History → Tools → Debug
- Enable debug mode
- Visit storefront
- Check console for tracking calls
- Review error messages
Contact Support
If nothing works, provide support with:
- WordPress version
- PHP version
- Active plugins list
- Console errors screenshot
- Steps you’ve tried
Was this article helpful?
Help us improve our documentation by providing feedback