Here is the Complete guide about Setup Google AdSense Auto Ads. You can easily Create, Insert and View reports of Adsense auto ads.
Create AdSense Auto Ads
- First, Login to Google Adsense account.
- Then Select Ads on left menu section.
- Next, Choose Auto Ads option.
- Then select the Pencil icon (Change your global settings).
- Next, Turn on your required Ads like Text & Display ads, In-article ads and Anchor Ads etc, and click on Save button.
- Now, You have successfully created the Auto Ads.
Note: You don’t need to change the code on your site if you change global settings.
Insert Auto Ads on Site
- Now, Click on Setup Auto Ads button.
- Then, Copy the code and insert the code in the <head> tag of your site.
Example HTML Page with the Auto Ad Code
Added between the <head> tag
<html>
<head>
<script async src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-123456789",
enable_page_level_ads: true
});
</script>
This is the head of your webpage.
<title> Example HTML page by Adsense Pro Tips</title>
</head>
<body>
This is the body of your webpage.
</body>
</html>
Added at the top of the body
If you don’t have access to the <head>
tags of your webpage, you can place the ad code at the top of the body instead of the head tag.
<html>
<head>
This is the head section of your webpage
<title> Example HTML page by Adsense Pro Tips </title>
</head>
<body>
<script async src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-123456789",
enable_page_level_ads: true
});
</script>
This is the body of your page.
</body>
</html>
This is only a sample code. Please don’t copy this.
Check Auto Ads Reports
- First, Login to Adsense account.
- Then Select Ads on left menu section.
- Next, Choose Auto Ads option.
- Then, Select the View Report icon.
- Now, You can see reports of Auto Ads.