Distributing to Android TV
diff --git a/docs/html/distribute/googleplay/guide.jd b/docs/html/distribute/googleplay/guide.jd
new file mode 100644
index 0000000000000..8317206d1c122
--- /dev/null
+++ b/docs/html/distribute/googleplay/guide.jd
@@ -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
+
+
+ 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.
+
+
+
+ The guide is separated into the following sections:
+
+
+ -
+ Publishing on Google Play — using the Google Play
+ Developer Console to distribute your app to over 1 billion Android users
+ worldwide.
+
+
+ -
+ Quality — The fundamentals of building a great app
+ and an insight into the Google Play guidelines and policies.
+
+
+ -
+ Discoverability & reach — Maximizing your app's
+ discoverability and reaching the widest audience possible.
+
+
+ -
+ Engagement & retention — Converting
+ installations into active users and improving user retention.
+
+
+ -
+ Monetization — Monetization strategies to generate
+ ongoing, growing revenue streams.
+
+
+ -
+ Measurement with Google Analytics — Understanding
+ your users and improving your app experience, conversions, and marketing.
+
+
+ -
+ Going global — Launching your app in local markets
+ around the world.
+
+
+
+
+ Download the guide by clicking the image below or get it on Google Play.
+
+
+
+ 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.
+
+
+
+
diff --git a/docs/html/distribute/images/play_dev_guide.png b/docs/html/distribute/images/play_dev_guide.png
new file mode 100644
index 0000000000000..5b0c0d9c8467f
Binary files /dev/null and b/docs/html/distribute/images/play_dev_guide.png differ
diff --git a/docs/html/distribute/images/play_dev_guide_b.jpg b/docs/html/distribute/images/play_dev_guide_b.jpg
new file mode 100644
index 0000000000000..15fd59fd5b2f2
Binary files /dev/null and b/docs/html/distribute/images/play_dev_guide_b.jpg differ
diff --git a/docs/html/jd_collections.js b/docs/html/jd_collections.js
index d63580e800104..a38b80bd61b2c 100644
--- a/docs/html/jd_collections.js
+++ b/docs/html/jd_collections.js
@@ -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": [
diff --git a/docs/html/jd_extras.js b/docs/html/jd_extras.js
index 89d9761e65648..36f26e8f1e470 100644
--- a/docs/html/jd_extras.js
+++ b/docs/html/jd_extras.js
@@ -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": ""
}
]);