How to Add Page-Level Adsense Ads to Your Blog

How to Add Page-Level Adsense Ads to Your Blog
Vikelsik
Vikelsik •
Table of Contents
How are you blogger friends, hopefully you are in good health, amen... Okay, this time Arlina Code will provide a tutorial on How to Add Page-Level Adsense Ads to a Blog.


What are Page-Level Ads?


Page-Level Ads are ad units that don't fall within Google's pre-set limits of three banner ads and two link ads. These ads are specifically designed to maximize publisher AdSense revenue and will appear on mobile devices.

Reasons to Add Page-Level Adsense Ads to Your Blog


There are several reasons why you might want to add AdSense's Page-Level Ads feature to your blog. Here are some key points to consider when using this feature.

  • Increase income
  • Providing a better user experience
  • Has two ad formats
  • Not counted in Adsense ad limits (3 ad units and 2 link ad units)
  • More optimized for mobile device users

Page-Level Ads ad format


How to Add Page-Level Adsense Ads to Your Blog

For ad formats, Page-Level Ads offers two unit options: fixed/overlay ads, which appear as banner links at the bottom of the smartphone screen with a slide-out button to close the ad, and vignette ads, which appear full-screen with a close button, similar to AdMob ads. These two formats will undoubtedly improve the appearance of ads for smartphone users.

How to Add Page-Level Adsense Ads to Your Blog


Log in to your AdSense account , click My Ads , Content , Page-Level Ads . There, you'll see the Page-Level Ads section , as shown in the image below.

How to Add Page-Level Adsense Ads to Your Blog

Then click the selection button from the two Page-Level Ads formats (you can click just one or both)

How to Add Page-Level Adsense Ads to Your Blog

Scroll down, click the Get code button , copy all the codes inside

How to Add Page-Level Adsense Ads to Your Blog

Next, open the Blogger dashboard , template, click Template , Edit HTML then add the Page-Level Ads code before the tag </head>in your blog template

How to Add Page-Level Adsense Ads to Your Blog

Kode Page-Level Ads


<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-xxxxxxxxxxxx",
enable_page_level_ads: true
});
</script>

Change the marked code to be like this

<script async="" src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-xxxxxxxxxxxx",
enable_page_level_ads: true
});
</script>

If your blog already has Adsense JS , just add the second script code.

Save the template and to see the results, you can check the blog via smartphone.

my Blogger tutorial on how to add page-level AdSense ads to your blog . I apologize for any shortcomings. Thank you for visiting, and best of luck! That concludes
Vikelsik
Vikelsik Just to share tricks & tips + interesting information that is useful for the whole world and outer space. Enjoy!

Post a Comment