Not able set events in Web Page using manual S object | Community
Skip to main content
satishk38346838
Level 2
November 2, 2016
Solved

Not able set events in Web Page using manual S object

  • November 2, 2016
  • 3 replies
  • 1776 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by jantzen_b

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

3 replies

jantzen_b
Adobe Employee
jantzen_bAdobe EmployeeAccepted solution
Adobe Employee
November 10, 2016

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

jantzen_b
Adobe Employee
Adobe Employee
January 17, 2017

Hi Satish,

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

 

Cheers,

Jantzen

satishk38346838
Level 2
January 18, 2017

Thank you Jantzen. Issue is resolved.

Thanks & Regards,

Satish Kumar G