diff options
author | Dirk Dougherty <ddougherty@google.com> | 2014-06-22 13:10:47 -0700 |
---|---|---|
committer | Dirk Dougherty <ddougherty@google.com> | 2014-07-21 22:15:04 +0000 |
commit | f365928406ef0a80d3aecc2d025642f9efb80a05 (patch) | |
tree | aa221c2828b184b42ac3588f31e1191b99382626 /docs/html/google/play-services | |
parent | d32dd2948d95a01e6b581ffbc357cf759bae0242 (diff) | |
download | frameworks_base-f365928406ef0a80d3aecc2d025642f9efb80a05.zip frameworks_base-f365928406ef0a80d3aecc2d025642f9efb80a05.tar.gz frameworks_base-f365928406ef0a80d3aecc2d025642f9efb80a05.tar.bz2 |
Doc change: add reminder for developers on using ad id.
Change-Id: I2a6109bd1b97e4432e36c6a5055aee6e2b1c3edd
Diffstat (limited to 'docs/html/google/play-services')
-rw-r--r-- | docs/html/google/play-services/ads.jd | 5 | ||||
-rw-r--r-- | docs/html/google/play-services/id.jd | 13 |
2 files changed, 18 insertions, 0 deletions
diff --git a/docs/html/google/play-services/ads.jd b/docs/html/google/play-services/ads.jd index 18579c7..c1a59b8 100644 --- a/docs/html/google/play-services/ads.jd +++ b/docs/html/google/play-services/ads.jd @@ -59,6 +59,11 @@ header.hide=1 <h4>Flexible and powerful tools </h4> <p>Filters and controls help you manage your ads. If you want to use multiple ad networks, you can do that too, with free ad network mediation.</p> + + <h4>Ad Policy Compliant</h4> + <p>The Google Mobile Ads SDK available in Google Play services is compliant with + Google Play Ad Poilcy regarding the usage of + <a href="{@docRoot}google/play-services/id.html">advertising ID</a>.</p> </div> <div class="col-6 normal-links"> diff --git a/docs/html/google/play-services/id.jd b/docs/html/google/play-services/id.jd index 466dfef..d5acf76 100644 --- a/docs/html/google/play-services/id.jd +++ b/docs/html/google/play-services/id.jd @@ -55,6 +55,19 @@ href="{@docRoot}reference/com/google/android/gms/ads/identifier/package-summary. </div> </div> +<p class="caution" style= +"background-color:#fffdeb;width:100%;margin-bottom:1em;padding:.5em;"> + As a reminder, please note that starting <strong>1 August 2014</strong>, new + apps and app updates distributed through Google Play must use the advertising + ID in lieu of any other persistent identifiers for any advertising purposes, + on devices that support the advertising ID.<br> + <br> + To learn how to check your app's compliance through the Developer Console, or + for details on the associated developer policy changes, please see the + <a href= + "https://support.google.com/googleplay/android-developer/answer/6048248">Advertising + ID topic</a> in the Google Play developer help center. +</p> <h2 id="get_started">Using the Advertising ID</h2> |