How do I QA or debug my data?

An important step during implementation (and on-going usage) of Freshpaint is understanding β€œHow do I know if Freshpaint is working?”

Live View

The Live View is a real-time tool that helps you confirm that events fired from your website, mobile app, or servers arrive to Freshpaint, so you can QA and debug troubleshoot even faster. With the debug tools in Live View, you can check that you’re sending events in the expected format with the expected properties, without having to wait for any data processing.

See the dedicated Live View documentation for more information:

pageLive View

Debug Mode

Use the following snippet to enable debug mode in console:

freshpaint.set_config({"debug": true});

Last updated