<?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: ACDL tracking Adobe Analytics variables in Adobe Experience Platform Questions</title>
    <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-platform/acdl-tracking-adobe-analytics-variables/m-p/457003#M803</link>
    <description>&lt;PRE&gt;s.linkTrackVars = "events,eVar10,evar33,eVar83,prop10";&lt;/PRE&gt;&lt;P&gt;You have a lower case v for evar33 and it should be eVar33&lt;/P&gt;</description>
    <pubDate>Mon, 20 Jun 2022 09:28:42 GMT</pubDate>
    <dc:creator>leocwlau</dc:creator>
    <dc:date>2022-06-20T09:28:42Z</dc:date>
    <item>
      <title>ACDL tracking Adobe Analytics variables</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-platform/acdl-tracking-adobe-analytics-variables/m-p/456891#M802</link>
      <description>&lt;P&gt;Working with the adobe client data layer. I see only some variables being passed back in the beacon. Not all.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The variables are set in the data layer. I am setting these in Adobe Analytics set variables (custom code):&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The structure where the component is found:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;5.
component:
   form-container-123456:
        formId: "form-container-123456"
        formName: "main contact"
        formType: "contact us"
        pageOfForm: "home"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How I am setting the variables.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tags &amp;gt; rule &amp;gt; actions (formStart) &amp;gt; AA set variables custom code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;s.linkTrackVars = "events,eVar10,evar33,eVar83,prop10";
s.linkTrackEvents = "event12";

var myComponentPath = event.message.eventInfo.path;
var acdlComponent = window.adobeDataLayer.getState(myComponentPath);

s.eVar10 =acdlComponent['formId'];
s.eVar83 =acdlComponent['formType'];
s.eVar33 =acdlComponent['pageOfForm'];
s.prop10 =acdlComponent['formName'];

s.events = "event12";
s.tl(true,"o","Contact Us Start");
s.clearVars(); &lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I seem only pick up 3. eVar10, prop10 and eVar83. Missing eVar33.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Not sure what might be the cause of this. I also tried using s.apl() but that didn't work.&amp;nbsp; If anyone has any guidance/insight it's appreciated!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jun 2022 21:15:19 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-platform/acdl-tracking-adobe-analytics-variables/m-p/456891#M802</guid>
      <dc:creator>M_SDBerg</dc:creator>
      <dc:date>2022-06-17T21:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: ACDL tracking Adobe Analytics variables</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-platform/acdl-tracking-adobe-analytics-variables/m-p/457003#M803</link>
      <description>&lt;PRE&gt;s.linkTrackVars = "events,eVar10,evar33,eVar83,prop10";&lt;/PRE&gt;&lt;P&gt;You have a lower case v for evar33 and it should be eVar33&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jun 2022 09:28:42 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-platform/acdl-tracking-adobe-analytics-variables/m-p/457003#M803</guid>
      <dc:creator>leocwlau</dc:creator>
      <dc:date>2022-06-20T09:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: ACDL tracking Adobe Analytics variables</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-platform/acdl-tracking-adobe-analytics-variables/m-p/458775#M828</link>
      <description>&lt;P&gt;thanks for catching it -&amp;nbsp;&lt;img class="lia-deferred-image lia-image-emoji" src="https://experienceleaguecommunities.adobe.com/html/@745E159D7E7E1B74FC120EA328465C00/emoticons/1f50e.png" alt=":magnifying_glass_tilted_right:" title=":magnifying_glass_tilted_right:" /&gt; need one of these here at my desk lol&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2022 18:06:28 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-platform/acdl-tracking-adobe-analytics-variables/m-p/458775#M828</guid>
      <dc:creator>M_SDBerg</dc:creator>
      <dc:date>2022-06-29T18:06:28Z</dc:date>
    </item>
  </channel>
</rss>

