Responsive Adsense ad?

9 replies
When I implement the responsive unit it shows up fine on the mobile but it displays the small 460 by 90 banner on the desktop and tablet. This unit has a low CTR. But when I use the 336 by 280, which for me has the highest CTR after plenty of testing, it shows up great on desktops and tablets but not in mobile. You can see the dilemma here. If I use a responsive ad then I am getting perfect looking ads on mobile but not on other platforms, but when I use the ad which has the highest CTR it doesn't render properly in the mobile. I thought the whole idea was that the responsive ad would make use of the extra estate and show up bigger ads on desktops and tablets.
#adsense #responsive
  • Profile picture of the author rmmfree
    How have you created it? Is it an HTML5 ad?
    {{ DiscussionBoard.errors[10516448].message }}
  • Profile picture of the author jessicandre234
    First determine which platform give you more revenue, desktop or mobile(then focus on ads for that)....
    And the respoonsive behave based on cookies or previous ads used before it on that particular ad space.
    Signature
    Engage Expertise Inc. is your one stop for all your web related service. Are you worried about your brand not getting be heard or even search engine friendly. Do you want to make your video or website more noticeable on search engine without anything illegal or blackhat.
    {{ DiscussionBoard.errors[10516601].message }}
  • Profile picture of the author Anton543
    Is it possible to insert an ad code to show up only on desktop/tablet but not mobile? How do I exclude mobile using some code within the ad?
    {{ DiscussionBoard.errors[10516986].message }}
    • Profile picture of the author esnow
      Originally Posted by Anton543 View Post

      Is it possible to insert an ad code to show up only on desktop/tablet but not mobile? How do I exclude mobile using some code within the ad?
      You should mention your blogging platform. If you're using Wordpress. Then go to the header.php and put the following code there. It should only display ads on Desktop. Not in mobile.

      Code:
      <?php if ( is_home() || is_archive() && !wp_is_mobile() ) { ?> <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- FoodUS Top Home --> <ins class="adsbygoogle" style="display:inline-block;width:336px;height:280px" data-ad-client="XXX" data-ad-slot="YYY"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script>  <?php }?>
      Note: Replace your adsense publisher id with XXX & ad slot id with YYY.
      {{ DiscussionBoard.errors[10517079].message }}
  • Profile picture of the author ronaldo22
    How have you created it
    {{ DiscussionBoard.errors[10517104].message }}
  • Profile picture of the author BAC
    You need to add responsive ad ode with some fixed margin so that it could look well on desktops also. For this you need to have a look on some CSS tweaks.
    Signature

    Get Content Targeted Super Real Traffic to Boost your Adsense Revenue!

    {{ DiscussionBoard.errors[10518649].message }}
    • Profile picture of the author Devilfish168
      I feel " forget it Thread starter "

      overall ...still traffic and important CLICKS...that contribute the most in adsense.

      the other stuffs is just " tweak to squeeze a bit more "


      next We also can't control...what RPM , CTC etc stuff...as google they ownself set etc and will changed...depend your traffic and website.
      {{ DiscussionBoard.errors[10518658].message }}
  • Profile picture of the author Anton543
    It was an easy fix in the end. The ads are now appropriate for the device used. I am already seeing significant boost in revenue by this time of day. Hopefully it will continue. It certainly should improve CTR, very considerably.
    {{ DiscussionBoard.errors[10518843].message }}

Trending Topics