Expand my Community achievements bar.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Not able set events in Web Page using manual S object

Avatar

Level 3

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

1 Accepted Solution

Avatar

Correct answer by
Employee

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

View solution in original post

3 Replies

Avatar

Correct answer by
Employee

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

Avatar

Employee

Hi Satish,

Did my previous response answer your question, or did you still have questions?

 

Cheers,

Jantzen

Avatar

Level 3

Thank you Jantzen. Issue is resolved.

Thanks & Regards,

Satish Kumar G