Hi all, we have a standard W3C digitalData data layer, which we "flatten" to UDO compatible format using the recommended JS code from here: Data Layer Converter. We face some issues when implementing Adobe Analytics custom events. My understanding is the following: Adobe Analytics runs, using s.t call (utag.view) after which the UDO variables are cleared. Since we use clearVars, we have an issue when firing a custom event after the pageview (s.tl call, utag.link) - the values from data layer, such as language, pageType, pageCategory and so on are not set since they are not available after the pageview and we have to wait for the next pageview to use them again. My question is, how cn we make the values persist (at least some, we choose) also for the utag.link calls? Disabling clearVars is not a solution since we use many eVars which needs to be cleared. Thanks Pavel
... View more