Categories: AdSense Basics and Policies :

How should I deal with Adsense in a responsive design?

Showing 1-16 of 16 messages
How should I deal with Adsense in a responsive design? joesavage 3/6/12 1:59 PM Hi, I run a website which offers a variety of services, including free tutorials on web development. For this reason it's extremely important that I keep up with trends and try out new ideas in the industry - and hence it's important that my website
Re: How should I deal with Adsense in a responsive design? joesavage 3/8/12 10:31 AM Anyone at all?
Re: How should I deal with Adsense in a responsive design? Petrarch 3/8/12 11:14 AM I would think that hiding it with CSS, or rewriting with JS would be against the rules, I wouldn't risk that.  Instead.... I would use the @media and CSS to place the ad at the bottom of the page when the screen is narrow instead of hiding it.  Then
Re: How should I deal with Adsense in a responsive design? joesavage 3/8/12 11:20 AM Moving the Ad to the bottom of the page would just result in the whole page scaling out because the Ad would leave the width of the screen. I could use overflow hidden on it in this place, but that would make it even worse because the Ad would be par
Re: How should I deal with Adsense in a responsive design? PeggyK 3/8/12 11:21 AM AdSense simply doesn't play well with dynamic content.  You definitely don't want to do anything that might generate invalid impressions on your ads.  When you talk about narrower screens, do you mean mobile devices?  Have you read this: Mobile Becom
Re: How should I deal with Adsense in a responsive design? joesavage 3/8/12 11:29 AM This would all be for small screen resolutions, side-snapped windows, AND mobile. So mobile ads won't cut it here. So basically what you're saying is that I just literally can't do what I need to do using Adsense? Man, Google needs to keep up with th
Re: How should I deal with Adsense in a responsive design? PeggyK 3/8/12 11:50 AM There was a beta program for "AdSense for AJAX" which was cancelled, presumably because it didn't work as well as planned.  So it's not that Google isn't aware of the kind of dynamic site you are developing, it's that there may be technical barriers
Re: How should I deal with Adsense in a responsive design? joesavage 3/8/12 11:56 AM Ok, well thanks for your help. Not really sure what I'm going to do regarding my website for now - I guess I'll have to keep it as "display: none" and hope to god that it isn't against the Terms of Service. I hope Google starts something which can pr
Re: How should I deal with Adsense in a responsive design? PeggyK 3/8/12 12:26 PM I don't think display:none violates AdSense policy.  But be aware that even if the ad unit is not displayed, it counts towards the total number of ad units on a page.  Be sure you don't have more than three ad units + 3 link units in the code for a p
Re: How should I deal with Adsense in a responsive design? netmeg3 3/19/12 9:06 AM We are running into the same problems. Even the Google mobile ads don't fit properly with responsive design, which is a problem. So we're going back to using a mobile plugin for now, and hoping that G catches up.
Re: How should I deal with Adsense in a responsive design? Cade 3/19/12 9:53 AM It might be good to ask this question over in the Webmaster Forum. https://groups.google.com/a/googleproductforums.com/forum/#!forum/webmasters
Re: How should I deal with Adsense in a responsive design? kkobashi 3/22/12 11:43 AM Display:none is the wrong direction. I wouldn't look at CSS3 media queries to be the solution to all your screen scaling issues. Approaching adaptive design from one design down to a smaller form factor is not the right way of looking at things. Rath
Re: How should I deal with Adsense in a responsive design? Zeaks 6/5/12 7:43 PM Would it be possible to display a different size ad for certain devices? I haven't played around much with adsense, I do have it on my site though. I noticed on alot of android apps there's adsense that fits perfectly on my mobile.
Re: How should I deal with Adsense in a responsive design? Monika-TS 7/28/12 1:28 AM Am Mittwoch, 6. Juni 2012 04:43:42 UTC+2 schrieb Zeaks:
Re: How should I deal with Adsense in a responsive design? joesavage 7/28/12 1:56 AM Server side scripting certainly isn't the answer to a fully responsive design that caters to a large variety of widths because Ads need to cater for a LOT of widths, including changes in width which are made once the page is loaded (i.e @media querie
Re: How should I deal with Adsense in a responsive design? Ctrl Alt Design 9/23/12 8:56 AM this? http://www.labnol.org/internet/google-adsense-responsive-design/25252/