yangoxx
Forum Replies Created
-
I just found out that only the normal adsense display ads are not working. But the Article-Ads and In-Feed-Ad working. But why ?
This is the code how i try to intigrate cookiebot into adsense ads.<script async src=”//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js” type=”text/plain” data-cookieconsent=”marketing”></script>
<!– Sidebar –>
<ins class=”adsbygoogle”
style=”display:block”
data-ad-client=”ca-pub-7671270902230771″
data-ad-slot=”1487181077″
data-ad-format=”auto”
data-full-width-responsive=”true”>
<script type=”text/plain” data-cookieconsent=”marketing”>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>but this dont work. On other side the In-Article-Ads are working with this code:
<script async src=”//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js” type=”text/plain” data-cookieconsent=”marketing”></script>
<ins class=”adsbygoogle”
style=”display:block; text-align:center;”
data-ad-layout=”in-article”
data-ad-format=”fluid”
data-ad-client=”ca-pub-7671270902230771″
data-ad-slot=”1487181077″>
<script type=”text/plain” data-cookieconsent=”marketing”>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>How can i fix this ?? i want to use the normal adsense display ads too