I have this code triggering on clicking a tab.
window.ga('send', {
hitType: 'event',
eventCategory: 'PDP',
eventAction: 'ChangeTab',
eventLabel: 'lorem ipsum',
});
I have checked Analytics Real time and it shows up but the Event Label is always "(not set)"..
Is it Google Tag Manager's Click Event that is messing up my event?
If so how do I work around that? No Tag is fired on the Click.
EDIT: Is this the problem that this datalayer variable is defined in GTM?