Google Adsense Error “TagError: adsbygoogle.push() error: No slot size for availableWidth=0 ”

后端 未结 13 1372
梦如初夏
梦如初夏 2021-01-31 08:56

I\'m using responsive Google Ads on my website but unfortunately it is not working all the time and most of time it is returning

TagError: adsbygoogle.pus

相关标签:
13条回答
  • 2021-01-31 09:45

    The error occur if have responsive theme and responsive adsense unit. So, if you define the width and height in CSS (not as %), this will solve (at least it solve my issue)

    #sidebar {
    width: width of your ad px;
    height: height of your px;
    }
    
    0 讨论(0)
提交回复
热议问题