Apply Exit criteria on AEP Segment | Community
Skip to main content
Umamaheswari_Yakkala
Community Advisor
Community Advisor
April 12, 2023
Solved

Apply Exit criteria on AEP Segment

  • April 12, 2023
  • 2 replies
  • 1236 views

Hi Team, 

 

  My goal is to apply exit criteria to the AEP segment in Target

    Ex: When a user visits 3 times, he shouldn't see the banner

           When the user clicks the close button, the campaign should be exited

 

Thank You,

Uma

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 Danny-Miller

@umamaheswari_yakkala I think this is a bit of "it depends". 

  1. You might be able to do some of this via Edge Segments in AEP (e.g. clicks on a button using web sdk)
  2. Many other types of Segments can handle most of the use cases, but not at Edge speed (i.e. at minutes or day speed)
    • You can combine 1 & 2 to handle a lot of use cases
  3. Any kind of "visit" concept is not something AEP Segments handles well today (it can infer, e.g. a page view)
  4. Counts can be done in AEP Segments, but are done in batch/daily.  However, you can use sequential segments to "hard code" page view followed by another page view after 1 day, etc.
    1. This would need to be combined with 1 to get you both history and real time

A Target Profile script is probably cleaner as @anil_umachigi mentioned, but wanted to give you options.  If you want a centralized/reusable outside of Target segment, I'd bring it into AEP, if not, Target may be a better approach.

 

2 replies

Anil_Umachigi
Adobe Employee
Adobe Employee
April 12, 2023

@umamaheswari_yakkala There is no native feature for this within target ( and not something which is done in AEP segments), This will require a work around to capture the impression of the target activity into the "target profile" and use it later to suppress the offer 

 

here's a great post by brian which show cases this. 

Hope this helps 

 

Anil 

Danny-Miller
Adobe Employee
Danny-MillerAdobe EmployeeAccepted solution
Adobe Employee
April 12, 2023

@umamaheswari_yakkala I think this is a bit of "it depends". 

  1. You might be able to do some of this via Edge Segments in AEP (e.g. clicks on a button using web sdk)
  2. Many other types of Segments can handle most of the use cases, but not at Edge speed (i.e. at minutes or day speed)
    • You can combine 1 & 2 to handle a lot of use cases
  3. Any kind of "visit" concept is not something AEP Segments handles well today (it can infer, e.g. a page view)
  4. Counts can be done in AEP Segments, but are done in batch/daily.  However, you can use sequential segments to "hard code" page view followed by another page view after 1 day, etc.
    1. This would need to be combined with 1 to get you both history and real time

A Target Profile script is probably cleaner as @anil_umachigi mentioned, but wanted to give you options.  If you want a centralized/reusable outside of Target segment, I'd bring it into AEP, if not, Target may be a better approach.