You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i noticed that the getGoogleAdId returned 00000000-0000-0000-0000-000000000000 for one of our users so i found out that he might have enabled limited ad tracking on his Android phone.
So my question is: Is the getAppTrackingAuthorizationStatus method implemented correctly for Android?
I would say no, it is currently a noop (always returning -1) because everyone thinks there has to be no tracking authorization on Android while there actually is a small one.
I would like to hear your opinion on this topic.
The text was updated successfully, but these errors were encountered:
Hello,
i noticed that the
getGoogleAdId
returned00000000-0000-0000-0000-000000000000
for one of our users so i found out that he might have enabledlimited ad tracking
on his Android phone.For more information, see:
https://developers.google.com/android/reference/com/google/android/gms/ads/identifier/AdvertisingIdClient.Info#isLimitAdTrackingEnabled()
So my question is: Is the
getAppTrackingAuthorizationStatus
method implemented correctly for Android?I would say no, it is currently a noop (always returning
-1
) because everyone thinks there has to be no tracking authorization on Android while there actually is a small one.I would like to hear your opinion on this topic.
The text was updated successfully, but these errors were encountered: