[Feature Request[ Pixel Helper Retain Events

It would be incredibly helpful if we could ‘preserve logs’ when using the Pixel Helper, if you’re attaching any link click events, you go to that page and the event isn’t then kept in the list so you can’t debug it.

1 Like

Hello Luke,

The helper is definitely going to evolve over time, and preserving logs is something we also want to do.

In the meantime, it’s possible to use console.log inside a web pixel, and then use the browser’s developer tools to preserve these logs across page navigation.

It’s also possible to use the local storage through the Standard API to store data you’d like to keep around through navigations and even through different visits, for debug purposes or even for business reasons.

Hope this helps!