DEV Community

Ramos de S Janones
Ramos de S Janones

Posted on

Issues with Sending Events to Google Analytics via Measurement Protocol and DebugView

I’m developing an application where it was not possible to implement Firebase for sending events to Google Analytics. As an alternative, I'm using the Measurement Protocol to send data via API, configuring the URL like this:

https://www.google-analytics.com/mp/collect?measurement_id=${measurementId}&api_secret=${apiSecret}

However, even with DebugView mode enabled, the events do not appear in DebugView…

Top comments (0)