diff options
Diffstat (limited to 'docs/html/distribute/monetize')
-rw-r--r-- | docs/html/distribute/monetize/ads.jd | 3 | ||||
-rw-r--r-- | docs/html/distribute/monetize/ecommerce.jd | 30 | ||||
-rw-r--r-- | docs/html/distribute/monetize/monetize_toc.cs | 8 |
3 files changed, 19 insertions, 22 deletions
diff --git a/docs/html/distribute/monetize/ads.jd b/docs/html/distribute/monetize/ads.jd index 6f55535..3ea9dc0 100644 --- a/docs/html/distribute/monetize/ads.jd +++ b/docs/html/distribute/monetize/ads.jd @@ -204,6 +204,9 @@ page.image=distribute/images/advertising.jpg <li>Exercise control options sensibly, don't get carried away excluding potentially competing ads at the expense of revenue. </li> + <li>If you also need to manage direct deals with advertisers, consider using + <a href="https://www.google.com/doubleclick/publishers/small-business/index.html">DoubleClick + for Publishers Small Business</a>.</li> </ul> diff --git a/docs/html/distribute/monetize/ecommerce.jd b/docs/html/distribute/monetize/ecommerce.jd index be1db64..4117146 100644 --- a/docs/html/distribute/monetize/ecommerce.jd +++ b/docs/html/distribute/monetize/ecommerce.jd @@ -1,16 +1,15 @@ page.title=E-commerce page.image=/images/cards/card-ecommerce_16-9_2x.png -page.metaImage=With Instant Buy you can sell physical goods and services from your web pages. -page.tags="monetizing", "physical goods", "payments" +page.metaImage=Enable easy and secure purchases of physical goods and services, such as clothing or movie tickets, using the Android Pay API. +page.tags="monetizing", "physical goods", "payments", "androidpay" @jd:body <div class="figure"> - <img src="{@docRoot}images/gp-ecom-0.png" style="width:300px;"> - <p class="img-caption"> - Product Purchase with Android Pay + <img src="{@docRoot}images/distribute/android-pay-checkout.png" style="width:300px;"> + <p class="figure-caption" style="text-align:center"> + Product purchase with Android Pay </p> </div> - <p> With Android Pay, you've the added flexibility of selling physical goods and services, such as clothing or movie tickets, through your @@ -18,7 +17,6 @@ page.tags="monetizing", "physical goods", "payments" "https://developers.google.com/wallet/instant-buy/">the Android Pay API</a> <strong>(US Only)</strong>. </p> - <p> You can use this option where your app is the store-front for retail or webtail operations. However, you can also combine it with your <a href= @@ -26,23 +24,19 @@ page.tags="monetizing", "physical goods", "payments" "{@docRoot}distribute/monetize/freemium.html">freemium</a> apps by offering related products. </p> - <p> - Your customers purchase goods and services with any payment - method — credit card, gift card, or Wallet balance. Android Pay - helps you minimize user data entry by enabling your payment flow - to retrieve information directly from the user’s wallet. + Your customers purchase goods and services with credit or debit card payment + methods. Android Pay helps you minimize user data entry by enabling your payment flow + to retrieve information directly from the user's Google account. </p> - <p> You also keep your existing payment infrastructure and leverage Android Pay to optimize your payment flow — users can make purchases in as a few as two clicks and the flow is simplified with features to retrieve information - directly from the user’s wallet and intelligent auto-completion of addresses. - To get started, set up a <a href= - "{@docRoot}distribute/googleplay/start.html#merchant-account">Merchant - Account</a>. -</p> + directly from the user’s wallet and intelligent auto-completion of addresses.</p> + + <p><a href= + "https://developers.google.com/android-pay/">Get started with Android Pay</a></p> <p style="clear:both"> </p> diff --git a/docs/html/distribute/monetize/monetize_toc.cs b/docs/html/distribute/monetize/monetize_toc.cs index aa1bdd6..a3aa50f 100644 --- a/docs/html/distribute/monetize/monetize_toc.cs +++ b/docs/html/distribute/monetize/monetize_toc.cs @@ -17,14 +17,14 @@ </div> </li> <li class="nav-section"> - <div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/monetize/ecommerce.html"> - <span class="en">E-commerce</span> + <div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/monetize/ads.html"> + <span class="en">AdMob Ads</span> </a> </div> </li> <li class="nav-section"> - <div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/monetize/ads.html"> - <span class="en">AdMob Ads</span> + <div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/monetize/ecommerce.html"> + <span class="en">E-commerce</span> </a> </div> </li> |