Responsive AdSense

Responsive AdSense

It's up to you but if it's on the same page I would use separate units.

Reusing ad units in different locations is fine though, if you're not too bothered about accurate reporting.
 
Just had this months payment come through

Earnings and change
+£XX.XX (106%)

(y)

I thought I would be cheeky and ask what ad_ templates locations are you using? I just want to get something set up and then tweak it once people start clicking again as I've been avoiding adsense since converting over from vB since it's a bit confusing with responsive designs! :)

Thanks!
 
I thought I would be cheeky and ask what ad_ templates locations are you using? I just want to get something set up and then tweak it once people start clicking again as I've been avoiding adsense since converting over from vB since it's a bit confusing with responsive designs! :)

Thanks!
Below top breadcrumb, and above bottom breadcrumb.
 
After stop using Cloudflare, my revenue was doubled.
Cpc and RPM was also doubled. :)
Just saying, for those who are using cloudflare right now :)
 
Is there any way to prevent adSense to break in responsive when you enter your forum in a landscape mode and then changing to portrait? On my website it breaks the adSense and doesn't serve in in a different size (until a refresh is done).
 
Is there any way to prevent adSense to break in responsive when you enter your forum in a landscape mode and then changing to portrait? On my website it breaks the adSense and doesn't serve in in a different size (until a refresh is done).
There's no way you can prevent that.
 
Just curious, can this be added to the .EXTRA css page instead of having it on top of the adsense ad?

_____
<style type="text/css">
.overtaking-top-dynamic {
width: 320px;
height: 50px;
}

@media(min-width: 484px) {
.overtaking-top-dynamic {
width: 468px;
height: 60px;
}
}
</style>
_____

Just thought it would be more effective if I have all the browser size configuration in one place because there are other styles that I will be changing as well depending on those sizes.
 
What if we use adsense and a 3rd party for serving banner ads, how could we implement the responsive for the 3rd party banners if they provide us with iframe code (we can edit this code if needed). We are having issues with our site being responsive because of the banners (leaderboard+regular)
 
Has anyone figured out if its possible to call just a certain ad for a certain size?

For example I've noticed that in content ads on mobiles are pretty much useless. However above the fold they perform very well. This is the same spot where desktop sized banners pretty much fail nowadays.

Would it be possible to have just a mobile ad above the fold without having that pesky huge leaderboard for desktop users that everybody ignores anyway?
 
Not sure what you mean.

You can specify any ad unit for any browser width as the example in the main resource body shows.
 
I think he means only show an add in that position if on mobile. To accomplish that, just use a media query on that part of the code, i.e. only show it if below a certain resolution.
 
Thats what I thought.

Shame though as mobile and desktop have completely different optimum ad positions after testing the responsive design for two months now.

Will prepare a mod request then as some wordpress widgets (clickmissle) for example do deliver the option to only show an ad to either mobile, tablet and/or desktop users and works fantastic.

Thanks again for the swift response guys (y)
 
Back
Top Bottom