Expand my Community achievements bar.

SOLVED

i-frame pagecall

Avatar

Level 4

Hi community,

We have i-frame in the page , which does some kinda prediction process. which has around 10 steps like pages. Hence , we are firing a beacon on clicks s.tl(next step button  click) for next process and also the passing information shown in s.t (with some eVars contains the information). so, it is firings 10 times pagecalls with a  eVar which contains information of i-frame page data.

Not, sure is it a right way, because to pass the eVar information we are using s.t.

Can anyone suggest , is it fine to fire the same page view call for 10 steps where only one eVar changes and rest pagename everything remains same for 10 consecutive call.

 

1 Accepted Solution

Avatar

Correct answer by
Moderator

Take a look at using an s.tl() call instead.  Here is the documentation for that: https://experienceleague.adobe.com/docs/analytics/implementation/vars/functions/tl-method.html?lang=...  you can pass along the evar that needs to be updated, but this will do so in a way that won't inflate page views. 

View solution in original post

1 Reply

Avatar

Correct answer by
Moderator

Take a look at using an s.tl() call instead.  Here is the documentation for that: https://experienceleague.adobe.com/docs/analytics/implementation/vars/functions/tl-method.html?lang=...  you can pass along the evar that needs to be updated, but this will do so in a way that won't inflate page views.