Home | History | Annotate | Download | only in play-services
      1 page.title=Google Mobile Ads
      2 page.tags=Ads,monetization,AdMob,Google Play services
      3 header.hide=1
      4 
      5 @jd:body
      6 
      7 
      8 <div class="landing-banner">
      9         
     10 <div class="col-6">
     11   <img src="{@docRoot}images/google/gps-ads.png" alt="">
     12 </div>
     13 <div class="col-6">
     14 
     15 <h1 itemprop="name" style="margin-bottom:0;">Google Mobile Ads</h1>
     16 <p itemprop="description">
     17   Monetize your app with banner or interstitial ads from
     18   Google's vast pool of advertisers. Integrate with top ad networks through
     19   mediation to maximize your revenue from impressions. Take advantage of new
     20   ad features and capabilities through Google Play services, without having to
     21   add or update a library in your APK.
     22 </p>
     23 
     24 <p>
     25   Check out the  <a href=
     26   "{@docRoot}reference/gms-packages.html">Google Mobile Ads API reference</a> and visit <a class=
     27   "external-link" href=
     28   "http://developers.google.com/mobile-ads-sdk">developers.google.com/mobile-ads-sdk</a>
     29   for more information about integrating Google Mobile Ads into your app.
     30 </p>
     31 </div>
     32 </div>
     33 
     34 <div style=
     35 "background-color:#fffdeb;width:100%;margin-bottom:1em;padding:.5em;" class=
     36 "caution">
     37   <p><strong>Upgrade to the new AdMob</strong></p>
     38   <p>Legacy AdMob will be shutting down on August 31, 2014. Beginning August 31,
     39     you will no longer be able to use legacy AdMob to promote and monetize your
     40     apps. Specifically, please be aware of the following:</p>
     41   <ol style="margin-bottom:0;">
     42     <li>Ads will stop serving to legacy ad units that are not updated with new
     43     ad unit IDs.</li>
     44     <li>Legacy house ad campaigns will stop serving.</li>
     45     <li>You will not be able to access the legacy AdMob UI after August 31,
     46     2014.</li>
     47   </ol>
     48   <p>If you are still using legacy AdMob, please upgrade your account to the new
     49     AdMob as soon as possible. Upgrading takes only 5 minutes. <a href=
     50     "https://apps.admob.com/admob/signup?">Start here</a>.</p>
     51 </div>
     52 
     53 <div class="landing-docs">
     54   <div class="col-6 normal-links">
     55     <h3 style="clear:left">Key Developer Features</h3>
     56 
     57       <h4>Seamless auto-updates</h4>
     58       <p>The Google Mobile Ads SDK is part of Google Play services, so you can take advantage of features
     59       and capabilities in each new release of Google Play services, without needing to update your
     60       APK. </p>
     61 
     62       <h4>Monetize your apps</h4>
     63       <p>Connect with over a million Google advertisers and show relevant ads in your app. Users
     64       engage with the ads, you make money. The Google Mobile Ads SDK fully supports AdMob,
     65       DoubleClick for Publishers, DoubleClick Ad Exchange, and Search Ads for Mobile Apps. 
     66       <br>
     67       <a href="http://www.google.com/ads/admob/monetize.html" class="external-link">Learn more
     68       and sign up</a>.</p>
     69 
     70       <h4>Location-based ads</h4>
     71       <p>You can use the publisher-provided location API to provide Google with the location when
     72       requesting ads. Location-based ads can improve your app monetization.</p>
     73 
     74       <h4>Innovative ads</h4>
     75       <p>Choose from a range of ads across mobile devices and tablets, including interactive
     76       ad units.</p>
     77 
     78       <h4>Flexible and powerful tools </h4>
     79       <p>Filters and controls help you manage your ads. If you want to use multiple ad
     80       networks, you can do that too, with free ad network mediation.</p>
     81 
     82       <h4>Ad Policy Compliant</h4>
     83       <p>The Google Mobile Ads SDK available in Google Play services is compliant with
     84       Google Play Ad Poilcy regarding the usage of
     85       <a href="{@docRoot}google/play-services/id.html">advertising ID</a>.</p>
     86   </div>
     87 
     88   <div class="col-6 normal-links">
     89     <h3 style="clear:left">Getting Started</h3>
     90     <h4>1. Get the Google Play services SDK</h4>
     91     <p>The Google Mobile Ads APIs are part of the Google Play services platform.</p>
     92     <p>To get started, <a href="{@docRoot}google/play-services/setup.html">set up
     93       the Google Play services SDK</a>.</p>
     94 
     95     <h4>2. Run the sample</h4>
     96     <p>Once you've installed the Google Play services package, the Google Mobile Ads sample is located
     97     in <code>&lt;android-sdk&gt;/extras/google-play-services/samples/ads</code> and shows you how to
     98     serve banner and interstitial ads using the Google Mobile Ads APIs.</p>
     99 
    100     <h4>3. Read the documentation</h4>
    101     <p>Read the <a class="external-link" href="https://www.google.com/adsense/localized-terms">AdSense
    102     Terms of Service</a> and the <a class="external-link"
    103     href="https://support.google.com/admob/topic/1307235?hl=en&ref_topic=1307209">AdMob
    104     publisher guidelines and policies</a>.</p>
    105     <p>For quick access while developing your Android apps, the <a
    106     href="{@docRoot}reference/gms-packages.html">Google Mobile Ads API reference</a> is available here on
    107     developer.android.com.</p>
    108     <p>Detailed documentation for Google Mobile Ads for Android is available with the rest of the Google
    109     Mobile Ads developer documents at <a href="https://developers.google.com/mobile-ads-sdk"
    110     class="external-link">developers.google.com/mobile-ads-sdk</a>. </p>
    111   </div>
    112 </div>
    113