Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bdcd6fc7 authored by Dirk Dougherty's avatar Dirk Dougherty
Browse files

Doc change: Update monetization docs.

Change-Id: Ic34c1a08f8b7bcd271ad53f31c62d0bab82fc053
parent e115755d
Loading
Loading
Loading
Loading
+50 −0
Original line number Diff line number Diff line
page.title=Understand User Behavior
page.metaDescription=Use Google Analytics to learn what your users like and what keeps them coming back.
page.tags="analytics, user behavior"
page.image=/images/gp-analytics.jpg

@jd:body

<div class="figure">
  <img src="{@docRoot}images/gp-analytics.jpg" style="width:320px">
</div>


<p>
  Link your Google Play Developer Console with Google Analytics to learn much
  more about how users interact with your app &mdash; before and after they
  download it.
</p>

<p>
  Start by discovering how many people visit your Google Play listing page,
  where they come from, and how many go on to install your app. Once the app is
  launched, use Google Analytics to see which of your features are most
  popular, where power users spend their time, who tends to make in-app
  purchases, and more.
</p>

<p>
  Google Analytics delivers the numbers in real time, so you can act fast to
  update your landing page and your app. <a href=
  "http://www.google.com/analytics/mobile/">Learn more</a>.
</p>

<p>
  If you have a Google Analytics account already, linking it to Google Play
  takes just a few moments. You can also link your Google Analytics account to
  Admob to start gaining more user insights to improve your in-app marketing.
</p>

  <div class="headerLine clearfloat">
  <h2 id="related-resources">
    Related Resources
  </h2>
</div>

<div class="resource-widget resource-flow-layout col-13" 
  data-query="collection:distribute/engage/analytics"
  data-sortorder="-timestamp"
  data-cardsizes="9x3"
  data-maxresults="6">
</div>
 No newline at end of file
+29 −6
Original line number Diff line number Diff line
page.title=Deep Link to Bring Users Back
page.metaDescription=Use deep links to bring your users into your apps from social posts or search.
page.metaDescription=Use deep links to bring your users into your apps from social posts, search, or ads.
page.tags="app indexing, google+ signin"
page.image=/images/gp-listing-4.jpg

@jd:body

<p>
  Use deep links to bring your users into your apps from social posts or
  search.
  Use deep links to bring your users into your apps from social posts,
  search, or ads.
</p>

<div class="headerLine">
@@ -47,6 +47,11 @@ page.image=/images/gp-listing-4.jpg
<h2>Deep Linking from Google Search &mdash; App Indexing</h2>
</div>


<div style="float:right;">
  <img src="/images/gp-listing-4.jpg" style="padding-top:1em;padding-left:2em;">
</div>

<p>
  Another way to bring users back to your apps is to apply for app indexing.
</p>
@@ -60,11 +65,29 @@ page.image=/images/gp-listing-4.jpg
  content</a>.
</p>

<div>
  <img src="{@docRoot}images/gp-listing-4.jpg" style="padding-top:1em;">
<div class="clearfloat" style="margin-top:2em;"></div>

<div style="float:right;width:340px;padding-left:2em;">
  <img src="/images/gp-ads-linking2.jpg" style="padding-top:1em;">
</div>

<div class="headerLine ">
<h2>Deep Linking from Google Ads</h2>
</div>
<p>
  Ads can remind users about the apps they already have.
</p>

<p>
  As with deep links from Google's organic search results, AdWords deep links
  send users directly to the relevant pages in apps they already have on their
  mobile device. A mobile search for "flights to London," for instance, could
  take a user straight to the London page in a travel app. <a href=
  "http://www.thinkwithgoogle.com/products/ads-apps.html"
  class="external-link">Learn more</a>.
</p>

<div class="headerLine clearfloat">
  <h2 id="related-resources">
    Related Resources
  </h2>
+6 −0
Original line number Diff line number Diff line
@@ -35,6 +35,12 @@
        <span class="en">Encourage Competition</span></a>
    </div>
  </li>
  <li class="nav-section">
    <div class="nav-section empty" style="font-weight:normal"><a href="<?cs
        var:toroot?>distribute/engage/analytics.html">
        <span class="en">Understand User Behavior</span></a>
    </div>
  </li>
  <li class="nav-section">
    <div class="nav-section empty" style="font-weight:normal"><a href="<?cs
        var:toroot?>distribute/engage/app-updates.html">
+2 −2
Original line number Diff line number Diff line
@@ -15,8 +15,8 @@ nonavpage=true

  <div class="resource-widget resource-flow-layout landing col-16"
    data-query="collection:distribute/engagelanding"
    data-cardSizes="6x6"
    data-maxResults="9">
    data-cardSizes="9x6,9x6,6x6,6x6,6x6,9x6,9x6,6x6,6x6,6x6"
    data-maxResults="10">
  </div>

  <h3>Related Resources</h3>
+1 −1
Original line number Diff line number Diff line
page.title=Build Useful Widgets
page.metaDescription=Use widgets to remind users about important information in your apps and games, even when your apps are closed.
page.metaDescription=Use home screen widgets to remind users about important information in your apps and games, even when your apps are closed.
page.tags=""
page.image=/images/gp-engage-0.jpg

Loading