Expand my Community achievements bar.

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
Level 10

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
Level 10

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

Level 10

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