am d7476cf4: Merge "Doc change: Add play dev guide page with index card and shareable download." into lmp-dev
* commit 'd7476cf42fd397ae8dc70fd9eae636c845842df1': Doc change: Add play dev guide page with index card and shareable download.
This commit is contained in:
@@ -17,6 +17,12 @@
|
||||
</a>
|
||||
</div>
|
||||
</li>
|
||||
<li class="nav-section">
|
||||
<div class="nav-section empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/googleplay/guide.html">
|
||||
<span class="en">Finding Success on Google Play</span>
|
||||
</a>
|
||||
</div>
|
||||
</li>
|
||||
<li class="nav-section">
|
||||
<div class="nav-section empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/googleplay/tv.html">
|
||||
<span class="en">Distributing to <span style="white-space:nowrap">Android TV</span></span>
|
||||
|
||||
71
docs/html/distribute/googleplay/guide.jd
Normal file
71
docs/html/distribute/googleplay/guide.jd
Normal file
@@ -0,0 +1,71 @@
|
||||
page.title=Finding Success on Google Play
|
||||
page.metaDescription=A guide to help you find success with your app or game business on Google Play.
|
||||
meta.tags="distribute", "bestpractices"
|
||||
page.tags="google play", "business", "monetize", "engagement"
|
||||
page.image=distribute/images/play_dev_guide.png
|
||||
|
||||
@jd:body
|
||||
|
||||
<p>
|
||||
We’ve created a downloadable guide to help you find success with your app or
|
||||
game business on Google Play. In it, you’ll find features, tips, and best
|
||||
practices to help you build an effective strategy.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
The guide is separated into the following sections:
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
<strong>Publishing on Google Play</strong> — using the Google Play
|
||||
Developer Console to distribute your app to over 1 billion Android users
|
||||
worldwide.
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<strong>Quality</strong> — The fundamentals of building a great app
|
||||
and an insight into the Google Play guidelines and policies.
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<strong>Discoverability & reach</strong> — Maximizing your app's
|
||||
discoverability and reaching the widest audience possible.
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<strong>Engagement & retention</strong> — Converting
|
||||
installations into active users and improving user retention.
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<strong>Monetization</strong> — Monetization strategies to generate
|
||||
ongoing, growing revenue streams.
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<strong>Measurement with Google Analytics</strong> — Understanding
|
||||
your users and improving your app experience, conversions, and marketing.
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<strong>Going global</strong> — Launching your app in local markets
|
||||
around the world.
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
Download the guide by clicking the image below or <a href=
|
||||
"http://goo.gl/DFjbrS">get it on Google Play</a>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
We’ll release the guide in more languages in the coming months. Check back to
|
||||
this website regularly as we post information on new features and best
|
||||
practices to help you distribute and monetize your app.
|
||||
</p>
|
||||
<div class="resource-widget resource-flow-layout col-16"
|
||||
data-query="collection:play_dev_guide"
|
||||
data-cardSizes="9x6"
|
||||
data-maxResults="1">
|
||||
</div>
|
||||
|
||||
BIN
docs/html/distribute/images/play_dev_guide.png
Normal file
BIN
docs/html/distribute/images/play_dev_guide.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 216 KiB |
BIN
docs/html/distribute/images/play_dev_guide_b.jpg
Normal file
BIN
docs/html/distribute/images/play_dev_guide_b.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 44 KiB |
@@ -57,9 +57,9 @@ var RESOURCE_COLLECTIONS = {
|
||||
},
|
||||
"distribute/gp/gpfelanding": {
|
||||
"resources": [
|
||||
"distribute/googleplay/guide.html",
|
||||
"distribute/googleplay/tv.html",
|
||||
"distribute/googleplay/edu/about.html",
|
||||
"distribute/googleplay/edu/videos.html"
|
||||
"distribute/googleplay/edu/about.html"
|
||||
]
|
||||
},
|
||||
"distribute/essentials": {
|
||||
@@ -781,6 +781,12 @@ var RESOURCE_COLLECTIONS = {
|
||||
"training/tv/index.html"
|
||||
]
|
||||
},
|
||||
"play_dev_guide": {
|
||||
"title": "",
|
||||
"resources": [
|
||||
"shareables/distribute/play_dev_guide_secrets_en.pdf"
|
||||
]
|
||||
},
|
||||
"distribute/stories/games": {
|
||||
"title": "",
|
||||
"resources": [
|
||||
|
||||
@@ -1394,5 +1394,18 @@ DISTRIBUTE_RESOURCES = DISTRIBUTE_RESOURCES.concat([
|
||||
"keywords": ["stories"],
|
||||
"type": "Case Study Deck",
|
||||
"titleFriendly": ""
|
||||
},
|
||||
{
|
||||
"lang": "en",
|
||||
"group": "",
|
||||
"tags": [],
|
||||
"url": "shareables/distribute/play_dev_guide_secrets_en.pdf",
|
||||
"timestamp": null,
|
||||
"image": "distribute/images/play_dev_guide_b.jpg",
|
||||
"title": "The Secrets to App Success on Google Play",
|
||||
"summary": "A guide to useful features, tips, and best practices that will help you grow a successful app business on Google Play.",
|
||||
"keywords": ["distribute"],
|
||||
"type": "PDF DOWNLOAD (11MB)",
|
||||
"titleFriendly": ""
|
||||
}
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user