s.list does not fire. | Community
Skip to main content
jaykwon
New Participant
May 24, 2017
Solved

s.list does not fire.

  • May 24, 2017
  • 1 reply
  • 1833 views

Hi my name is Jay Kwon.

I tried to tag s.list in DTM to track user's multiple product choice.

so I put in DTM custom code 

s.list3="xxx,xxxx,xxxxx"

But it does not fire.

What reason do you guys assume?

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 Løjmann

Hi,

Are you doing this on a link call (s.tl - not incrementing page view)? And are you writing the JS code to set s.list3 in custom code? In that case, remember to update s.linkTrackVars, otherwise the variable will be ignored...

/Løjmann

1 reply

Løjmann
LøjmannAccepted solution
New Participant
May 24, 2017

Hi,

Are you doing this on a link call (s.tl - not incrementing page view)? And are you writing the JS code to set s.list3 in custom code? In that case, remember to update s.linkTrackVars, otherwise the variable will be ignored...

/Løjmann