Translate

How to Post AdSense Ads Native infeed is delivered List of Article Posts on the Home Page / Site and Blog Home page

Advertiser
Advertiser

Auto Ads Feature Doesn't Successfully Increase AdSense Earnings, Try These Tips Publisher friends!


Since the beginning of the introduction of the Auto ads feature by Google AdSense, many of the Content Publishers on the Site are competing to try this new Auto Adsense Feature.

Just like Budi yesterday also had time to try out the Auto ads feature from Google AdSense. But unfortunately not all sites owned by the publishers successfully increase their income after being juxtaposed with the Auto ads feature, as well as the experience with the WebBudi.com site that Budi shared in a previous post:


For friends, all Blogger and AdSense Publisher who fail to increase revenue with the Auto ads feature can try the following tips:

No need to use a lot of ad units on the site, please choose which ad unit has the most potential to generate revenue on the site. As Budi applied to the WebBudi.com site there are currently only 4 ad units, namely 2 Text / Image ad units - Responsive, 1 Native infeed advertisement unit - Responsive and 1 Native inarticle advertisement - Responsive unit.

For more details, please check directly the displays and the number of advertisements on this post page and also on the homepage of the WebBudi.com site, friends will understand more about the explanation of the article Tips on posting articles that Budi will share this time !

For the ad placement modification that Budi did, he installed 1 Native infeed ad unit - Responsive on the site's sidebar, 1 Text / Image ad unit - Responsive on the right sidebar of the Site, 2 ad units in Article posts (1 Native inarticle ad unit - Responsive + 1 Text / Image ad unit - Responsive). Seeing the opportunity on the home page / Home page that can still be inserted / added to the ad in the New Posts Feeds list, Budi finally added 2 ad units there using the same ad unit code as the 2 ad units in the article post (1 Native inarticle ad unit - Responsive + 1 Text / Image ad unit - Responsive).

To add 2 ad units in a post Articles like what friends can see on the current WebBudi.com site (1 ad unit Native inarticle - Responsive + 1 Text / Image ad unit - Responsive) friends can also learn in the WebBudi.com article post before:


2 Ad unit codes that Budi adds to the Start Page Feed are deliberately using the same ad unit code as the ad unit code in the article posting page to increase the chances of the number of adverts displayed on these ad units so as to increase the chances of higher AdSense earnings.

Select 2 ad units from the ads in the article posting page because in the count the appearance will not coincide or collide with the initial page view that has been posted by the Read More Automatic Feature!


Now, the last now is the way to add or install AdSense ads. Native infeed delivered. List of articles on the home page / home page. Site:

To place Adsense ads between posting articles on the main page of the blog / homepages, friends will store the codes needed in the area <b: includable id = 'main' var = 'top'> which will usually appear or like the following:

<b:includable id='main' var='top'>
< b:if cond='!data:mobile'>
< !-- posts -->
< div class='blog-posts hfeed'>
< b:include data='top' name='status-message'/>
< data:defaultAdStart/>
< b:loop values='data:posts' var='post'>
< b:if cond='data:post.isDateStart and not data:post.isFirstPost'>
& lt;/div&gt;&lt;/div&gt;
< /b:if>
< b:if cond='data:post.isDateStart'>
& lt;div class=&quot;date-outer&quot;&gt;
< /b:if>
< b:if cond='data:post.dateHeader'>
< h2 class='date-header'><span><data:post.dateHeader/></span></h2>
</b:if>
< b:if cond='data:post.isDateStart'>
& lt;div class=&quot;date-posts&quot;&gt;
< /b:if>
< div class='post-outer'>
< b:include data='post' name='post'/>
< b:include cond='data:blog.pageType in {&quot;static_page&quot;,&quot;item&quot;}' data='post' name='comment_picker'/>
< /div>
< b:if cond='data:post.includeAd'>
< b:if cond='data:post.isFirstPost'>
< data:defaultAdEnd/>
< b:else/>
< data:adEnd/>
< /b:if>
< div class='inline-ad'>
< data:adCode/>
< /div>
< data:adStart/>
< /b:if>
< /b:loop>
< b:if cond='data:numPosts != 0'>
& lt;/div&gt;&lt;/div&gt;
< /b:if>
< data:adEnd/>
< /div>
< !-- navigation -->
< b:include name='nextprev'/>
< !-- feed links -->
< b:include name='feedLinks'/>
< b:else/>
< b:include name='mobile-main'/>
< /b:if>
< b:if cond='data:top.showDummy'>
< data:top.dummyBootstrap/>
< /b:if>
< /b:includable>

