You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Besides the auto event page view I want the page click event that occurs when a user clicked on a page. If it's an external link I want it to be a page clickout event.
Describe the solution you'd like
There are three different options:
Just a click somewhere on the page
A click on an internal link
A click on an external site
A page click event could contain the following basic data for all the options
And if it's an external link change the action from click to clickout.
Describe alternatives you've considered
Don't measure it at all. This will lead to a lot of events. I guess people could be annoyed the amount of events and there should be a possibility to disable it (shout out to mapping).
Additional context
Inspiration from a previous beta:
Is your feature request related to a problem? Please describe.
Besides the auto event page view I want the page click event that occurs when a user clicked on a page. If it's an external link I want it to be a page clickout event.
Describe the solution you'd like
There are three different options:
A page click event could contain the following basic data for all the options
if isLink is true add these data properties
And if it's an external link change the action from click to clickout.
Describe alternatives you've considered
Don't measure it at all. This will lead to a lot of events. I guess people could be annoyed the amount of events and there should be a possibility to disable it (shout out to mapping).
Additional context
Inspiration from a previous beta:
The text was updated successfully, but these errors were encountered: