-
Troubleshooting Unmerged Data in GA4 Analytics Reports
Hey there!
We recently moved our UA to GA4. To capture most events on our website, we’re using gtag.js and we’re using the Measurement Protocol for purchases. But we’ve run into a bit of a hiccup – the measurement protocol event seems to having trouble with reporting at the sessions level on channels grouping – it’s labeling everything as “not set”. Plus, a bunch of purchases aren’t linked to any client_id, even though we’re collecting a unique hit each time a purchase is made (see attached screenshot).
We’ve doubled and even triple checked all the requirements and ran it by other web analytics folks, and we think there might be a problem with the Measurement Protocol. Mind taking a look?
Here’s the code we’ve been using:
url = "https://www.google-analytics.com//mp/collect?api_secret=API_Secrect&measurement_id=G-0000000000" payload = { // bunch of code // } requests.post(url,data=json.dumps(payload))
By the way, I’ve experimented a fair bit but haven’t yet nailed down the issue. Could you check if you’re experiencing something similar on your end?
In the documentation, I noticed a mention of “partial reporting” but it wasn’t clear what they mean by this. Can you shed some light on it?
Appreciate your help!
Cheers,
Log in to reply.