Skip to content

Debug mode (Deprecated)

Debug mode in the No-Code Event Tracker lets you check that a tracked event is working correctly. While debug mode is on, data does not go to the server — you can test the event in the console first, and only send events to the server once everything looks right.

  1. Log in to your CustomerLabs account.

  2. Launch the No-Code Event Tracker by clicking the icon.

    Launch No-Code Event Tracker button
  3. You’ll be redirected to your website and the No-Code Tracker panel opens.

  4. Track any event you want using the No-Code Tracker. After saving the event, the list of events is displayed. Click Debug mode to check that the event and its attributes are tracked correctly.

    Debug mode toggle in the events list
  5. During debug mode, no events go to the server. You can see all events in the browser console and check that the configuration is correct.

  6. To open the console, right-click on your webpage and click Inspect.

    Inspect option in the browser right-click menu
  7. Go to the Console tab.

  8. Check the event properties and attributes to confirm they are tracked properly.

    Event payload visible in the browser console
  9. Once you’ve verified the event, turn off Debug mode by clicking the Debug icon again.

    Debug mode toggle turned off
  10. After turning off Debug mode, click Save & Close to save the tracked event.

    Save and Close button