<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: s.linkTrackEvents value changing when s.tl() call happens in Adobe Analytics Discussions</title>
    <link>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-discussions/s-linktrackevents-value-changing-when-s-tl-call-happens/m-p/295916#M2068</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had the same problem a while ago.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Did you try declaring the s.linkTrackVars and the s.linkTrackEvents before declaring the s.events as it follows?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 16px; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;s.linkTrackVars='events';&lt;/P&gt;&lt;P style="font-size: 16px; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;s.linkTrackEvents='event99';&lt;/P&gt;&lt;P style="font-size: 16px; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;s.events='event99:12345';&lt;/P&gt;&lt;P style="font-size: 16px; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MArio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Aug 2017 16:20:40 GMT</pubDate>
    <dc:creator>marion33678522</dc:creator>
    <dc:date>2017-08-17T16:20:40Z</dc:date>
    <item>
      <title>s.linkTrackEvents value changing when s.tl() call happens</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-discussions/s-linktrackevents-value-changing-when-s-tl-call-happens/m-p/295915#M2067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&amp;nbsp; I have an event based rule set up in DTM that needs to append a serialization string to an event.&amp;nbsp; To do this, I have tried this via the DTM UI as well as with custom Javascript within the rule.&amp;nbsp; In both cases I run into the same problem.&amp;nbsp; Basically, the value in &lt;STRONG&gt;s.linkTrackEvents&lt;/STRONG&gt; is overwritten with a copy of what is in &lt;STRONG&gt;s.events&lt;/STRONG&gt;.&amp;nbsp; So, for example, the variables going into the s.tl() call are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;s.events='event99:12345';&lt;/P&gt;&lt;P&gt;s.linkTrackVars='events';&lt;/P&gt;&lt;P&gt;s.linkTrackEvents='event99';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the s.tl() call happens (with the debugger running), s.linkTrackEvents shows as: s.linkTrackEvents='event99:&lt;STRONG&gt;12345&lt;/STRONG&gt;';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This also happens if I use the DTM UI to set the event and place a serialization value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When s.linkTrackEvents includes the serialization value on the event, the event does not get set in the tracking call.&amp;nbsp; I've debugged the code, and the variables are all set correctly going into the s.tl() call.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One other piece of info, we are using a a different s object (s_dtm).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2017 15:50:18 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-discussions/s-linktrackevents-value-changing-when-s-tl-call-happens/m-p/295915#M2067</guid>
      <dc:creator>kbridges</dc:creator>
      <dc:date>2017-08-17T15:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: s.linkTrackEvents value changing when s.tl() call happens</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-discussions/s-linktrackevents-value-changing-when-s-tl-call-happens/m-p/295916#M2068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had the same problem a while ago.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Did you try declaring the s.linkTrackVars and the s.linkTrackEvents before declaring the s.events as it follows?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 16px; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;s.linkTrackVars='events';&lt;/P&gt;&lt;P style="font-size: 16px; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;s.linkTrackEvents='event99';&lt;/P&gt;&lt;P style="font-size: 16px; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;s.events='event99:12345';&lt;/P&gt;&lt;P style="font-size: 16px; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MArio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2017 16:20:40 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-discussions/s-linktrackevents-value-changing-when-s-tl-call-happens/m-p/295916#M2068</guid>
      <dc:creator>marion33678522</dc:creator>
      <dc:date>2017-08-17T16:20:40Z</dc:date>
    </item>
    <item>
      <title>Re: s.linkTrackEvents value changing when s.tl() call happens</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-discussions/s-linktrackevents-value-changing-when-s-tl-call-happens/m-p/295917#M2069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mario, thanks for the feedback.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did try changing the order, but nothing fixed the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2017 16:27:39 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-discussions/s-linktrackevents-value-changing-when-s-tl-call-happens/m-p/295917#M2069</guid>
      <dc:creator>kbridges</dc:creator>
      <dc:date>2017-08-17T16:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: s.linkTrackEvents value changing when s.tl() call happens</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-discussions/s-linktrackevents-value-changing-when-s-tl-call-happens/m-p/295918#M2070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 16px; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;This may be an obvious idea that you've already tried, but since you're using a non-standard s object, did you use it in your JS? like:&lt;/P&gt;&lt;P style="font-size: 16px; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2017 18:49:28 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-discussions/s-linktrackevents-value-changing-when-s-tl-call-happens/m-p/295918#M2070</guid>
      <dc:creator>Eric_Matisoff_</dc:creator>
      <dc:date>2017-08-17T18:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: s.linkTrackEvents value changing when s.tl() call happens</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-discussions/s-linktrackevents-value-changing-when-s-tl-call-happens/m-p/295919#M2071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eric, and thanks for the feedback.&amp;nbsp; I am using s_dtm as you point out in your post.&amp;nbsp; I referenced "s" in my original question to try to simplify the description of the problem.&amp;nbsp; It might be important to note that I am using s_dtm because we are in the process of migrating from a non-DTM implementation to a DTM implementation, and the original/manual instance of appMeasurment is using "s".&amp;nbsp; We will eventually remove this old instance, but it still handles a few of the tracking calls on some of the pages.&amp;nbsp; I haven't exprienced anything strange like this with any of the other variables I've been setting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2017 19:10:12 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-discussions/s-linktrackevents-value-changing-when-s-tl-call-happens/m-p/295919#M2071</guid>
      <dc:creator>kbridges</dc:creator>
      <dc:date>2017-08-17T19:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: s.linkTrackEvents value changing when s.tl() call happens</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-discussions/s-linktrackevents-value-changing-when-s-tl-call-happens/m-p/295920#M2072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I figured you were already on top of that but had to double-check &lt;IMG src="https://experienceleaguecommunities.adobe.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible this is happening in doPlugins in some custom code? I just tested this on a site and had no issue using the event serialization in the DTM UI.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2017 19:26:59 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-discussions/s-linktrackevents-value-changing-when-s-tl-call-happens/m-p/295920#M2072</guid>
      <dc:creator>Eric_Matisoff_</dc:creator>
      <dc:date>2017-08-17T19:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: s.linkTrackEvents value changing when s.tl() call happens</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-discussions/s-linktrackevents-value-changing-when-s-tl-call-happens/m-p/295921#M2073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://experienceleaguecommunities.adobe.com/people/kbridges@evolytics.com"&gt;kbridges@evolytics.com&lt;/A&gt;​,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you could share the URL as DM to me, I can have a look and see what's causing the issue. You can also get a ticket opened with Adobe ClientCare through any of the Supported Users in your organization for analysis of this issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2017 20:13:26 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-discussions/s-linktrackevents-value-changing-when-s-tl-call-happens/m-p/295921#M2073</guid>
      <dc:creator>Kaushalendra</dc:creator>
      <dc:date>2017-08-17T20:13:26Z</dc:date>
    </item>
  </channel>
</rss>

