Fetch the latest event in Edge Segment
Is there a best way to fetch only the latest event of a specific type to evaluate a segment on the edge network for next-page personalization?
Here's the situation:
- Read an event from the site event or edge API server - say score.
- This score keeps changing based on the browsing behavior (up/down)
- Based on the score user is segmented into low/med/high probability segment
- Seg low - score <= 10
- Seg med - 10 > score <= 25
- Seg high - score > 25
- Based on the segment the user falls in, personalization needs to take place
Here's what's happening:
- On the usage of sequence events conditions, it does not support edge evaluation.
- If we just use the score condition, then the user falls under multiple segments - since the score keeps changing.
Any other thoughts/ideas to deal with this?
@danny-miller -> Any help on this is highly appreciated.
