Hello folks, I'm implementing Google AdSense on an remix website. It has a modes of displaying ads called auto ads. The setup instruction says to load the script tag. But because it rewrites some places of the <head> I got hydration issues in production, and because the way google adsense is setup is hard to debug on local (approved domains and all ...)
The ads show up intermittently, I think I narrowed down to fresh load without nothing cached. When the application had botted and the navigation started on the client side it works, but as my website is mostly 1st page visits, I need to find a way to make it work from the first load.
Anyone had to deal with this kind of problem before?