Mobile app version of vmapp.org
Login or Join
Megan663

: Why is RPM for mobile is much less than RPM for desktop in Google Adsense? I have about 50% of my website's traffic on mobile devices (iOS and Android.) The RPM for mobile is much worse

@Megan663

Posted in: #GoogleAdsense #Monetize

I have about 50% of my website's traffic on mobile devices (iOS and Android.) The RPM for mobile is much worse than RPM for desktop.

Is there any way I should do to increase the RPM?

Data here:

PV | Click | CTR | CPC | RPM

Desktop
652,183 16,283 2.50% [CO].22 .43

High-end mobile devices
657,782 6,504 0.99% [CO].09 [CO].93

Tablets
46,873 657 1.40% [CO].15 .08

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Megan663

1 Comments

Sorted by latest first Latest Oldest Best

 

@Megan663

When your RPM is so low for mobile devices, it is a sign that your site does not display well on mobile devices. To improve the RPM for mobile devices:


Show a page that is only as wide as the mobile device.
Use the viewport meta tag to prevent your site from showing zoomed out with tiny text: <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
Use ad units sizes that have lots of inventory yet still fit on mobile screens: 320x50 and 300x250
Like desktop, figure out where on the page to place your advertisements so that they get noticed. I tend to use a 320x50 near the top of the page (but not the very top) and a 200x250 unit interspersed with the content.


This does require some development work to make mobile devices work well with your site. I do this with user agent sniffing and rewriting the page server side. AdSense recently released responsive ad units so that you could change your ad sizes using responsive design as well.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme