Home | History | Annotate | Download | only in play-services

Lines Matching full:advertising

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
15 to continue to monetize your apps. It is an anonymous identifier for advertising
19 <p>The advertising ID is accessible through a straightforward API that you can implement in your apps. For details,
22 href="{@docRoot}reference/com/google/android/gms/ads/identifier/package-summary.html">advertising ID API reference</a>.
32 <p>The advertising ID is a part of a standard, simple system for serving ads and performing analytics.</p>
35 <p>Users can reset their advertising ID or opt out of interest-based ads at any time, right from the Google Settings app.
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>.
59 <h2 id="get_started">Using the Advertising ID</h2>
62 The <strong>advertising ID</strong> is a unique but
64 identify a user. The user's advertising ID is made available to apps through APIs
68 Users can reset their advertising ID at any time, right from the Ads section of the
70 opt-out of targeted advertising based on the advertising ID by setting the appropriate
76 Apps making use of the advertising ID <strong>must check for and respect</strong> the
77 user's ad tracking preference. Also please note that any use of the advertising ID
83 <h3 id="format">Format of the Advertising ID</h3>
86 Google Play services APIs expose the user's advertising ID as a string format of UUID,
94 <li>The advertising ID APIs are supported in Google Play services 4.0+</li>
95 <li>Support for the advertising ID on specific devices is based on their installed versions
99 <h3 id="obtaining">Obtaining the user's advertising ID and ad tracking preference</h3>
102 If you want to use the advertising ID in your app, you must first install the Google
104 SDK for Google Play services 4.0 or higher if you will develop using the advertising ID
109 The advertising ID APIs are available in the <a href=
112 Play Services library. To obtain the user's advertising ID and tracking preference,
118 <code>AdvertisingIdClient.Info</code></a> encapsulating the user's current Advertising ID
134 <code>isLimitAdTrackingEnabled()</code></a> methods to access the advertising ID and
145 <td style="white-space:nowrap;">Retrieves the advertising ID.</td>
154 The advertising ID APIs do not include a "reset" method. Only users can initiate a
155 reset of their own advertising IDs, through the Google Settings application.
158 For more information about the advertising ID APIs, see the <a href=
166 Here's a basic illustration of how you can retrieve the user's advertising ID and ad