Expand my Community achievements bar.

SOLVED

Edge segment based on multiple event condition

Avatar

Level 2

Hi Team,

 

We have requirement to create 2 edge segments.
1st Edge segment condition
eventType=userRegistration and ( user should not have any other event with (eventType=userUpdate and Status not equal to = A/B/C/D))

2nd Edge segment condition
eventType=userUpdate and Status=A

For a new user with just userRegistration event, user is evaluated for 1st segment (working as expected)
When we update user with userUpdate event, user is evaluated for both 1st and 2nd segment.(Here expectation is user should be eligible for only 2nd segment)

Question: How we can configure 1st segment, just to pick up users with just userRegistration only(user should not have userUpdate event)?

As we have segment query types limited for edge segmentation, most definition methods we tried were not supported.

Doc link we referred: https://experienceleague.adobe.com/docs/experience-platform/segmentation/ui/edge-segmentation.html?l...

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Employee

consider having a container only to exclude audience with the condition "event with (eventType=userUpdate and Status not equal to = A/B/C/D)" in the first segment.

 

--SSJ

View solution in original post

1 Reply

Avatar

Correct answer by
Employee

consider having a container only to exclude audience with the condition "event with (eventType=userUpdate and Status not equal to = A/B/C/D)" in the first segment.

 

--SSJ