How to set up a mouse click action
In this article we will explain all the ins-and-outs you need to know when setting up a mouse click action for your Tracker.
Its expected you have a basic understanding of how to setup Trackers. You can learn all about them in this article.
If you open the setup panel by selecting "Mouse click" from the Select Action popup, you see two main options.
What do you want to track?
There are two choices to select from the dropdown menu. The first option is an Attribute and the second Ahref. Let me explain what each of the options stand for.
Attribute
In HTML, "attribute" refers to a modifier of an HTML element that provides additional information about how the element should behave or be displayed.
Ahref
The parameter of a hyperlink in a href
attribute, specifically, within an <a>
(anchor) tag.
In this article you can read more about how to retrieve attributes.