Hi all - allow me to jump right into it: The case revolves around an unwanted utag.link request holding incorrect/redundant/useless information. Let's call it: utag.link({
whoops:"not again"
}); As it's mentioned in several threads, we can ensure that the implemented tags aren't fired in this particular case either by (1) configuring a load rule to exclude this tracking request and applying this to the relevant tags individually or by (2) creating a JS extension with tag specific scoping in which it will conditionally 'return false' so the given tag won't run. What I'm looking for, though, is a simple method to (3) prevent all tags and all subsequently loaded extensions from firing in case of the above utag.link request, which may take weeks or events months to have erased from the datalayer implementation due to matters like other development processes and business priorities. In other words; is there a function/metod to prevent all further Tealium processing when an erroneous utag.link request is detected? If anything in the above use case is unclear, please let me know and I'll elaborate. Thanks in advance for your inputs - much appreciated :)
... View more