Hi All, I am supposed to implement DoubleClick tags for an enterprise site which supports multiple countries. E.g. https://www.somedomain.com/country=<country code> Tealium is implement globally under 1 of the 3 profiles (A, B, C) which include 2 libraries (L1 and L2). A submit button with the jQuery Selector #btnSubmit is present on multiple pages ( P1, P2, P3, P4,......). The current practice is to implement a Tealium DC tags and add a jQuery onHandler extension for each page. The extension would on fire of a JS Event of the indicated jQuery Selector, populate 3 JS variables. The values to be set via the extension is different and is depends on the page. What I Think Will Happen Given that each jQuery extension implemented is not tagged specifically to a tag+load road combination (all are scoped to DOM-Ready), any of thes submit buttons in P1, P2, P3, P4, ...... will fire ALL the jQuery onHandler. As such the values will be popluated with the last jQuery onHandler fired. Am I right? And I think that is not the correct way to do it. But I need to check make sure my understanding is correct (I am 3 wks old to Tealium) before I talk to my boss. The Correct Way Either to change the website such that all item has a site-wide unique ID, or use the CSV load method in the way stated here => https://community.tealiumiq.com/t5/Tealium-iQ/Best-practice-for-managing-large-number-of-DoubleClick-tags/m-p/13375#M4575
... View more