コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

Multiple Events in an Image

Avatar

Level 2

I have been sending multiple events in an image request upon page view, for example, s.events=“event1,event2,event3”. Will this incur 3 server calls, or just 1 server call?

 

In the data feeds, can I have them split into 3 rows of data?

1 受け入れられたソリューション

Avatar

正解者
Employee

Hi @jaredho, setting multiple events as follows s.events=“event1,event2,event3”  will incur only a single server call.

In the data feeds, you will be seeing a single row with all three events captured in the event_list column.

Hope this helps!

元の投稿で解決策を見る

2 返信

Avatar

正解者
Employee

Hi @jaredho, setting multiple events as follows s.events=“event1,event2,event3”  will incur only a single server call.

In the data feeds, you will be seeing a single row with all three events captured in the event_list column.

Hope this helps!

Avatar

Level 2
Hi @akt0m3r, thanks for the clarity.