-
Insufficient Rows Returned in GA4 Data API Response for Duplicate Events with Identical Data
Hey there! I’m running into a bit of a pickle and could use some assistance. Here’s the scoop:
I’ve got an event I’m sending twice and I’m trying to use GA4’s RunReportRequest to fetch it. The hiccup happens because both of my events have the exact same data. This results in RunReportRequest giving me a response of row_count:1, even though my eventCount is supposed to be 2.
Here’s an example of how I’m setting up my data when sending it to GA4. The only difference is the value of Param2. Param1 to Param9 are all custom dimensions.
{ // Code goes here }
Afterwards, when I get to BatchRunReportsRequest’s second RunReportRequest things get a bit fishy. It shows an incomplete number of rows even though the values of Param1, Param8 and Param9 are the same in both sets of data I have up above.
reports { // More code here }
It’s a head-scratcher, right? I’m hoping some bright mind might be able to explain why this is happening and possibly suggest a workaround. Thanks in advance for any help you can provide!
Log in to reply.