Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards
SOLVED

Actual event position in post_event_lists array.

Avatar

Level 1

Do we need to consider the initial event(first number) when capturing the actual event in post_event_lists array column ? below example click is product view .

 

eg; post_vent_list(2,216,218,222,100,102,103,104,105,127,129,134,136,137,138,139,140,10003,500,501,502,503,10000,128,130,131,143,144)

1 Accepted Solution

Avatar

Correct answer by
Community Advisor and Adobe Champion

In the post_event_list, you just need to consider the specific event that you're looking for. You want to write your script so it will pick it up regardless of if it's first, last, somewhere in the middle, or the only event in the call (based on what's possible in your implementation). As far as I know, the order of the events doesn't make a difference, so it doesn't matter what the first event in the list is, if it isn't the one you're checking for the presence of.

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor and Adobe Champion

In the post_event_list, you just need to consider the specific event that you're looking for. You want to write your script so it will pick it up regardless of if it's first, last, somewhere in the middle, or the only event in the call (based on what's possible in your implementation). As far as I know, the order of the events doesn't make a difference, so it doesn't matter what the first event in the list is, if it isn't the one you're checking for the presence of.