blob: 18579c7f116d4019eaac5103a21cc53d3b88c5e0 [file] [log] [blame]
Dirk Doughertyf04c9b82013-10-20 22:54:04 -07001page.title=Google Mobile Ads
2page.tags="Ads","monetization", "AdMob", "Google Play services"
3header.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 class="landing-docs">
35 <div class="col-6 normal-links">
36 <h3 style="clear:left">Key Developer Features</h3>
37
38 <h4>Seamless auto-updates</h4>
39 <p>The Google Mobile Ads SDK is part of Google Play services, so you can take advantage of features
40 and capabilities in each new release of Google Play services, without needing to update your
41 APK. </p>
42
43 <h4>Monetize your apps</h4>
Dirk Dougherty717b63a2014-01-11 16:03:53 -080044 <p>Connect with over a million Google advertisers and show relevant ads in your app. Users
45 engage with the ads, you make money. The Google Mobile Ads SDK fully supports AdMob,
46 DoubleClick for Publishers, DoubleClick Ad Exchange, and Search Ads for Mobile Apps.
Dirk Doughertyf04c9b82013-10-20 22:54:04 -070047 <br>
48 <a href="http://www.google.com/ads/admob/monetize.html" class="external-link">Learn more
49 and sign up</a>.</p>
50
Dirk Dougherty717b63a2014-01-11 16:03:53 -080051 <h4>Location-based ads</h4>
52 <p>You can use the publisher-provided location API to provide Google with the location when
53 requesting ads. Location-based ads can improve your app monetization.</p>
54
Dirk Doughertyf04c9b82013-10-20 22:54:04 -070055 <h4>Innovative ads</h4>
56 <p>Choose from a range of ads across mobile devices and tablets, including interactive
57 ad units.</p>
58
59 <h4>Flexible and powerful tools </h4>
60 <p>Filters and controls help you manage your ads. If you want to use multiple ad
61 networks, you can do that too, with free ad network mediation.</p>
62 </div>
63
64 <div class="col-6 normal-links">
65 <h3 style="clear:left">Getting Started</h3>
66 <h4>1. Get the Google Play services SDK</h4>
67 <p>The Google Mobile Ads APIs are part of the Google Play services platform.</p>
Scott Mainf12b3fd2013-12-06 12:57:13 -080068 <p>To get started, <a href="{@docRoot}google/play-services/setup.html">set up
69 the Google Play services SDK</a>.</p>
Dirk Doughertyf04c9b82013-10-20 22:54:04 -070070
71 <h4>2. Run the sample</h4>
72 <p>Once you've installed the Google Play services package, the Google Mobile Ads sample is located
73 in <code>&lt;android-sdk&gt;/extras/google-play-services/samples/ads</code> and shows you how to
74 serve banner and interstitial ads using the Google Mobile Ads APIs.</p>
75
76 <h4>3. Read the documentation</h4>
77 <p>Read the <a class="external-link" href="https://www.google.com/adsense/localized-terms">AdSense
78 Terms of Service</a> and the <a class="external-link"
79 href="https://support.google.com/admob/topic/1307235?hl=en&ref_topic=1307209">AdMob
80 publisher guidelines and policies</a>.</p>
81 <p>For quick access while developing your Android apps, the <a
82 href="{@docRoot}reference/gms-packages.html">Google Mobile Ads API reference</a> is available here on
83 developer.android.com.</p>
84 <p>Detailed documentation for Google Mobile Ads for Android is available with the rest of the Google
85 Mobile Ads developer documents at <a href="https://developers.google.com/mobile-ads-sdk"
86 class="external-link">developers.google.com/mobile-ads-sdk</a>. </p>
Dirk Doughertyf04c9b82013-10-20 22:54:04 -070087 </div>
Dirk Dougherty57801122014-01-16 00:08:53 +000088</div>