ok. here's what it looks like is happening: Steps as we see them utag loads on the page, utag.view is available and utag starts processing YDV code calls a utag.view utag code takes the utag.view, detects that tags are not loaded and puts the YDV utag.view call into a queue Tealium load process finishes, however not all tags have finished loading. since there is a utag.view() registered, Tealium starts processing this before all tags have completed loading on the page Utag runs a utag.trigger, in this call utag turns the utag.cfg.noview variable to false. Fires the adobe call Tag 151 finishes loading, utag.cfg.noview is set to false. We fire off another Adobe call so. event though the site dev is following the instructions outlined here: https://docs.tealium.com/platforms/javascript/page-tracking/ We are still getting a double fire because the tags haven't finished loading at the same time that utag has. Does anyone know how to mitigate this other than to request that utag.view() be called as late as possible?
... View more