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

Declaration on Google Play Console about app using AD_ID is not working. Google Api Error

My Flutter app's AndroidManifest.xml contains com.google.android.gms.permission.AD_ID Last week I declared that my app contains ads. Google Play Console -> App content -> Ads. If I click "Show summary" I can see: Ads You told us that your app…
0
votes
0 answers

How does Firebase SDK manage to track users anonymously?

Looking at the Firebase SDK I am trying to understand technically how Google is identifying the devices of users. In the documentation I read: Identifying devices The Google Analytics for Firebase SDK library uses an app-instance identifier to…
mm24
  • 9,280
  • 12
  • 75
  • 170
0
votes
0 answers

Google ad manager 360 - ad request discrepancy due to placing GPT tags via multiple GAMs

We are running a parent Google ad manager account. There's this one other agency who connects us to publishers. They also have their own Google ad manager account. As they would like to control numbers delivered, with GPT tags we set up on our GAM,…
0
votes
1 answer

How can google advertisement ID can help developer in advertising/monetizing their apps?

It's said that "The advertising ID is a unique, user-resettable ID for advertising, provided by Google Play services. It gives users better controls and provides developers with a simple, standard system to continue to monetize their apps." in…
Arvin
  • 40
  • 6
0
votes
1 answer

Play Console - Advertising ID declaration

here is the scenario. For my app I use some firebase libraries, especially firebase analytics which makes use of the advertising id through play-services-ads-identifier library. The question is: since I don't use the advertising id directly but…
0
votes
0 answers

You must complete the advertising ID declaration before releasing an app that targets Android 13

It's about several days I'm fighting with Google declaration. I tried "No", I tried "Yes" with almost all option selected but still, once I submit declaration, it is gone but after some time it appears again. What can be the issue? My app is built…
0
votes
2 answers

Branch not tracking Google Advertising Id

I am using Branch.io in my project. I am not able to see the Google Advertising Id tracking with any of their events (install/open/click). I have added play-service-ads dependency as per their doc. Note: I am testing in a debug build. Why Branch…
Suneesh Ambatt
  • 1,347
  • 1
  • 11
  • 41
0
votes
0 answers

My Android app removed from Playstore for: Violation of Usage of Android Advertising ID

I released my app on 30th July, Today I ran a Promotion Campain got a good amount of users but out of sudden got this email from Google Play Store. It's a Violation of Usage of Android Advertising ID policy and section 4.8 of the Developer…
0
votes
1 answer

Android App Keeps Getting Denied for Android Ad ID Policy

I keep getting my app rejected from the Google Play Store. Issue: Violation of Usage of Android Advertising ID policy and section 4.8 of the Developer Distribution Agreement I tried StartApp instead of AdMob for a week, and then I got the…
0
votes
2 answers

Getting package com.google.android.gms.ads.identifier does not exist, while try to get google advertising id

I am fetching Google advertising id in my application, I have updated my android studio and android SDK. minSdkVersion 15 targetSdkVersion 27 Current gradle version is : 3.1.3 Google services is : 3.0.0 Google Play Services Version : 11.8.0 android…
Dayanand Lande
  • 211
  • 4
  • 23
0
votes
1 answer

How to get google advertising id in my app while designing android app?

I need to retrieve google advertising id to be use in an SDK in my android app in android studio. How do I do that?. TheoremReach.initWithApiKeyAndUserIdAndActivityContext("40xxxxxxxxxxxxxxxxxxxxxxxxxx", "ANDROID_TEST_ID", this);
brvnbld
  • 1
  • 1
  • 8
0
votes
2 answers

AdView Not Showing on first load

Ive been working on learning how to make games and Id like to understand how to add Adverts. The advert shows? But only after I close and reopen, "SMART_BANNER" doesnt work either. What am I doing wrong? public class MainActivity extends…
Scott Chambers
  • 581
  • 6
  • 22
0
votes
1 answer

How to recover? Suspended google Adwords account

Account was suspended on 23 jan (saying i have done Misrepresentation) after follow ups, 23 feb they sent email saying (suspicious behaviour in the payment activity of this or your other AdWords accounts) later they sent email saying (We’ve…
0
votes
0 answers

Ads not showing on android device, but shows test ads on emulator

So i have this app on the market right now, and it doesn't show the ads. I found it weird so I started to debug. The ads worked fine on the emulator and it said something like "You are running a test ad" on the ad banner. However now that im trying…
ZarifS
  • 467
  • 1
  • 11
  • 20
0
votes
1 answer

Google Advertising ID Collision

We are having issues with some extreme cases where different users have the same Google Advertising ID. My understanding is that this should never happen in real world, but keep in mind that the app in question has dozens of millions of…