Problem Statement
Previously, when a static event was set to be triggered by a button click, and upon click if the page is being redirected, the event often failed to register. This happened because the page reload would cancel the network request needed to track the event.
Solution
To solve this, we’ve introduced a redirect option in the button click settings for static events. When you know that clicking the button will redirect the page, simply select ‘Yes’ for the “button redirect on click” option while setting up your static event and defining the button.

This ensures the event is properly tracked when the redirect occurs, preventing data loss and improving accuracy in your event analytics.