> For the complete documentation index, see [llms.txt](https://trakpilot.gitbook.io/trakpilot-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://trakpilot.gitbook.io/trakpilot-docs/google-analytics-4/how-to-check-ga4-is-working/use-ga4-debugview.md).

# Use GA4 DebugView

**Install Browser extension:**

* Use a browser extension [Google Analytics Debugger](https://chromewebstore.google.com/detail/google-analytics-debugger/jnkmfdileelhofjcijamephohjechhna)
* Install extension and turn ON debug mode

<figure><img src="/files/9AmjePqIEleWrWMbKe0J" alt=""><figcaption></figcaption></figure>

**Open Google Analytics:**

* Log in to your GA4 property in Google Analytics
* Navigate to Admin in left sidebar, and then select DebugView under the Property column

<figure><img src="/files/jwgBxqB97Ru9Da3bTUAU" alt=""><figcaption><p>Select DebugView</p></figcaption></figure>

**Trigger Events on Your Website:**

While on your website in debug mode, perform some actions, such as navigation between pages or clicking buttons that should trigger events.

<figure><img src="/files/n8JGNyGGswDxIW2IYSdd" alt=""><figcaption></figcaption></figure>

**Monitor Events in DebugView:**

* In DebugView, you’ll see a real-time stream of events on the right side of the screen. Each event should correspond to actions you’ve performed on your website.
* Events show up as dots on a timeline, with recent events listed at the top.
* If your GA4 tags are working, you should see events like `page_view`, `scroll`, `add_to_cart` or any custom events you’ve set up.

***

**Verify Event Details:**

* Click on each event to view detailed information, such as parameters and user properties, confirming that GA4 is capturing data accurately.

<figure><img src="/files/wIw7VvQw7zWS15YkfOhG" alt=""><figcaption></figcaption></figure>

***

That’s how to check if GA4 is working or not.
