I have a funnel for the payment process in our app. I made a segment out of this funnel (using "Create segment from touchpoint"), and then a metric out of this segment (using Unique Visitors).
I got the query JSON for this metric and sent it using the "GET reports" API. We use this API for many other reports, and they work fine.
The query results were lower than what we see in Workspace. For example, in a certain month I got 8997707 Unique Visitors vs. 9496408 in Workspace.
This is the first time we get such differences in our query results, and I noticed that this is also the first time we use a very complex segment - it is composed of many filters: browser existence, component version strings, domain names and more. I came across this question and I wonder if it has something to do with a mismatch of API versions.
Any idea why this happens?
If you need more details, please feel free to ask.