Tagged: google analytics
Is it possible to add a tracking event to each menu button or to a website button?
<script>
gtag (‘event’, ‘click_menu’, {
‘event_category’: ‘user_actions’,
‘event_label’: ‘click_menu_’ + ‘button name’
})
</script>
Hey davidscandroli,
Here are the docs for you:
If you need further assistance please let us know.
Best regards,
Victoria