Similar to this question, I would like to test Google Adsense in a page to see how it impacts layout and performance, etc. before go-live. I would like to do this on https://localhost and on a demo site. However, my customer is using AutoAds, with markup that looks like this:
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-1234567890",
enable_page_level_ads: true,
google_adtest: "on" //This doesn't seem to work?
});
</script>
Is there a way to test AutoAds on localhost and non-production sites? Related, is there documentation for google_adtest?