Actual event position in post_event_lists array. | Adobe Higher Education
Skip to main content
March 11, 2025
解決済み

Actual event position in post_event_lists array.

  • March 11, 2025
  • 1 の返信
  • 340 ビュー

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)

このトピックへの返信は締め切られました。
ベストアンサー MandyGeorge

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 の返信

MandyGeorge
Community Advisor and Adobe Champion
Community Advisor and Adobe Champion
March 12, 2025

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.