Popular
Button click
- 243 views
A button click event is being tracked whenever the user clicks a button on your website. It is imporatnt to mention here that is the button is within a link (it points to another page) then a link click event is being tracked only, and if it is an add to cart or a remove from cart button then only the respective ecommerce action is being fired only (in case the website has ecommerce tracking). This is all done to avoid receiving duplicate events for the very same user interaction.
Parameters
id: the id HTML attribute of the button if it has one.
title: the title HTML attribute of the button if it has one
text: the text content of the button truncated to 150 characters at max.
Utilization
You can use this data to see which CTAs trigger the most user interaction. You may also use it to compare CTA design performance accross your website if your buttons are probably appearing with multiple looks.