Skip to main content
Contributor I
April 10, 2022
Solved

how to create a segment that view/buy products in specific price range

  • April 10, 2022
  • 1 reply
  • 203 views

We sell wine and would like to make a “Fine Wine” segment defined by price.

I can make a segment of people that have viewed products with a specific price (“where [Price] equals [x]”.

But it would be nice to have the possibility of “is greater than” etc in stead of equals, which cant be changed.

 

Any others workarounds? I have made something with categories (ie, Bourgogne, Napa Valley etc) but they can contain wine that isn’t “Fine Wine”-definition, so that is not super great. And we have tousands of products, so making a “Fine Wine” category would take a lot of time.

 

    This topic has been closed for replies.
    Best answer by Dov

    Hi @Tommy Lindegaard,

    Thanks for sharing this question with us.

    One workaround you can use begins with a flow. In flows, you are able to change from "equals" to "contains" when you set up a trigger filter that would allow you to conditionally target those whose Prices are “at least” X.

    From here, use the Update Profile Property Action (specifically, the “Create Profile Property” action) to create a net-new property for these particular users

     

    That will in turn update those profiles with a unique profile property to indicate that they meet your desired criteria. Then, you can later segment by this property.

    Thanks for being a member of our community.

    1 reply

    Dov
    DovAnswer
    Klaviyo Alum
    April 11, 2022

    Hi @Tommy Lindegaard,

    Thanks for sharing this question with us.

    One workaround you can use begins with a flow. In flows, you are able to change from "equals" to "contains" when you set up a trigger filter that would allow you to conditionally target those whose Prices are “at least” X.

    From here, use the Update Profile Property Action (specifically, the “Create Profile Property” action) to create a net-new property for these particular users

     

    That will in turn update those profiles with a unique profile property to indicate that they meet your desired criteria. Then, you can later segment by this property.

    Thanks for being a member of our community.

    DD