Analytics Identify() Test

Test the identify() function to verify email capture is working properly.

Console Output

Also check browser DevTools console

Click a button to test...

How to verify:

  1. Open browser DevTools (F12) and go to Console tab
  2. Click "Test identify()" button above
  3. Check for console logs starting with [Analytics]
  4. Go to Network tab and filter for "identify" or "ops.rosterlab.com"
  5. 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