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
Problem: The current behaviour calls window.open() on ad click which is blocked by most browsers.
My request to change the implementation so it adds a regular anchor tag to _blank with a href of ie //mypage/ad-click?id=1234 which is an action that returns a header with a redirect to the URL of the banner ad. This way the browser wouldn't block it and we could still count the clicks.