import DebugViewScreenshot from '../../assets/images/DebugViewHelp.png';
const DebugViewHelp = () => {
return (
DebugView
The Debug View Integration feature is a helpful tool that lets you
enable the GA4 Debug View for your website. This feature allows you to
see real-time data from your website's events in Google Analytics,
making it easier to test and troubleshoot your tracking setup. With
Debug View, you can confirm if your events are being sent correctly and
ensure that your data is accurate before you start analyzing it.
We do not recommend toggling this off once you are done testing.
To enable Debug View:
- Toggle the DebugView option
-
Visit your website and interact with the elements you're tracking
- Go to your Google Analytics account
-
Locate the "Admin" button at the bottom left corner and click on it
-
Click on "DebugView" in the "Property" column
- Watch as events start showing on the screen
);
};
export default DebugViewHelp;