Personnalisation based on AEP edge segmentation
Hello,
I'm implementing the following use case and I'm stuck with the AEP Edge segmentation.
The use case :
As a web visitor, browsing three different products pages should trigger a banner on any page of this web site.
The banner disappears as soon as the visitor clicks on it or buy a product, otherwise the banner is visible for 30 days.
The ecosystem I work with includes: AEP and Adobe Target Premium.
My approach is to detect distinct product pages browsed by the visitor, and provide them toward the XDM Experience Event based schema inside a property (string array type based) created for this purpose:

This array is filled with an alloy("sendEvent") call from a script included inside the <head> section by Target.
Checking some profile confirm the array is filled with up to three product page URL successfully:

Then I would like to create a realtime segmentation which detects when the XDM Event schema string array contains at least 3 entities in realtime. The idea being to reuse this segmentation on Adobe Target side as an audience to trigger the banner display.

However, on AEP, I cannot find any matching profile nor I can save my Edge based segment. Is this the right approach or am I missing something here?
Thank you to shed some light on this.
Kind regards,


