We send specific events to Google Analytics using gtag based on certain triggers we have set up. (Some through extensions, some through embedded Javascript throughout the website.) Because variables are set once during the loading of a tag, the timestamp always contains the time the tag was loaded. I want to send an event with a Custom dimension, containing the timestamp the event occurred. So we can analyze the order in which the events occurred. 4:00 PM - User opened page 4:01 PM - User visited an article 4:05 PM - User initiated a chat I am aware that I can just add it as custom dimension in the Javascript function/Tealium Extension where I register the event. like; gtag.event(x, y, z, custom-dimension-i-->timestamp) But it would be much easier for us to maintain by having this set up through one extension in Tealium IQ. Otherwise we would have to continuously change each event trigger function, everytime we wanted to change the way timestamps are registered. I spend a lot of time, and have attempted a lot of hacks to try and get the occurrence timestamp. But I have given up. There has to be an easier way. I hope someone here can assist me. Cheers, Leroy
... View more