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
2
votes
2 answers

How to use the Advertising ID in the Google Measurement Protocol

This post replies very well to the question "How to get Advertising ID in android?"... but not how to use it. I would like to know what is the parameter to be used in the Google Measurement Protocol to transfer that advertising ID the Google…
Gilbou
  • 5,244
  • 6
  • 24
  • 27
2
votes
1 answer

Does AdvertisingIdClient.Info.getId() returns a static Id among repeated installations of the same app?

It's not clear if AdvertisingIdClient.Info.getId() returns the same Id even if I uninstall and reinstall de app in my device. Anyone can confirm if it's static or if it changes? And when it changes? Official Documentation here.
Seraphim's
  • 12,559
  • 20
  • 88
  • 129
2
votes
0 answers

iOS and Android app advertising without using advertising identifier

I'm planning to build an iOS and Android app with custom advertising on some screen. The custom advertising does not use advertising identifier provided by iOS(IDFA) or Android. my questions are for the app review from both Apple and…
2
votes
2 answers

How can I select app for monetize in apps.admob.com if I dont have published any app on Google play store?

I want to add Ads on my new android app. I know that how add ads on a app. But when I https://apps.admob.com for montize app, I see option for select app for monetize. I dont have any app on Google Play Store Question. How can I use Admobs if I…
Dalvinder Singh
  • 1,073
  • 1
  • 12
  • 19
2
votes
1 answer

Google advertising id returning null

So i created a class to retrieve the Google advertising id of the users device. i an still however getting a null pointer. i followed this question However it still didn't work. here is my class code import…
Intelli Dev
  • 156
  • 3
  • 15
2
votes
1 answer

Ad SDKs can't seem to get the Advertising info from the device

This is what we see from Mopub and other ad networks: java.io.IOException: Connection failure com.google.android.gms.ads.identifier.AdvertisingIdClient.g(Unknown Source) …
Danail
  • 10,443
  • 12
  • 54
  • 76
1
vote
1 answer

Error updating advertising ID declaration in Google Play Console for a Unity app

How can I solve the following problem? When I try to update my Unity app on Google Play Console, an error appears saying: In the Play Console declaration, it is stated that your app uses an advertising ID. The manifest file does not include the…
1
vote
1 answer

Firebase Analytics declared com.google.android.gms.permission.AD_ID permission despite that the collection is disabled

I implemented firebase analytics into an android app. I set to disable the Advertising ID collection. (IDFA collection on iOS is also disabled, thus it makes…
lr058
  • 273
  • 2
  • 11
1
vote
0 answers

AdvertisingIdClient isLimitAdTrackingEnabled true but advertisement id is returned just fine

If anyone knows why opting out of ads personalization has no effect on what is returned by AdvertisingIdClient, namely AdvertisingIdClient.getAdvertisingIdInfo(context).getId() - assuming target sdk 31 is in use and device is also android 12 (but…
ror
  • 3,295
  • 1
  • 19
  • 27
1
vote
1 answer

In an Android project, can you use permissions only for select (as opposed to all) flavors?

My client just got an e-mail from Google Play, saying that once his app starts targeting Android 13 (which hasn't happened yet), we need to use the AD_ID permission. And it's an easy one-line addition to AndroidManifest.xml. Problem is, the app has…
AppLover
  • 149
  • 9
1
vote
2 answers

Does Unity IAP/Unity Analytics use Google Play advertising ID?

Google Play Store now requires declaration of use of advertising ID. My game doesn't have Unity Ads, but it uses Unity IAP which requires Unity Analytics. Does Unity use Advertising ID for these? Thanks.
1
vote
1 answer

Get advertising id in ReactNative

I can't get advertisingId on tvOS. I've tried react-native-advertising-id although I'm using typescript, and this lib other than not working, does not suit me because of lack of typing. Then I switched to react-native-idfa-aaid which works pretty…
1
vote
1 answer

Update Google IMA SDK for iOS 14 Privacy Policy for Swift

In iOS 14, you are required to update the Google IMA SDK to support tracking of advertisements. It requires you to add a new function in order to request access to the user's IDFA: func requestIDFA() { …
Lylaak
  • 93
  • 1
  • 8
1
vote
1 answer

Is iOS idfa and android advertising id unique to each other?

Is iOS IDFA and android advertising id unique to each other? I mean, can I store both values in the same column (advertising_id) and stay assured that it's not possible to have an iOS IDFA (from one device) that is also the same number of an Android…
zeus
  • 12,173
  • 9
  • 63
  • 184
1
vote
0 answers

AdvertisingId on native libraries

Good morning I need to create a dynamic libraries that will be encapsulate in some third part applications and, inside my library, I need to get the advertisingID (provided by Google Play services SDK). In the java layer of my library I have…
specter987
  • 31
  • 1
  • 5