mathilk67309298
02-05-2019
I have a requirement where I need to send to Adobe Analytics server call in a single s.t() containing more than 1 page view(s).
Is there any ability in satellite api to preserver and send all the request calls in one go?
Andrey_Osadchuk
MVP
17-06-2019
if you just want to duplicate the data, replace "RSID" with "RSID,RSID"
ltaparia
18-06-2019
You can create custom HTML image pixel and send all data in the second pageview. Here is more detail: https://marketing.adobe.com/resources/help/en_US/sc/implement/implscwojs.html
ursboller
it is not possible to have more than one page view in a single s.t() call. this is because one s.t() call is by design one page view.
why do you need to send the data in a single call? can't you send one call per page view?