Hi,
Using DTM, I am tracking web pages. My requirement I want to set eVars, Props , products & events in web page manually by using s object.
I tried using var s = _satellite.getToolsByType('sc')[0].getS(); this code. But it's not working.
Kindly provide inputs to achieve this requirement.
Thanks & Regards,
Satish Kumar G
Solved! Go to Solution.
Views
Replies
Total Likes
HI Satish,
Can you provide more information around why it isn't working? You may need to use a different variable from 's'. I tried your code on one of my test sites that has DTM deployed
var mySVar = _satellite.getToolsByType('sc')[0].getS(); mySVar.eVar1 = "testval" mySVar.t();
This produced the following image request:
Thank you,
Jantzen
Views
Replies
Total Likes
HI Satish,
Can you provide more information around why it isn't working? You may need to use a different variable from 's'. I tried your code on one of my test sites that has DTM deployed
var mySVar = _satellite.getToolsByType('sc')[0].getS(); mySVar.eVar1 = "testval" mySVar.t();
This produced the following image request:
Thank you,
Jantzen
Views
Replies
Total Likes
Hi Satish,
Did my previous response answer your question, or did you still have questions?
Cheers,
Jantzen
Views
Replies
Total Likes
Thank you Jantzen. Issue is resolved.
Thanks & Regards,
Satish Kumar G
Views
Replies
Total Likes
Views
Likes
Replies