Hi @abkarim, What you are doing there is firing a Google Analytics (GA) tag only when a visitor clicks on that class. By default a Google Analytics tag will throw a page view. What I think you want to do is tracking those clicks as an event in GA. In order to do that you need to do a couple of things: If you want to send an event to GA, you'd need GA to be on the page before the visitor clicks on that element. For doing this, adjust your load rules, so the tag is present in all the pages (or on the pages you want it to be). GA events are defined by a category, action, label and value. Talking by memory only the first two are compulsory. Therefore, you'd need to map something to those attribute. My advice is you to create a couple of data elements called event_category and event_action (on the data layer tab, or by pressing the '+' symbol next to tealium_event on your screenshot). Then you set a value (event_category to the wider description of the event contact, event_label to something more specific footer). Avoid using tealium_event for this, as it's meant to be a default data layer key that helps distinguishing between views and links. Hope it helps! Pablo
... View more