This tutorial will lead you with a way to make local In-feed ad additives in blogger and wherein to glue the In-feed advertisement unit code at a blogspot template to market your homepage and tag pages. apprehend in simple Steps, how to Insert the new Google AdSense In-Feed ad Unit to your Blogger BlogSpot blog & improve Your earnings. both beginners and superior bloggers can discover this installation completed in a couple of minutes.
Types of In-Feed Ads
- Image Above
- Image on the side
- Title Above
- Test Only
- In-Feed Ads Theme Selection
- Light Background
- Dark background
How to create In-feed ad unit in Adsense dashboard
1. Go to Ad Units >> New Ad Unit.
2. select "In-Feed ads"
3. choose the style
4. Save (I'm done) your In-Feed Ad Code
5. Copy Code snippet.
How to add In-feed ad unit to Blogger Blogspot
1. Go to blogger.com
2. Then Theme >> Edit HTML
3. Search Below code
<b:loop values='data:posts' var='post'>4. Replace above code under the <b:includable id='main' var='top'> to below code:
<b:loop values='data:posts' var='post' index='x'>5. Now Seach <div class='post-outer'>
6. Now replace above code with below code
<div class='post-outer'>Note: Replace YOUR IN-FEED ADSENSE CODE to your Adsense in feed code that copy by you from Adsense ad units.
<b:if cond='data:blog.pageType == "index"'>
<b:if cond='data:x==1'>
<div class='post'>
YOUR IN-FEED ADSENSE CODE
</div>
</b:if>
<b:if cond='data:x==3'>
<div class='post'>
YOUR IN-FEED ADSENSE CODE
</div>
</b:if>
</b:if>
Post a Comment