1682c24e22811d4ee17ae1cd61bf255c3f7e722b7Trevor Johnspage.title=Add An App Install Banner On Your Mobile Website
2682c24e22811d4ee17ae1cd61bf255c3f7e722b7Trevor Johnspage.metaDescription=Add a native app install banner to your mobile website and allow visitors to install your app straight from your site.
3682c24e22811d4ee17ae1cd61bf255c3f7e722b7Trevor Johnspage.image=images/cards/card-install-banners_16x9_2x.png
4682c24e22811d4ee17ae1cd61bf255c3f7e722b7Trevor Johnspage.tags="banner, chrome, web"
5682c24e22811d4ee17ae1cd61bf255c3f7e722b7Trevor JohnsXnonavpage=true
6682c24e22811d4ee17ae1cd61bf255c3f7e722b7Trevor Johns
7682c24e22811d4ee17ae1cd61bf255c3f7e722b7Trevor Johns@jd:body
8682c24e22811d4ee17ae1cd61bf255c3f7e722b7Trevor Johns
9682c24e22811d4ee17ae1cd61bf255c3f7e722b7Trevor Johns<!--
10682c24e22811d4ee17ae1cd61bf255c3f7e722b7Trevor Johns<div id="qv-wrapper">
11682c24e22811d4ee17ae1cd61bf255c3f7e722b7Trevor Johns  <div id="qv">
12682c24e22811d4ee17ae1cd61bf255c3f7e722b7Trevor Johns    <h2>In this document</h2>
13682c24e22811d4ee17ae1cd61bf255c3f7e722b7Trevor Johns    <ol>
14682c24e22811d4ee17ae1cd61bf255c3f7e722b7Trevor Johns      <li>TOC item</li>
15682c24e22811d4ee17ae1cd61bf255c3f7e722b7Trevor Johns    </ol>
16682c24e22811d4ee17ae1cd61bf255c3f7e722b7Trevor Johns  </div>
17682c24e22811d4ee17ae1cd61bf255c3f7e722b7Trevor Johns</div>
18682c24e22811d4ee17ae1cd61bf255c3f7e722b7Trevor Johns-->
19682c24e22811d4ee17ae1cd61bf255c3f7e722b7Trevor Johns
20682c24e22811d4ee17ae1cd61bf255c3f7e722b7Trevor Johns<div class="figure" style="width:138px">
21682c24e22811d4ee17ae1cd61bf255c3f7e722b7Trevor Johns  <img src="{@docRoot}images/distribute/users/banners.png"
22682c24e22811d4ee17ae1cd61bf255c3f7e722b7Trevor Johns    srcset="{@docRoot}images/distribute/users/banners.png 1x,
23682c24e22811d4ee17ae1cd61bf255c3f7e722b7Trevor Johns        {@docRoot}images/distribute/users/banners_2x.png 2x"
24682c24e22811d4ee17ae1cd61bf255c3f7e722b7Trevor Johns    width="138">
25682c24e22811d4ee17ae1cd61bf255c3f7e722b7Trevor Johns</div>
26682c24e22811d4ee17ae1cd61bf255c3f7e722b7Trevor Johns
27682c24e22811d4ee17ae1cd61bf255c3f7e722b7Trevor Johns<p>
28682c24e22811d4ee17ae1cd61bf255c3f7e722b7Trevor Johns  Add a native app install banner to your mobile website and offer visitors the
29682c24e22811d4ee17ae1cd61bf255c3f7e722b7Trevor Johns  added convenience of installing your app or game straight from your site.
30682c24e22811d4ee17ae1cd61bf255c3f7e722b7Trevor Johns</p>
31682c24e22811d4ee17ae1cd61bf255c3f7e722b7Trevor Johns
32682c24e22811d4ee17ae1cd61bf255c3f7e722b7Trevor Johns<p>
33682c24e22811d4ee17ae1cd61bf255c3f7e722b7Trevor Johns  Learn how to <a href=
34682c24e22811d4ee17ae1cd61bf255c3f7e722b7Trevor Johns  "https://developers.google.com/web/updates/2015/03/increasing-engagement-with-app-install-banners-in-chrome-for-android#native"
35682c24e22811d4ee17ae1cd61bf255c3f7e722b7Trevor Johns  class="external-link">add a native app install banner</a> to your mobile
36682c24e22811d4ee17ae1cd61bf255c3f7e722b7Trevor Johns  site.
37682c24e22811d4ee17ae1cd61bf255c3f7e722b7Trevor Johns</p>
38682c24e22811d4ee17ae1cd61bf255c3f7e722b7Trevor Johns
39682c24e22811d4ee17ae1cd61bf255c3f7e722b7Trevor Johns<h3 id="how">How it Works</h3>
40682c24e22811d4ee17ae1cd61bf255c3f7e722b7Trevor Johns
41682c24e22811d4ee17ae1cd61bf255c3f7e722b7Trevor Johns<p>
42682c24e22811d4ee17ae1cd61bf255c3f7e722b7Trevor Johns  App install banners are offered as an extension of Chrome’s ability to
43682c24e22811d4ee17ae1cd61bf255c3f7e722b7Trevor Johns  deliver Web App install banners. You can setup this feature in a web app
44682c24e22811d4ee17ae1cd61bf255c3f7e722b7Trevor Johns  manifest file. In the manifest you define how your app will appear on the
45682c24e22811d4ee17ae1cd61bf255c3f7e722b7Trevor Johns  user’s system, how it should be launched, and whether its banner has priority
46682c24e22811d4ee17ae1cd61bf255c3f7e722b7Trevor Johns  over the banner for your Web App. Then, as long as your site is delivered
47682c24e22811d4ee17ae1cd61bf255c3f7e722b7Trevor Johns  over HTTPS, after a user visits your site on two separate days within a two
48682c24e22811d4ee17ae1cd61bf255c3f7e722b7Trevor Johns  week period they’ll be shown your app’s install banner.
49682c24e22811d4ee17ae1cd61bf255c3f7e722b7Trevor Johns</p>
50682c24e22811d4ee17ae1cd61bf255c3f7e722b7Trevor Johns
51682c24e22811d4ee17ae1cd61bf255c3f7e722b7Trevor Johns<p style="clear:both">
52682c24e22811d4ee17ae1cd61bf255c3f7e722b7Trevor Johns</p>
53682c24e22811d4ee17ae1cd61bf255c3f7e722b7Trevor Johns
54682c24e22811d4ee17ae1cd61bf255c3f7e722b7Trevor Johns<div class="dynamic-grid">
55682c24e22811d4ee17ae1cd61bf255c3f7e722b7Trevor Johns<div class="headerLine">
56682c24e22811d4ee17ae1cd61bf255c3f7e722b7Trevor Johns<h2 id="related-resources">Related Resources</h2>
57682c24e22811d4ee17ae1cd61bf255c3f7e722b7Trevor Johns</div>
58682c24e22811d4ee17ae1cd61bf255c3f7e722b7Trevor Johns
59682c24e22811d4ee17ae1cd61bf255c3f7e722b7Trevor Johns<div class="resource-widget resource-flow-layout col-13"
60682c24e22811d4ee17ae1cd61bf255c3f7e722b7Trevor Johns  data-query="collection:distribute/googleplay/banners/related"
61682c24e22811d4ee17ae1cd61bf255c3f7e722b7Trevor Johns  data-sortOrder="-timestamp"
62682c24e22811d4ee17ae1cd61bf255c3f7e722b7Trevor Johns  data-cardSizes="9x3"
63682c24e22811d4ee17ae1cd61bf255c3f7e722b7Trevor Johns  data-maxResults="6"></div>
64682c24e22811d4ee17ae1cd61bf255c3f7e722b7Trevor Johns  </div>
65