external utag.view event

Bronze Contributor
Bronze Contributor

We have utag.view event being sent from AngularJS, is it possible to intercept the event in a Tealium extension and modify utag.data before its final ?

2 REPLIES 2

external utag.view event

Gold Contributor
Gold Contributor

Hi,

you can just use an extension scoped to "All tags". Then if you modify a data layer attribute, every tag receives your modified value and not the one originally sent with the utag.view. 

external utag.view event

Bronze Contributor
Bronze Contributor

thank you. do you know if this is possible with javascript or DOM level extentions ? im trying to update the udata with text from the page.

Public