Open DjakaTechnology opened 1 year ago
Hi, thanks for the great library, when I tried to send to google analytics, it shows up in realtime but doesn't shows up in "Events".
Is there any configuration that I missed?
I tried to print the POST body in this library, and here's one of request body:
{ "client_id": "dc8e0e44-fa4d-47ce-9c80-59aa8e256fe5", "events": [ { "name": "status_other", "params": { "status": "ERROR_CONNECTION", "session_id": 1679742676, "engagement_time_msec": 0 } } ], "user_id": "109" }
I'm having the same issue.
Hi, thanks for the great library, when I tried to send to google analytics, it shows up in realtime but doesn't shows up in "Events".
Is there any configuration that I missed?
I tried to print the POST body in this library, and here's one of request body: