Lines Matching refs:ID
1 page.title=Advertising ID
2 page.tags=Ads,Advertising ID,ID
11 <h1 itemprop="name" style="margin-bottom:0;">Advertising ID</h1>
12 <p itemprop="description">The advertising ID is a user-specific, unique,
13 resettable ID for advertising, provided by Google Play services. It gives
19 <p>The advertising ID is accessible through a straightforward API that you can implement in your ap…
22 …rence/com/google/android/gms/ads/identifier/package-summary.html">advertising ID API reference</a>.
31 <h4>Standard, simple ID</h4>
32 …<p>The advertising ID is a part of a standard, simple system for serving ads and performing analyt…
35 …<p>Users can reset their advertising ID or opt out of interest-based ads at any time, right from …
36 Their preferences apply across all ad companies that use the advertising ID.</p>
43 <p>The advertising ID APIs are part of the Google Play services platform.</p>
53 advertising ID API reference documentation</a>.
62 ID in lieu of any other persistent identifiers for any advertising purposes,
63 on devices that support the advertising ID.<br>
69 ID topic</a> in the Google Play developer help center.
72 <h2 id="get_started">Using the Advertising ID</h2>
75 The <strong>advertising ID</strong> is a unique but
77 identify a user. The user's advertising ID is made available to apps through APIs
81 Users can reset their advertising ID at any time, right from the Ads section of the
83 opt-out of targeted advertising based on the advertising ID by setting the appropriate
89 Apps making use of the advertising ID <strong>must check for and respect</strong> the
90 user's ad tracking preference. Also please note that any use of the advertising ID
96 <h3 id="format">Format of the Advertising ID</h3>
99 Google Play services APIs expose the user's advertising ID as a string format of UUID,
107 <li>The advertising ID APIs are supported in Google Play services 4.0+</li>
108 <li>Support for the advertising ID on specific devices is based on their installed versions
112 <h3 id="obtaining">Obtaining the user's advertising ID and ad tracking preference</h3>
115 If you want to use the advertising ID in your app, you must first install the Google
117 SDK for Google Play services 4.0 or higher if you will develop using the advertising ID
122 The advertising ID APIs are available in the <a href=
125 Play Services library. To obtain the user's advertising ID and tracking preference,
131 <code>AdvertisingIdClient.Info</code></a> encapsulating the user's current Advertising ID
147 <code>isLimitAdTrackingEnabled()</code></a> methods to access the advertising ID and
158 <td style="white-space:nowrap;">Retrieves the advertising ID.</td>
167 The advertising ID APIs do not include a "reset" method. Only users can initiate a
171 For more information about the advertising ID APIs, see the <a href=
179 Here's a basic illustration of how you can retrieve the user's advertising ID and ad