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?
Solved! Go to Solution.
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
Views
Replies
Total Likes
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?
Views
Replies
Total Likes
if you just want to duplicate the data, replace "RSID" with "RSID,RSID"
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
Views
Replies
Total Likes