Troubleshooting Guide
Having issues? We’re here to help. Find solutions to common problems below.
Data Collection Issues
My tracking code isn’t collecting data
Common causes:
- Script not properly installed on your website
- Adblockers or browser extensions blocking the script
- Website domain not added to allowed domains
- Incorrect script tag placement
Solution:
- Check the script tag is placed in your website’s
<head>section - Verify your domain is added in the dashboard settings
- Test with adblockers disabled
- Check browser console for error messages
- Clear cache and refresh the page
Data shows as “0” or very low numbers
Causes:
- Tracking code recently installed (data needs time to accumulate)
- Script installation incomplete
- Domain filters applied too restrictively
- Real users haven’t visited yet
Solution:
- Wait 24-48 hours for data to accumulate
- Generate test traffic by visiting your site
- Check if domain filters are blocking legitimate traffic
- Verify the tracking status is “active”
Session time is showing incorrectly
Why it happens:
- Sessions end after 30 minutes of inactivity
- Browser closed or page left without proper session close
- Multiple device tracking
Solution:
- Ensure users stay on site for measured duration
- Session duration only counts active time
- Each device/browser is tracked separately
Dashboard & Reporting Issues
Dashboard won’t load
Troubleshooting steps:
- Clear browser cache and cookies
- Try a different browser
- Check your internet connection
- Disable browser extensions
- Try incognito/private mode
If issue persists:
- Contact support with your account email
- Include browser name and version
- Specify when the issue started
Export data is blank or incomplete
Possible reasons:
- Date range has no data
- Applied filters are too restrictive
- Export still processing
What to do:
- Verify date range includes collected data
- Remove or loosen date/page filters
- Wait a few moments for export to complete
- Try downloading again
Reports showing inconsistent data
Why this happens:
- Data still being processed (up to 1 hour delay)
- Time zone differences
- Multiple tracking implementations
- Browser cache showing old data
Solution:
- Refresh page after 15-30 minutes
- Verify your timezone is correct in settings
- Check for duplicate tracking codes
- Force browser refresh (Ctrl+Shift+R or Cmd+Shift+R)
Privacy & Data
Can I delete specific visitor data?
Yes! We provide complete data control:
- Go to Settings → Data Management
- Select date range for deletion
- Choose specific pages or visitors
- Confirm deletion
Important: Deleted data cannot be recovered. Deletions process within 24 hours.
How do I ensure GDPR compliance?
We’re GDPR compliant by design:
- No IP addresses stored
- No tracking cookies used
- 6-month automatic data deletion
- Easy data export and deletion
- No data sold to third parties
What you should do:
- Add privacy policy to your website
- Include our privacy notice where tracking is used
- Honor user deletion requests within 30 days
- Keep record of consent (if required)
User is asking to delete their data
Process:
- Verify user identity
- Go to Settings → Data Management
- Enter visitor ID or email (if tracked)
- Select all data to delete
- Confirm deletion
- Send user confirmation
Timeline: Deletion completes within 24 hours
Integration Issues
Events not tracking
Common issues:
- Event code syntax incorrect
- Event name not matching filter
- Event JavaScript not running
- Custom domain not allowed
Fix:
// Correct syntax
analytics.track('Event Name', {
property: 'value'
});- Check event name matches exactly
- Verify JavaScript executes before page unload
- Check Events filter in dashboard
Custom properties not showing
Why it happens:
- Property names have spaces or special characters
- Property values are undefined/null
- Property not whitelisted
Solution:
- Use camelCase or underscore_case for property names
- Ensure property has a value before tracking
- Check custom properties settings
- Wait 1 hour for dashboard update
API requests being blocked
Causes:
- CORS policy issue
- Request timeout
- Invalid API key
- Rate limiting
Solution:
- Check API key is correct
- Verify API endpoint URL
- Add domain to CORS whitelist
- Increase request timeout if needed
Performance Issues
Website loading slower with tracking
Why:
- Network request to analytics server
- Blocking script implementation
- Poor network conditions
Solution:
- Use async script loading (recommended)
- Verify CDN is delivering script quickly
- Test on fast/slow network
- Contact support if delays > 500ms
Recommended implementation:
<script async src="your-tracking-script.js"></script>High CPU usage from analytics
This is unlikely because:
- Our script is optimized for performance
- We use minimal CPU resources
If experiencing issues:
- Check for JavaScript errors
- Verify you don’t have duplicate scripts
- Check browser extensions
- Test in different browser
Account & Billing
Can’t log in to dashboard
Steps to recover:
- Click “Forgot Password”
- Check email for reset link
- Create new password
- Clear cache and try again
If email not received:
- Check spam/junk folder
- Verify email address is correct
- Wait 5 minutes and retry
- Contact support
Trial period showing incorrect time
Reset your trial:
- Go to Account Settings
- Check subscription status
- Trial displays remaining days
- Auto-renewal happens on day after expiration
Missing data after plan downgrade
Important to know:
- Data retention depends on your plan
- Free tier: 30 days retention
- Pro tier: 90 days retention
- Enterprise: Custom retention
Before downgrading:
- Export your data first
- Understand data will be deleted
- Upgrade anytime to restore archival access
Still Need Help?
Before contacting support, try:
- Clear browser cache
- Try different browser
- Check domain is properly configured
- Verify tracking script is installed
- Read our FAQ section
Contact Us:
- Email: support@analytics.com
- Live Chat: Available 9 AM - 6 PM EST
- Response Time: Usually within 2 hours
- Documentation: Visit our Knowledge Base
Provide these details when contacting:
- Your account email
- Problem description
- Steps you’ve already tried
- Browser and version
- Screenshots if applicable
- Error messages (if any)
Last updated: February 2026 Still have questions? Check our FAQ section or contact support.