Home > Mobile >  Google Analytics 4 measurement protocol not working
Google Analytics 4 measurement protocol not working

Time:09-17

I tried to send event to Google Analytics 4 using the postman. enter image description here

And GA4 just response 204 No Content and the event is not recorded in the data stream. I checked the measurement_id and api_secret has right value. Is there anything wrong?

Thank you.

CodePudding user response:

The object should be payload, not body.

Try to see this video: https://youtu.be/WSxdrG1G_yE

  • Related