We have set of events being tracked with utag.link passed in the backend along with tealium event & some page information. E.g. as shown below utag.link({ tealium_event : "Successful", form_name : “New Message” }); Now, we have used set data value extension to map the UDO variable created for form_name applying its scope Adobe analytics app measurement tag & condition of tealium_event (succesful) but, since the evar value is assigned in the tags section, the evar with form_name value which is expected only on tealium event is getting persisted in all further server calls with an unspecified value which is causing incorrect reporting of data. Is there any other way we can bind values in a tealium event based call?
... View more