How to prevent Link Click rule from firing when clicking on "white/empty space" of a page?
Hi community,
I am implementing link click event rules on a site using Adobe Launch. Right now, the event that triggers the rule is a "Core - Click" that specifies that it fires "when a user clicks on any element".
This works great for what it is meant to do, firing when users click on links, buttons, etc and then pulling in the correct Data Elements/etc. However, this also triggers if someone clicks in the empty or "white space" of a page and essentially fires junk data into Adobe.
While I could filter out the junk data in Adobe when reporting or by using complex Processing Rules, neither of those scenarios are ideal, as they would require a lot of day-to-day consideration and maintenance. Also, I know that I could set the rule to fire only "When the user clicks on specific elements", but even that seems like it would be fairly complex considering the diversity of link text, divs, etc. that I would have to account for within that logic.
Is there a simple way to prevent click events from firing when someone clicks on empty/white space on a site (even if it is a simplified approach to the "specific elements" logic)? If not, I can look into the more detailed "specific elements" approach, I am just hoping there is an easy/blanket solve for this that someone else has found.
Thank you, y'all rock!!