adswerve / GA4-Measurement-Protocol-Python

Google Analytics 4 Python Library for Measurement Protocol
BSD 3-Clause "New" or "Revised" License
58 stars 19 forks source link

Analytics Data Shows in Realtime but Not in Report #46

Open DjakaTechnology opened 1 year ago

DjakaTechnology commented 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"
}
jasonmcaffee commented 5 months ago

I'm having the same issue.