Questions tagged [google-advertising-id]

Google Advertising ID is a unique identifier that allows mobile applications running on the Android operating system (OS) to gather data about specific customers in order to improve both personalization and customer analytics.

Google Advertising ID is a unique identifier that allows mobile applications running on the Android operating system (OS) to gather data about specific customers in order to improve both personalization and customer analytics.

85 questions
199
votes
19 answers

Is my app or its dependencies violating the Android Advertising Id policy?

I've just received this message from Google Play but I'm not collecting the Advertising ID. Reason for warning: Violation of Usage of Android Advertising ID policy and section 4.8 of the Developer Distribution Agreement Google Play requires…
aloj
  • 3,194
  • 7
  • 27
  • 38
133
votes
5 answers

You can't submit updates as some information about your app is incomplete (Google Play)

Cannot update my app in Google Play since it says: This release includes the com.google.android.gms.permission.AD_ID permission but your declaration on Play Console says your app doesn't use advertising ID. You must update your advertising ID…
112
votes
11 answers

Action requested: Declare your Ad ID permission

Today i have got this email: Last July, we announced Advertising policy changes to help bolster security and privacy. We added new restrictions on identifiers used by apps that target children. When users choose to delete their advertising ID in…
Abdullah
  • 1,181
  • 2
  • 3
  • 7
25
votes
5 answers

How to reset Google Advertising ID in Android Programmatically?

I'm trying to reset google Advertising ID programmatically for automation purposes. I'm able to fetch the Advertising ID and isLimitAdTrackingEnabled. But I want to reset the ID…
Siva
  • 1,078
  • 4
  • 18
  • 36
19
votes
4 answers

Google Play console Does your app use advertising ID?

Recently, I got this message from google in the google play console: "Until you complete this section, you can't target Android 13 Help us understand whether your app uses advertising ID. You will not be able to submit releases targeting Android 13…
15
votes
3 answers

how to check if the SDKs in my app are collecting any Advertising ID

Google sent me a warning to inform me about one of my apps collecting Android Device Id and Advertising ID informations. Is there any tool i can use to test which SDK is involved in this activity? P.s: I'm using the following SDK: Admob mediation,…
ALAEDDIN
  • 209
  • 3
  • 10
9
votes
1 answer

How to get Google Advertising ID in Unity 2020.1?

It seems that the way to access the advertising ID that worked in Unity3d 2019.4, RequestAdvertisingIdentifierAsync is deprecated for android in the 2020.1 release. How can I access the advertising id in that version?
eran
  • 14,496
  • 34
  • 98
  • 144
9
votes
1 answer

How to fetch device information from a progressive web app

How to fetch device information (Google Advertising Id or IDFA) from a progressive web app https://developers.google.com/web/progressive-web-apps/
8
votes
1 answer

Is it possible to get the android advertising id without adding play services ads dependency?

I am using the google play ads dependency just to get the advertising id. com.google.android.gms:play-services-ads:7.8.0 Is there any way to avoid this as the library has a method count of 6201.
rahul.ramanujam
  • 5,608
  • 7
  • 34
  • 56
7
votes
2 answers

How do Google's G Suite Apps share data?

It seems when you download a new Google Suite app for iOS - whether GMail, Inbox, Calendar or whatever - they offer you to log in with your account and already present to you the account you have logged in elsewhere. The question is both for iOS and…
Gregory Magarshak
  • 1,883
  • 2
  • 25
  • 35
7
votes
2 answers

Google adsense responding the server responded with a status of 400 ()

I'm implementing google adsense first time on my website myPleaks . Here I'm facing below mentioned error:- Failed to load resource: the server responded with a status of 400…
Raj Bhatia
  • 1,049
  • 4
  • 18
  • 37
7
votes
0 answers

How to get the Android Advertising ID or iOS IDFA through a mobile website?

I've been googling this for a while and can not find a definitive answer. AAID or IDFA is the key of publisher monetization. Without it, publishers have to fall back to the old-fashion cookie matching, which is inefficient (in terms of latency and…
ed9er
  • 311
  • 1
  • 3
  • 12
6
votes
1 answer

Unable to get Android Advertising ID

I'm experimenting with getting the Android Advertising Id, but I can't find the proper way. In fact, I can't even get the Advertising Id Provider. isAdvertisingIdProviderAvailable( ) always returns false. I'm using a Samsung with 8.0 + PlayStore…
dalton
  • 81
  • 1
  • 7
5
votes
2 answers

Special handling and timeline for getting Android Advertising ID on Android 12 devices

I have come across multiple sources that starting in late 2021, Android Advertising ID will not be available (it will be String of zeros) on Android 12 devices when users will be opt-out of Ads personalization. One of the good sources…
5
votes
0 answers

How do I use or implement an Android Advertising ID provider?

I'm working on a minimal test application to acquire a Google Advertising ID using AndroidX libraries. I attempted to follow Google's documentation for retrieving an advertising ID: https://developer.android.com/training/articles/ad-id However,…
Lightning
  • 386
  • 3
  • 15
1
2 3 4 5 6