Hi. I have an event based rule set up in DTM that needs to append a
serialization string to an event. To do this, I have tried this via the
DTM UI as well as with custom Javascript within the rule. In both cases
I run into the same problem. Basically, the value in s.linkTrackEvents
is overwritten with a copy of what is in s.events. So, for example, the
variables going into the s.tl() call
are:s.events='event99:12345';s.linkTrackVars='events';s.linkTrackEvents='event99';When
the s.tl() call happe...