People have Increased their Adsense CTR ever since they Implemented Page level Ads on their site. You can Read more About it HERE
There were Two Issues I faced when setting up mine on my Blog
- I was Getting HTML errors when placing the code under the<Head> tag
- I wasn't Able to test the Setup using domain/#googleads
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-Your publisher ID here",
enable_page_level_ads: true
});
</script>
Which was constantly giving me error when I tried putting it under the <Head> tag in my Blogger Template. I found a solution on this siteregarding this Issue. The correct code I Now used was:
<script async='async' src='http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js'/>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "Ca-pub-Your publisher ID here",
enable_page_level_ads: true
});
</script>
So You can use The code Above to set up Your Page Level ads just Incase you were getting Errors like I Did,Put make sure You Input your correct Publisher ID.
(2) According to GOOGLE Adsense, to Test the page level Ads setup, you can use your domain with /#googleads as the suffix e.goscarleeblog.com/#googleads
I tried that Using My Firefox browser but didn't work, I then found out a good browser to check it out. I went over to my BBM app and typedoscarleeblog.com/#googleads as a text and sent as a message to a friend, then I clicked on it and it opened on the BBM Default Browser showing both the Overlay and Vignette Ad type.
You can try it Just Incase.
Hope this Post was Helpful, Kindly Drop your comment and Share this post.
No comments:
Post a Comment
We Love Comments