Best adsense placements to increase CTR ?

Dr_And

Power Member
Joined
May 28, 2011
Messages
772
Reaction score
106
Hey Guys

I have a ctr on adsense less than 1% ( 0.50 - 0.80) which make me depressed
I put inbetween articles ads and Auto ads
I have many clicks recorded in my statcounter account but no clicks counted in adsense dashboard which lead to bad ctr

So what are the best ads placements in adsense to increase my ctr and also earning ?

Thanks inadvance
 
Above the Fold is the best-proven ad-placement. Then place one below the article itself between the last line and the sharing buttons. And In-home makes your homepage as a grid layout and 3 Columns by 5 Rows and Place 3 ad units of size 300 x 250 Seamlessly in each row like they are articles on your blog. And no violation about that.
And make sticky footer like the one in Free-article-spinner which appears from the Footer and can be easily closed, make it as a div element. And also it's not a violation
 
don't use auto ads, if your users mostly using mobile put vertical banner above title, and to boost it use floating content/ads with close "x" option (not recommended, use at your own risk).
in article ads type on second paragraph, an below content just use 300x250, widget below search box also use 300x250.
 
I do earn from Adsense and realized few things that you need to be aware of

1. How people access your site matters alot. Go to Anaylytics ==> Audience ==> Mobile ==> Overview. (Make sure the time is set atleast last 3 months) Which is bringing you most visitors? I found out that 80% of my visitors are on mobile. I was neglecting this so I decided to focus on mobile. I made sure my site is responsive, loads fast and I added AMP (Optional).

2. Ad Placement - Here are my rules - Max 4 Ad units per page, I place the first ad within the article below the first paragraph, second one after the 4th paragraph, third at the end of the content. On the sidebar, I place a large 300x600 and make sure it is the last item. I have a floating sidebar so this banner will always be visible. (This setup is both desktop and mobile).

3. I use Auto Ads, though they make little to nothing, but I disable Matched Content and infeed Ads. I like Auto Ads because if I have longer content they show up.

4. On AMP, I use AMP auto Ads since I have less control on placing these Ads.

5. I found a script that forces size 300x250 (Best Performing Ad Size)...

Here it is:
Code:
<style type="text/css"> .adslot_1 { width: 1000px; height: 90px; } @media (max-width:420px) { .adslot_1 { width: 300px; height: 250px; } }</style>
<!-- Ad Name here  -->
<ins class="adsbygoogle adslot_1"
style="display:inline-block;"
data-ad-client="ca-pub-xxxxxxxxx"
data-ad-slot="xxxxxxx"></ins>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js">
</script>
<script>(adsbygoogle = window.adsbygoogle || []).push({});</script>

Replace the xxxx with your account code and ad unit codes.

I use this code for all my mobile ad units (Desktop I use Responsive Ad Units.
 
for me I just using auto ad. Yes some claim not good , I have to admit like today 4 clicks just 20 cents.
However some days just two click I can get a dollar.
Guess also depend the ad bid etc? I use auto ad as I kinda like it is auto.
well let see how it go .
 
I do earn from Adsense and realized few things that you need to be aware of

1. How people access your site matters alot. Go to Anaylytics ==> Audience ==> Mobile ==> Overview. (Make sure the time is set atleast last 3 months) Which is bringing you most visitors? I found out that 80% of my visitors are on mobile. I was neglecting this so I decided to focus on mobile. I made sure my site is responsive, loads fast and I added AMP (Optional).

2. Ad Placement - Here are my rules - Max 4 Ad units per page, I place the first ad within the article below the first paragraph, second one after the 4th paragraph, third at the end of the content. On the sidebar, I place a large 300x600 and make sure it is the last item. I have a floating sidebar so this banner will always be visible. (This setup is both desktop and mobile).

3. I use Auto Ads, though they make little to nothing, but I disable Matched Content and infeed Ads. I like Auto Ads because if I have longer content they show up.

4. On AMP, I use AMP auto Ads since I have less control on placing these Ads.

5. I found a script that forces size 300x250 (Best Performing Ad Size)...

Here it is:
Code:
<style type="text/css"> .adslot_1 { width: 1000px; height: 90px; } @media (max-width:420px) { .adslot_1 { width: 300px; height: 250px; } }</style>
<!-- Ad Name here  -->
<ins class="adsbygoogle adslot_1"
style="display:inline-block;"
data-ad-client="ca-pub-xxxxxxxxx"
data-ad-slot="xxxxxxx"></ins>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js">
</script>
<script>(adsbygoogle = window.adsbygoogle || []).push({});</script>

Replace the xxxx with your account code and ad unit codes.

I use this code for all my mobile ad units (Desktop I use Responsive Ad Units.
I will try this
 
one thing weird on auto ad , on single page it look ok
but homepage all the ad go to bottom at footer side.

I not sure why
 
Try ezoic. It have a lot of tool to practice ads placement
 
Back
Top