Hi all,
I have been using this plugin for a few weeks now, but I don’t seem to able to track the clicks in Google. I have used both the following codes:
ga(‘send’, ‘event’, ‘Lead Call button’, ‘(0495) 54 84 87, ‘Telefoonnummer Weert’);
and
ga(‘send’, {
hitType: ‘event’,
eventCategory: ‘Lead Call button’,
eventAction: ‘(040) 2572922’,
eventLabel: ‘Telefoonnummer Eindhoven’
});
But no events are triggered :-(. Could it be a conflict with Google Tag Mangager? I am using it on the website of a client:
https://www.bastian-visser.nl/
Thanks in advance for your help!