Does s.t() preserve or append data? | Community
Skip to main content
New Participant
May 2, 2019
Solved

Does s.t() preserve or append data?

  • May 2, 2019
  • 3 replies
  • 2210 views

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?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by ltaparia

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

3 replies

ltapariaAccepted solution
New Participant
June 18, 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

Andrey_Osadchuk
New Participant
June 17, 2019

if you just want to duplicate the data, replace "RSID" with "RSID,RSID"

Urs_Boller
New Participant
June 17, 2019

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?