-
Discrepancy in TotalPurchasers Metric Accuracy in Google Analytics 4
“Hey peeps, I need some help with this Google Analytics Data API. I’ve got a custom dimension defined for a GA4 account and I’m trying to fetch some data using Python (you can check out my code below). What I’m aiming to get is the ‘totalPurchasers’ and ‘purchaseRevenue’ for different ‘eventName’ in different ‘campaignName’.
When I look at ‘purchaseRevenue’, it matches with what I see in the GA4 interface. However, when I check ‘totalPurchasers’, the numbers just don’t add up. I’m getting more than I should. Here’s what I’m seeing through the API:
I can see a total of 213 purchasers.
The total purchase revenue is 13710.But in GA4, it’s showing only 191 purchasers, while the purchase revenue is the same- correct.
Any ideas why there’s a discrepancy in total purchasers between what I’m pulling from the API and what’s in GA4? Thanks!”
Log in to reply.