Create segments based on customer's visit in Adobe Experience Platform | Community
Skip to main content
Level 2
May 19, 2020
Solved

Create segments based on customer's visit in Adobe Experience Platform

  • May 19, 2020
  • 1 reply
  • 2364 views

Hi Team,

I'm trying to create a segment for the visitors/customers who have visited only low valued products on my website. I have used below conditions to segment the visitor and it is not working as expected in few scenarios. Any help will be much appreciated.

Segment Query: 

(Include audience who do not have at least 1 Any event where (Value is greater than 0 AND (Price total is greater than 50)) then within 1 week) and occurs during the year of 2020

Scenarios it is working: First time visit to site > Opened a product of value less than $50 - Working as expected to tag that visitor to the segment

In the next visit > Opened a product of value greater than $50 - Working as expected in removing visitor from the segment

In the next visit > Opened a product of values less than $50 - Again tagging the visitor to segment which is not expected.

 

Please help me in refining the query. Any help will be much appreciated. 

 

Regards,

Kartheek

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 AtulChavan

Hi @kartheek_a ,I would have used 'All' operator to select all events since I dont want profile to qualify for segment if they have even a single event where product value is>50. Let me reframe segment query here.
(Include all  Any events where ((Item Price is less than 50)) - This will ensure profiles would get qualify for segment only when all events has product price<50. The moment you have any event where price<50  profile should exit the segment. Try out and let me know if this works.   

1 reply

AtulChavan
Community Advisor
AtulChavanCommunity AdvisorAccepted solution
Community Advisor
July 15, 2022

Hi @kartheek_a ,I would have used 'All' operator to select all events since I dont want profile to qualify for segment if they have even a single event where product value is>50. Let me reframe segment query here.
(Include all  Any events where ((Item Price is less than 50)) - This will ensure profiles would get qualify for segment only when all events has product price<50. The moment you have any event where price<50  profile should exit the segment. Try out and let me know if this works.