-
The issue of duplicate TotalUsers in GA4 Query Explorer
Hey there, I’ve been playing around with the GA4 Query Explorer and noticed something funny. If I’m running a request with a duo of dimensions, like appVersion and firstUserCampaignId, for example, I’m getting twice as many totalUsers as I’m expecting. Weird, right?
But then, if I just request a single dimension, the totalUsers sum clears up and gives me the numbers I’m after.
Do you think this could be a GA4 glitch? I can’t quite piece together why the counts would be off.
Here’s an outline of my request, for reference
{"dimensions":[{"name":"appVersion"},{"name":"date"},{"name":"firstUserCampaignId"},{"name":"platform"},{"name":"streamId"}],"metrics":[{"name":"newUsers"},{"name":"totalUsers"}],"dateRanges":[{"startDate":"2023-01-27","endDate":"2023-01-27"}]}
Shouldn’t the sum value of totalUsers stay consistent, no matter the set of parameters I’m using? You’d think so, right?
Log in to reply.