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
Some other ad networks change the ad when the fragment/anchor changes. This becomes especially important on single page applications when the page doesn't reload. There are a few considerations here:
We should probably debounce this. While the server should limit things so advertisers aren't overbilled, we probably shouldn't change ads more frequently than a certain amount of time (at least 5-10s I'd say).
This might depend on viewport detection (Ad in viewport detection #12) which isn't live yet. Sometimes ads are at the top of the page while anchors are far down the page.
The text was updated successfully, but these errors were encountered:
Hi! I fixed this using vue by creating a seperate Ads component for all my ads, and loading them when the component is mounted. It worked fine for SPA navigation.
Some other ad networks change the ad when the fragment/anchor changes. This becomes especially important on single page applications when the page doesn't reload. There are a few considerations here:
The text was updated successfully, but these errors were encountered: