Not able set events in Web Page using manual S object | Adobe Higher Education
Skip to main content
satishk38346838
Level 2
November 2, 2016
Beantwortet

Not able set events in Web Page using manual S object

  • November 2, 2016
  • 3 Antworten
  • 1779 Ansichten

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

Dieses Thema wurde für Antworten geschlossen.
Beste Antwort von 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 Antworten

jantzen_b
Adobe Employee
jantzen_bAdobe EmployeeAntwort
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