API v2: group_conversion_rate always 0.0 #5933
Unanswered
grssnbchr
asked this question in
Self-Hosted Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am querying the API v2 on a self-hosted instance with the following payload:
I get this as response:
As you can see, the
group_conversion_rateis always0.0. I don't understand.The total visitor at this point in time is about 400, so 39/400 gives the conversion rate of about ~10%. However, out of these 400 visitors, about 230 are on Mobile, so the group_conversion_rate should be about 39/230 = 17%.
Am I doing something wrong / unintended with the API? I don't fully understand the instructions either.
When I submit an additional filter like
"filters": [["is", "event:goal", ["departure_place_search"]]],the group conversion rate stays at 0%.Beta Was this translation helpful? Give feedback.
All reactions