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
I solved it using setTimeout as the issue is that the GA code its not picking the size of the parent on its default loading.
setTimeout(function(){(adsbygoogle = window.adsbygoogle || []).push({})}, 1000);