Count user with condition met | Community
Skip to main content
mirkop65828074
New Participant
January 12, 2019
Solved

Count user with condition met

  • January 12, 2019
  • 2 replies
  • 904 views

Hi

I would need create buckets of users that have a condition met. What I need to achieve is to see how man users have made a specific actions. E.g. I need to say how many users have clicked once on a button, twice on a button, three times on a button and so on. How can I achieve this? I cannot do it in Segment builder as the condition is:

Hit = Event1 and eVar="value"

So I need to identify exactly the event with 2 conditions.

The final result should be:

1500 users clicked the button on page 1 ONCE

1000 users clicked the button on page 1 TWICE

800 users clicke the button on page 1 THREE TIMES

and so on.

How can I achieve this?

Thanks for help.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Urs_Boller

create a hit-based segment with your definition (event and evar condition), add it to a workspace project and create a histogramm using the event as metric. this will show you a spread of visits/visitors who had the event once, twice or more ...

2 replies

mirkop65828074
New Participant
January 13, 2019

Thanks!

Urs_Boller
Urs_BollerAccepted solution
New Participant
January 12, 2019

create a hit-based segment with your definition (event and evar condition), add it to a workspace project and create a histogramm using the event as metric. this will show you a spread of visits/visitors who had the event once, twice or more ...