Why do link clicks fire Page Load rules set in Adobe DTM?
I have a global page load rule set up via DTM to fire on every page (no conditions) that tracks a custom page view success event. However, using a debugger (ObservePoint), I can tell that this page load rule is getting called multiple times on a single page load which is inflating my success event. It seems that clicking on any link (download/outbound/internal) will trigger the page load rule. I also have event based rules configured for the same site for tracking clicks on forms/buttons - some use s.tl() tracking and some use s.t().
My question is why is this happening and how can I keep the success events closer to the actual number of page views?