diff options
Diffstat (limited to 'docs/html/distribute/engage/deep-linking.jd')
-rw-r--r-- | docs/html/distribute/engage/deep-linking.jd | 78 |
1 files changed, 78 insertions, 0 deletions
diff --git a/docs/html/distribute/engage/deep-linking.jd b/docs/html/distribute/engage/deep-linking.jd new file mode 100644 index 0000000..cd62f9d --- /dev/null +++ b/docs/html/distribute/engage/deep-linking.jd @@ -0,0 +1,78 @@ +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.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. +</p> + +<div class="headerLine"> +<h1>Deep Linking from Google+ Posts</h1><hr> +</div> + +<p> + <a href="https://developers.google.com/+/mobile/android/share/deep-link">Deep + linking</a> allows the Google+ apps on mobile devices to direct clicks on a + shared post that contains deep-link information to a resource within your + apps. +</p> + +<p style="margin-bottom:2em;"> + If the user doesn’t have your app installed, they’re prompted to install it + before accessing the resource. +</p> + +<div style="padding:2em, auto;width:550px;"> + <div style="float:right; width:260px; padding-left:1em;"> + <img src="{@docRoot}images/gp-engage-5.jpg" class="border-img"> + <p class="img-caption"> + G+ Post with Deep Link to Buy + </p> + </div> + + <div style="width:260px;float:left;"> + <img src="{@docRoot}images/gp-engage-6.jpg" class="border-img"> + <p class="img-caption"> + Purchase page within app + </p> + </div> +</div> + + +<div class="headerLine clearfloat"> +<h1>Deep Linking from Google Search — App Indexing</h1><hr> +</div> + +<p> + Another way to bring users back to your apps is to apply for app indexing. +</p> + +<p> + When a user searches for content available within your app, Google can show + an "Open in App" button in in mobile search results. For instance, if a user + searches for a restaurant and you’ve got that establishment in your dining + app, a link can be shown to open the page within your app. Learn more about + <a href="https://developers.google.com/app-indexing/">linking to in-app + content</a>. +</p> + +<div> + <img src="{@docRoot}images/gp-listing-4.jpg" style="padding-top:1em;"> +</div> + +<div class="headerLine clearfloat"> + <h1 id="related-resources"> + Related Resources + </h1> + + <hr> +</div> + +<div class="resource-widget resource-flow-layout col-13" data-query= +"collection:distribute/engage/deeplinks" data-sortorder="-timestamp" +data-cardsizes="9x3" data-maxresults="6"> +</div>
\ No newline at end of file |