Relative Content

Tag Archive for flaskgoogle-analytics-4measurement-protocolflask-restx

Google Analytics Measurement Protocol (GA4) Events not showing in dashboard

I code the API/back-end and do not have a website/front-end yet with GTAG (Manager) implemented. For testing, I make a POST request to my endpoint /analytics/store-id using a fake but valid client_id. The session_id is then server-generated using uuid4, and both are added to the session[‘user’] FlaskRestX session.