Is Google adsense available for localhost?

前端 未结 5 1660
悲哀的现实
悲哀的现实 2020-12-14 07:15

Is it possible to run google adsense ads on a local server as a try out for a example application? I want to implement Google adsense ads in my web application which is runn

5条回答
  •  -上瘾入骨i
    2020-12-14 07:56

    I wasn't able to get the ads to show up using data-adtest="on" in localhost either. Since there was still an empty div, as a quick work around I added a border to the styles so it looks like display: inline-block; border: 1px solid green;. I was only concerned about placement and how it would interact with my layout and not so much what the ad looked like, so this allowed me to see the dimensions of the ad and make any layout adjustments accordingly.

提交回复
热议问题