Creating buckets of percentile | Community
Skip to main content
October 22, 2019
Solved

Creating buckets of percentile

  • October 22, 2019
  • 3 replies
  • 3445 views

Hi I am trying to create groups of users such that they fit into one of the 4 groups below:

0 -25th percentile

26th - 50th percentile

51 -75th percentile

76th - 100th percentile

based on amount of money they have spent. I tried both percentile and quartile functions but they dont seem to work correctly.

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

after think about the question I don't believe you can use the calculated metrics (they can't be used within a segment).

maybe you can try the Histogram or Scatterplot  with calc. metric "revenue per visitor" and "unique visitors" to see some patterns?

3 replies

Urs_Boller
Urs_BollerAccepted solution
New Participant
October 23, 2019

after think about the question I don't believe you can use the calculated metrics (they can't be used within a segment).

maybe you can try the Histogram or Scatterplot  with calc. metric "revenue per visitor" and "unique visitors" to see some patterns?

New Participant
October 23, 2019

can we do based on all orders counted together ?

Urs_Boller
New Participant
October 22, 2019

how do you create the segment/function so far? is the "amount" based on a single order or more orders counted together?