Common Issues
Even with careful implementation, analytics and experimentation systems can encounter issues. This section provides guidance for identifying, diagnosing, and resolving common problems with Mtrix.
Common Issues
Data Collection Gaps
Issue: Events are not being tracked or there are missing periods in your data.
Possible Causes:
JavaScript errors preventing code execution
Ad blockers or privacy tools
Incorrect implementation
Network connectivity issues
API rate limiting
Solutions:
Check for JavaScript Errors:
Open browser developer tools (F12 or Cmd+Opt+I)
Look for errors in the Console tab
Fix any errors that might be interrupting the Mtrix script
Last updated