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
4
votes
1 answer

Accessing Google AAID via Mobile Browser (Javascript)

I've been searching online for sometime now and have yet to find a clear answer on this subject. I would like to access a users Google AAID (Advertising ID) via my website when they access it using a mobile browser. I would think this would be…
Dan
  • 2,299
  • 2
  • 20
  • 41
4
votes
1 answer

Didn't find class "com.google.android.gms.ads.identifier.AdvertisingIdClient"

I am using Maven to build my android project. In my Android project pom.xml, I have defined the dependency of google-play-service: com.google.android.gms google-play-services
4
votes
0 answers

Android Advertising ID Compliance check

One of my Apps has been removed because not compliant with the new Android Advertising ID policy. This App had a simple AdMob/Google AdSense banner. I would like to know how to check if my other Apps (using AdMob/Google AdSense) are compliant with…
stkhou
  • 183
  • 1
  • 2
  • 7
4
votes
0 answers

Google Play Advertising ID? New Google Play Developer Policies?

Google has updated the Google Play Developer Policies. I am not getting the ADs section: https://play.google.com/about/developer-content-policy.html#ADID. I have apps which contains Ads by AdMob & Google Play Services, currently I'm seeing there is…
Bob
  • 91
  • 4
3
votes
2 answers

Your manifest does not contain permission com.google.android.gms.permission.AD_ID

I have a problem with uploading the latest version of my app to the Google Play store. My application does not have any ads but it uses Firebase and com.google.android.gms.permission.AD_ID is put into the merged manifest. That's why I declared in…
jrola
  • 298
  • 7
  • 21
3
votes
0 answers

Expo SDK48 - Google Play Console - Advertising ID

I upgraded expo to SDK48 and was trying to submit this to the Google Play Console. Sadly im getting this error: "Google Api Error: Invalid request - Your app targets Android 13 (API 33) or above. You must declare the use of advertising ID in Play…
3
votes
1 answer

How to retrieve Apple IDFA in Flutter?

How i can retrieve Apple IDFA in Flutter App? I have already tried advertising_id plugin, but it crashes on Android and doesn't retrieve ID at IOS.
Marcel Golob
  • 451
  • 1
  • 5
  • 9
3
votes
2 answers

How to retrieve AdID with javascript in AdWords HTML5

I'm about to create my first HTML5 ad and to upload it to my AdWords campaign. Any chance I can somehow get AdID of the device that reuqests my HTML5 ad? I wonder if I can achieve it with my ad's Javascript code.
benams
  • 4,308
  • 9
  • 32
  • 74
3
votes
0 answers

How to get google Advertising ID using Ionic 3 framework?

I installed Google Analytics in my app.But i did't find any function to get the google Advertising ID.Please help me how to get Google Advertising ID in Ionic framework
subbu
  • 31
  • 3
3
votes
1 answer

Google advertising ID Returning Null on Nougat

I am using advertising id in my app and the code was working fine util I tested it on a device running Android Nougat 7.1.2. Can you point out what should I add to get it in Nougat too ? private static void getAdvertisingID() { AsyncTask
Zubair
  • 915
  • 2
  • 9
  • 28
3
votes
1 answer

Getting the Google Advertising ID and Limit Advertising

I'm building a Unity Android app, and looking at some advertising. One of the services we are considering requires my google advertising ID and limit advertising state in order to do server-to-server conversion tracking. The problem is I'm not sure…
Josh DeWolfe
  • 171
  • 1
  • 2
  • 8
2
votes
1 answer

AppLovinSdk: [DataCollector] Could not collect Google Advertising ID

I am using AppLovin MAX for mediation in my android application but when i tried to add banner ad like below void createBannerView(View view){ final String bannerAdUni = getString(R.string.bannerAdUnits); adView = new…
2
votes
0 answers

Does Google Play Games Service use Android Advertising ID?

The new Google policy requires app to not transmit Android Advertising ID (AAID) when targeting for both children and adults. I would like to check if Play Games Service is using Android Advertising ID and disable it accordingly.
kkl
  • 153
  • 2
  • 12
2
votes
1 answer

Does Android have an IDFV?

I would like to use the IDFV feature on Android and I'm stuck in searching for a good alternatives. Can anyone suggest a good alternatives if it's available for Android it's really appreciating
2
votes
1 answer

Track user by IDFA / GAID on a web-site

I want to achieve the following ( mobile users only ): - if user clicks on a link he receives, he goes to my web-site - if this user then downloads my app from google play / apple store, I will offer him some discounted price I am thinking to…
user3489820
  • 1,459
  • 3
  • 22
  • 38