I'm used to hand coding the customer onclick events in my web pages. For example, I would add code to my button like this - onClick="gtag('event', 'Click On PDF', { event_category: 'PDF', event_label: 'Song List PDF'});". That would send the event information over to Google Analytics with no problem. How do I get the same results by using Tealium? I already added the Google Analytics tag, and did the data mappings for the event category, event label and event action, but what are the other steps I do? I'm missing something small, but do I have to use extensions? Please tell me step by step what I have to do. Thanks.
... View more