Skip to main content
September 19, 2022
Question

Create a segment based on purchase history

  • September 19, 2022
  • 1 reply
  • 1111 views
Hi all,
 
I will appreciate your help with Adobe Analytics.
I want to create a user segment with 1 and 2+ order/purchase history.
Has anyone created a similar segment and can offer some guidance?
 
Mine was created based on:
  • Revenue exists AND Order exists AND orders = 1
 
Thanks
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Suhail_Parkar
Level 3
September 19, 2022

Hi @ufazk11 - Can you try the below definition in the segment:

 

container VISITOR

order is greater than 1 // for >1 order

order equals 1 // for 1 order

 

make the changes accordingly 

ufazk11Author
September 20, 2022

Thanks. 

Can you please elaborate on why is this the better way to segment it?

Suhail_Parkar
Level 3
September 20, 2022

There could be a different use case as per business requirements, in our case business wants to know >2 orders in a specific category/product by a unique visitor in a particular time frame. 

 

Hope this helps.