Google Adsense Auto Ads
Google Adsense Release new AdSense ad format i.e. Google Adsense Auto Ads
Auto Ads feature show ads on your webpage automatically as and remain user-friendly. So that you can earn more.
Set Up Auto Ads
Adsense Publisher can setup adsense ads by simply Clicking on myads and then click on AutoAds
Now you’ve to choose what kind of Ads you want to show on your webpage
How Auto Ads works and why to use?
Adsense ads can be used with your responsive ads. This will be best practice for you if you use Auto Ads with your Responsive AdSense ad code.
How to implement
In Blogger
You can set-up auto ads in blogger just by placing.
- Login to your blogger.
- Go to Setting
- Now Go to Theme
- Now click on Edit HTML
- Find html tag
<head>
- Replace code given below to just after
<head>
tag
Auto Ads Code
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-
Your Publisher ID
",
enable_page_level_ads: true
});
</script>
Correct Ad placement – No Auto Ads on homepage
You can use this ad code instead above one. This ad code doesn’t show any auto ad on your blogger homepage so that you user surfing your webpage for first time get clean page and fast page response.
<b:if cond='data:blog.pageType != "index"'>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-
Your Publisher ID
",
enable_page_level_ads: true
});
</script>
</b:if>
For WordPress
You can install auto ads on wordpress by simply implementing Auto Ads Code on your WordPress page. If you don’t know much about html please don’t try.
- Go to Setting.
- Appearance
- Editor
- Select file Theme header
- Find html tag
<head>
- Replace code given below to just after
<head>
tag
You can generate code given below from your adsense ad account.
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-
Your Publisher ID
",
enable_page_level_ads: true
});
</script>
If you like above article then please comment below.
Get full https for custom blogger domain
I am ltonser. I need help. What can i do it?
Just implement ad code in header section