Expand my Community achievements bar.

SOLVED

Does s.t() preserve or append data?

Avatar

Level 2

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?

1 Accepted Solution

Avatar

Correct answer by
Level 2

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

View solution in original post

3 Replies

Avatar

Community Advisor

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?

Avatar

Level 10

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

Avatar

Correct answer by
Level 2

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