OSDN Git Service

Doc change: Updated content for distribute.
[android-x86/frameworks-base.git] / docs / html / distribute / engage / deep-linking.jd
1 page.title=Deep Link to Bring Users Back
2 page.metaDescription=Use deep links to bring your users into your apps from social posts or search.
3 page.tags="app indexing, google+ signin"
4 page.image=/images/gp-listing-4.jpg
5
6 @jd:body
7
8 <p>
9   Use deep links to bring your users into your apps from social posts or
10   search.
11 </p>
12
13 <div class="headerLine">
14 <h1>Deep Linking from Google+ Posts</h1><hr>
15 </div>
16
17 <p>
18   <a href="https://developers.google.com/+/mobile/android/share/deep-link">Deep
19   linking</a> allows the Google+ apps on mobile devices to direct clicks on a
20   shared post that contains deep-link information to a resource within your
21   apps.
22 </p>
23
24 <p style="margin-bottom:2em;">
25   If the user doesn’t have your app installed, they’re prompted to install it
26   before accessing the resource.
27 </p>
28
29 <div style="padding:2em, auto;width:550px;">
30   <div style="float:right; width:260px; padding-left:1em;">
31     <img src="{@docRoot}images/gp-engage-5.jpg" class="border-img">
32     <p class="img-caption">
33       G+ Post with Deep Link to Buy
34     </p>
35   </div>
36
37   <div style="width:260px;float:left;">
38     <img src="{@docRoot}images/gp-engage-6.jpg" class="border-img">
39     <p class="img-caption">
40       Purchase page within app
41     </p>
42   </div>
43 </div>
44
45
46 <div class="headerLine clearfloat">
47 <h1>Deep Linking from Google Search &mdash; App Indexing</h1><hr>
48 </div>
49
50 <p>
51   Another way to bring users back to your apps is to apply for app indexing.
52 </p>
53
54 <p>
55   When a user searches for content available within your app, Google can show
56   an "Open in App" button in in mobile search results. For instance, if a user
57   searches for a restaurant and you’ve got that establishment in your dining
58   app, a link can be shown to open the page within your app. Learn more about
59   <a href="https://developers.google.com/app-indexing/">linking to in-app
60   content</a>.
61 </p>
62
63 <div>
64   <img src="{@docRoot}images/gp-listing-4.jpg" style="padding-top:1em;">
65 </div>
66
67 <div class="headerLine clearfloat">
68   <h1 id="related-resources">
69     Related Resources
70   </h1>
71
72   <hr>
73 </div>
74
75 <div class="resource-widget resource-flow-layout col-13" data-query=
76 "collection:distribute/engage/deeplinks" data-sortorder="-timestamp"
77 data-cardsizes="9x3" data-maxresults="6">
78 </div>