Skip to main content
All CollectionsDeveloper Support Docs
Debugging Made with Intent Tracking

Debugging Made with Intent Tracking

Debug Made with Intent events, tracking and segmentation

Charley Bader avatar
Written by Charley Bader
Updated over a week ago

Set intent_debug in local storage to debug your implementation by running the following in DevTools Console:

localStorage.setItem('intent_debug', 1);

This will allow you to inspect the events being sent and any inference responses associated with the events in DevTools Console as shown below, where you can expand the objects associated with each log:


​

Did this answer your question?