Test Mode
Learn how to set up and use Test Mode to debug your analytics setup.
Test Mode
What is Test Mode?
Test Mode is a safe environment where you can validate your analytics setup without sending actual data to your configured destinations. It allows you to:
- Debug your analytics implementation
- Verify event tracking configurations
- Test integrations
- Ensure everything works as expected before going live
Setting Up Test Mode
Using Test Tokens
- Log into your Ours Privacy dashboard
- Navigate to your source (Web SDK, GTM, or API)
- Copy the test token provided
- Use this test token in your implementation
Any event sent using a test token will automatically be processed in test mode.
How Test Mode Works
Event Processing
When you use Test Mode:
- ✅ Events are fully captured and processed
- ✅ Events are stored in your dashboard
- ✅ Dispatch objects are created
- ❌ No data is sent to external destinations
Viewing Test Events
- Go to the Recent Events view in your dashboard
- Look for events marked with a "Test" indicator
- Review the intended destinations (where events would be sent in live mode)
Debugging Workflow
- Implement: Set up your analytics with the test token
- Trigger: Generate events on your site or application
- Validate: Check the Recent Events view to confirm proper tracking
- Review: Verify event properties and intended destinations
- Go Live: Switch to your live token once everything is working correctly
Benefits
- Debug without affecting production data
- Safe testing environment
- Full visibility into event processing
- Real-time validation
- Verify destination configurations
Next Steps
Once you've completed testing:
- Replace the test token with your live token
- Verify that events are being sent to their intended destinations
- Monitor your live events to ensure everything continues working as expected
Updated 16 days ago