Guides

How to check server-side tagging from the browser

Updated September 2026 · 3 min read

With server-side tagging, your browser sends data to the configured tagging server endpoint. Verifying this connection from the browser is the first step to ensure your server container receives the events.

How to check the routing in DevTools

  1. Open DevTools (F12), go to the Network tab and type collect in the filter.
  2. Navigate your site to trigger a Google Analytics™ 4 event.
  3. Check that the request URL matches your configured tagging server URL; this may use a custom domain (e.g., metrics.yourdomain.com) or a provider-assigned hostname.
  4. Check the path. The request usually maintains the /g/collect path, indicating it is a GA4 payload.

What you can see in the browser

When the browser sends an event to your server container, standard GA4 requests generally use the same encoding as direct browser requests:

What is not visible from the browser

The browser only shows what goes into the server. According to Google’s documentation, you cannot see from DevTools:

To debug those server-side processes, you can use Preview mode of your server container in Google Tag Manager, as well as the server’s logs and other server tools.