1. To display Adsense ads between article posts on the main page of the blog / homepages, please add code index = 'x' in the code <b: loop values = 'data: posts' var = 'post'> so that it becomes as follows:

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

Search for code, use the help of the Search Box "Ctrl + F" then type this code that you want to search for <b:loop values='data:posts' var='post'> if you find it add this code "index=x" into the code sequence.

Remember the code <b:loop values='data:posts' var='post'> on friends' blogs there will be lots, so find <b:loop values='data:posts' var='post'> that is in "MainContentofPage" or before the code <b:loop values='data:posts' var='post'> there is a code "<data:defaultAdStart/>" is not in the popular post widget, label or anything else.

2. Then use the following code :

<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'>
< span class='title-ads'>Advertisement</span>
ADSENSE ADVERTISING CODE
< /div>
< /b:if>
< b:if cond='data:x==3'>
< div class='post'>
< span class='title-ads'>Advertisement</span>
ADSENSE ADVERTISING CODE
< /div>
< /b:if>
< /b:if>

Number 1 means that the ad will appear below the second article post, and number 3 means that the ad will appear under the fourth article post. So, these numbers can be adjusted to manage Adsense ads that will appear between blog article posts.

Save the above code just below the following code:

<div class='post-outer'>
< b:include data='post' name='post'/>
< b:include cond='data:blog.pageType in
{&quot;static_page&quot;,&quot;item&quot;}' data='post' name='comment_picker'/>
< /div>

So that the entire sequence of codes will look like this:

<b:includable id='main' var='top'>
< b:if cond='!data:mobile'>
< !-- posts -->
< div class='blog-posts hfeed'>
< b:include data='top' name='status-message'/>
< data:defaultAdStart/>
< b:loop values='data:posts' var='post' index='x'>
< b:if cond='data:post.isDateStart and not data:post.isFirstPost'>
& lt;/div&gt;&lt;/div&gt;
< /b:if>
< b:if cond='data:post.isDateStart'>
& lt;div class=&quot;date-outer&quot;&gt;
< /b:if>
< b:if cond='data:post.dateHeader'>
< h2 class='date-header'><span><data:post.dateHeader/></span></h2>
< /b:if>
< b:if cond='data:post.isDateStart'>
& lt;div class=&quot;date-posts&quot;&gt;
< /b:if>
< div class='post-outer'>
< b:include data='post' name='post'/>
< b:include cond='data:blog.pageType in
{&quot;static_page&quot;,&quot;item&quot;}' data='post' name='comment_picker'/>
< /div>
< 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'>
< span class='title-ads'>Advertisement</span>
ADSENSE ADVERTISING CODE
< /div>
< /b:if>
< b:if cond='data:x==3'>
< div class='post'>
< span class='title-ads'>Advertisement</span>
ADSENSE ADVERTISING CODE
< /div>
< /b:if>
< /b:if>

< b:if cond='data:post.includeAd'>
< b:if cond='data:post.isFirstPost'>
< data:defaultAdEnd/>
< b:else/>
< data:adEnd/>
< /b:if>
< div class='inline-ad'>
< data:adCode/>
< /div>
< data:adStart/>
< /b:if>
< /b:loop>
< b:if cond='data:numPosts != 0'>
& lt;/div&gt;&lt;/div&gt;
< /b:if>
< data:adEnd/>
< /div>
< !-- navigation -->
< b:include name='nextprev'/>
< !-- feed links -->
< b:include name='feedLinks'/>
< b:else/>
< b:include name='mobile-main'/>
< /b:if>
< b:if cond='data:top.showDummy'>
< data:top.dummyBootstrap/>
< /b:if>
< /b:includable>

3. Please, friends, replace the words "ADSENSE ADVERTISING CODE" in the row above with the Code of AdSense Ad Unit you want to Install, do not forget to PARSA before the ad code is installed!

Friends can also add the following CSS code if needed to set the word "Advertisement":

.post span.title-ads{font-size:16px;font-weight:bold;display:block;margin:10px 0}

There are so many information articles about the World of Blogging that Budi can go on this time for all the friends of the readers with the title "How to Advertise Native Infeed Ads submitted by List of Articles on the Start Page / Home and Blog Home page", hopefully it can be interesting information and useful for friends readers and Bloggers and Google AdSense Pulisher all yes in an effort to increase Google AdSense Revenue on Content Sites and Blogs!

Source : WebBudi.com (My main site, in Indonesian) 
Advertiser

No comments:

Post a Comment

Comment politely and wisely :)