-
Log on to https://dtm.adobe.com with your DTM credentials or navigate to Marketing Cloud (https://marketing.adobe.com/) > Activation > Dynamic Tag Management > Launch.
-
Nota:
You can create a data element to allocate a dynamic value and set the value of the list variable as displayed in the code.
s. listl = _satellite. getvar( "%Data_Element_Name%");
Nota:
In rules where s.tl() is the Adobe Analytics call, DTM does not detect that any variable (s.list1, s.eVar1, and so on) and event declared has been set to s.linkTrackVars and s.linkTrackEvents respectively. Thus, the variables s.linkTrackVars and s.linkTrackEvents must also be updated for all the variables and events declared in the custom code.
s.linkTrackVars="eVarl, listl,events" s.linkTrackEvents="eventl" s.events="eventl" s.evarl="value A" s.listl="value B"
You must have access to the Dynamic Tag Management (DTM) rule creation tool to be able to fire list variables (s.list1, s.list2, and so on) through a custom code in the s.tl() call.