Analytics Identify() Test
Test the identify() function to verify email capture is working properly.
Console Output
Also check browser DevTools consoleClick a button to test...
How to verify:
- Open browser DevTools (F12) and go to Console tab
- Click "Test identify()" button above
- Check for console logs starting with [Analytics]
- Go to Network tab and filter for "identify" or "ops.rosterlab.com"
- Verify the POST request was sent with correct payload
If not working:
- Check if ad blocker is blocking ops.rosterlab.com
- Look for CORS errors in DevTools console
- Verify tracker.js script loaded (Network tab)
- Check if fallback API call is being made