내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards
해결됨

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 채택된 해결책 개

Avatar

정확한 답변 작성자:
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.

원본 게시물의 솔루션 보기

1 답변 개

Avatar

정확한 답변 작성자:
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.