I tried the following js provided by the support forum:
jQuery(document).ready(function($){ $(’.ga_event’).on(‘click’, function(){ ga(‘send’, ‘event’, { eventCategory: ‘download’, eventAction: ‘click’, eventLabel: ‘boek-1-demo’}); }); });
However, it is not passing the class to the data layer. It does work on the a column, but not on a V2 button.
Here is the page: https://www.mylittlelocal.co.nz/locals/download-apps/
Suggestions?