Hi everybody, I'm trying event serialization with the automatic detection of event serialization within the AppMeasurment tag. I have managed to get event serialization with a static value but I'd like to get it with a dynamic value. First, I've mapped these variables in Tealium: Then, I've included this variables in the utag.data (js) var utag_data = { "trigger": "fireEvt:123", "serial":"", "event": ["loadComplete", "visualizarPrecios"] } With this implementation, I'm able to serialize the event and I see this in the dataslayer: However, "123" is an static value and I would like to do the same with a dynamic value. Anyone could help me with this? How would I be able to map this in Tealium and insert this in the js? Thank you very much for your help! Best regards, Patricia
... View more