Google Analytics - Event Tracking
Hello,
I'm trying to track some buttons using Google Analytics event tracking but can't seem to get it working.
Is this possible with the Muffin Builder?
Pls see here for ref:- https://developers.google.com/analytics/devguides/collection/analyticsjs/events
Many thanks
I'm trying to track some buttons using Google Analytics event tracking but can't seem to get it working.
Is this possible with the Muffin Builder?
Pls see here for ref:- https://developers.google.com/analytics/devguides/collection/analyticsjs/events
Many thanks
Comments
This is the button shortcode I used if it helps anyone:-
[button title="Download" link="/wp-content/uploads/2017/11/apdffile.pdf" target="_blank" color="theme" font_color="" size="1" onClick="ga('send', 'event', 'Something', 'Something else', 'Soemthign further, '0');"]
Thanks
the button has the onClick function built in, you can see all here:
http://themes.muffingroup.com/be/theme/shortcodes/typography/#buttons
The google analytics code can be inserted into theme options>SEO
thanks