post.featuredImage

Solved!!! Page freezes when Anchor ads for wider screens and GDPR message are enabled.

0
Solved!!! Page freezes when Anchor ads for wider screens and GDPR message are enabled.
Solved!!! Page freezes when Anchor ads for wider screens and GDPR message are enabled.
Solved!!! Page freezes when Anchor ads for wider screens and GDPR message are enabled.

For start go to your AdSense and Uncheck the Anchor Ads:

Solved!!! Page freezes when Anchor ads for wider screens and GDPR message are enabled.

 Then:

Use the Amp-sticky-ad (Not Important if your page is non AMP)

from: Documentation: <amp-sticky-ad> - amp.dev

Place the three codes on head:

1) 

<script async='async' src='https://cdn.ampproject.org/v0.js'></script>
2) 
<script async='async' custom-element='amp-ad' src='https://cdn.ampproject.org/v0/amp-ad-0.1.js'></script>
3) 
<script async='async' custom-element='amp-sticky-ad' src='https://cdn.ampproject.org/v0/amp-sticky-ad-1.0.js'></script>



And place the Sticky Ad before body closure:

<amp-sticky-ad layout='nodisplay'>
<amp-ad data-ad-client='ca-pub-xxxxxxxxxxxx' data-ad-slot='xxxxxxxx' height='90' type='adsense' width='320'>
</amp-ad>
</amp-sticky-ad>

Good Luck!!!

Please Share

#Technology_News

Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.