Expand my Community achievements bar.

Join us for the next Community Q&A Coffee Break on Tuesday April 23, 2024 with Eric Matisoff, Principal Evangelist, Analytics & Data Science, who will join us to discuss all the big news and announcements from Summit 2024!
SOLVED

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 Accepted Solution

Avatar

Correct answer by
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!

View solution in original post

2 Replies

Avatar

Correct answer by
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!