Skip to main content
Solved

I have an even that tracks store purchases. I want to build a graph that tracks unique buyers to repeat purchasers over time.

  • 7 November 2023
  • 1 reply
  • 129 views

How can I go about this?

Hi @quintinpar 

If I’m understanding this correctly, the most common approach will be to build out your cohort based on the event count in each of those conditions.

e.g. purchased exactly once vs purchased > 1 within the given period

Let me know if this is the right interpretation.


Reply