Skip to content Skip to sidebar Skip to footer

How to place Adsense Ads on Blogspot Pages - In Feeds Ads

how to place adsense in feeds ads

In the previous discussion, I already discussed about how to place an ad above the article posting, below the article posting, and in the middle.

But this time it's different, I'll teach you all how to place adsense ads in feeds, on the start page of the blog or between posts made on the blog.

Placing advertisements in strategic places is a must for blogspot users to do. Because of the potential for the presence of visitors on blog.

For example, placing ads on blog pages, this will potentially visitors can click on the ads that we have, because they could be interested in ads that appear when they explore your blog.

How to place Adsense Ads on Blogspot Pages - In Feeds Ads

First, the thing that you need to do is create an in-feed ad unit in your google adsense account.

How tocreate Adsense Ads on blogger Pages

Note: You can also use responsive ads, the important thing is not to use ads that are 728 x 90 in size.

Then select ads in feeds, and let Google determine the size for your ads, don't set them manually. Don't forget to name the ad that you have created.

how to create ads for blogger page

Then you copy your ad code and select done.

How to place infeeds ads

If you have already created your ad unit, then you need to parse the ad first, because this ad unit will be saved in an html template. For how to parse the ad that you made earlier, you can just parse it here ( parse html )

If you have entered the html parse, paste your ad unit in this box, and click parse.

Infeeds ads blogger

Then the result will be like this.

How to place Adsense Ads on blogger Pages - In Feeds Ads

If you've parsed your ad, leave it first, don't change it again. Continue to the next stage.

Back to blogspot, go to dashboard, then choose settings, and then choose a theme then choose edit HTML.

<b:loop values='data:posts' var='post'>

If you have found the code, add this code ( index='x' ), then the results will be as below.

<b:loop values='data:posts' var='post' index='x'>

Remember, add index='x' before code ( > )

Next, look for the code below again

<div class='post-outer'>

Copy the CSS code below and save it directly above <div class='post-outer'>.


<b:if cond='data:blog.pageType != &quot;static_page&quot; and data:blog.pageType != &quot;item&quot;'>
<b:if cond='data:x==1'>
<div class='post'>
YOUR CODE SCRIPT NATIVE ADS
</div>
</b:if>
<b:if cond='data:x==3'>
<div class='post'>
YOUR CODE SCRIPT NATIVE ADS
</div>
</b:if>
</b:if>

Note: in the section that I gave the red label above, replace it with the ad code that you parsed earlier, go back to the html parse, and take the ad unit, and paste it on the red label above.

There are 2 ad labels, so you have to make one more ad unit, so you can display 2 ads with different codes on your blog page.

Save the template and see the results. Note: it takes a few minutes for the ad to appear, because it takes time to adjust to your template.

Keyword: How to place Adsense Ads on blogspot Pages - In Feeds Ads, How to display ads on the blogger's start page, How to place ads between blog posts

Post a Comment for "How to place Adsense Ads on Blogspot Pages - In Feeds Ads"