Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
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?
Solved! Go to Solution.
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
Views
Likes
Replies