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
1
vote
1 answer

Can Firebase Dynamic links be used for App install Ad Campaigns?

I've looked at use cases for Firebase links and it seems that non paid campaigns through email and whatnot are an example. I wanted to see if anyone had any experience with running Facebook, Twitter, Google, any paid platform ads with Firebase links…
1
vote
0 answers

Advertising Id taken from a library not app

I use a library for my app which takes Google Advertising Id for some reason. This will violate the Android Advertising Id policy. My question is if I disable taking this id using the firebase metadata tag (ignoring what will happen to the library),…
Mahdi-Malv
  • 16,677
  • 10
  • 70
  • 117
1
vote
0 answers

How to get Google Advertisement ID in Ionic3?

Hi we tried to get Advertisement ID using ionic3 application.We added plugin cordova plugin add cordova-plugin-idfa --save We tried like this ONE: cordova.plugins.idfa.getInfo().then(function(info) { if (!info.limitAdTracking) { …
1
vote
1 answer

Usage of Google Advertising Id on Android WITHOUT integrating Google Mobile Ads

Getting the Google Advertising ID on Android requires to import the play-services-ads dependency. Starting from 17.0.0, this dependency enforces that the application manifest contain a tag with key…
1
vote
1 answer

Google Adsense Ad not loading in UIWebView

I have a simple quiz page on my website that's setup with Google Adsense Ads. The ads work fine on the desktop and also in Safari when you type in the URL in Safari on the iOS Device. I did setup a simple iOS app with a UIWebView to run the quiz as…
Mr Riksson
  • 560
  • 3
  • 10
  • 29
1
vote
1 answer

Google Advertising ID(GAID) by Google and IDFA by Apple can be collided?

Android and iOS developer! (Hopefully Googler or Appler?) I want to track mobiles for ad by advertising id, but I encountered one important question. Can GAID and IDFA be the same between different two devices in real world? Apple and Google seems…
displayname
  • 663
  • 8
  • 9
1
vote
0 answers

Confusion about google ima tags (resolution)

There is so many places where you can specify the width & height of the a google ima ad tag: 1-https://pubads.g.doubleclick.net/gampad/ads?sz=640x480& (sz: inside the tag parameter) 2-new google.ima.AdDisplayContainer(div_id) div_id has a fixed…
1
vote
0 answers

Use of GADMobileAds.configureWithApplicationID

It is written in the document I have read on Google's site that it is necessary to call GADMobileAds.configureWithApplicationID() at some point, as in the following code for example. func application(application: UIApplication,…
Michel
  • 10,303
  • 17
  • 82
  • 179
1
vote
1 answer

Callback to app when Reset Google Advertising ID

An App uses Google Advertising ID. But as read online this tends to be changed based on User event. If user visits Google Settings -> Ads screen and resets the ID than a new ID is been issued. My Question is do other Android App gets a broadcast or…
1
vote
1 answer

HTML5 banner for google spec and adform spec

Google's html5 banner specification is different to…
0
votes
0 answers

Missing Advertising ID consequence

Android 13 (API 33) introduces changes to advertising ID. It says: Apps that use advertising ID and target Android 13 or later must declare the com.google.android.gms.permission.AD_ID permission in their app manifest. If you don't include this…
Zoli
  • 841
  • 8
  • 31
0
votes
0 answers

Access GAID in Django

Is it possible to retrieve GAID in a Django server? Here is my scenario: I want to create a unique link in my Django project and send it to a user (it's a referral link). When the user click the link it will redirect to my server so then I can log…
Shireen
  • 167
  • 1
  • 2
  • 15
0
votes
0 answers

Can't close 3rd party ad content in Selenide

can you please suggest what I need to do to close this advertising in my project, I used Selenide to find elements, of the advertising at the end of the scenario I had closed it, but I can't close it before the scenario, and I don't know why, I…
0
votes
0 answers

Google Ad Manager not showing ads

On integrating Google Ad Manager, it is giving me this error The Network is fine, It is loading all content.I've also switched between cellular and wifi, Still the same { "Code": 2, "Message": "Network error.", "Domain":…
0
votes
0 answers

Google Ads loading different ads

I have integrated ads from google ad manager.Now the ad that is displayed is not from my inventory. It shows random ads. Is this the actual behaviour because i would like to only show ad that i've created in Google Ad manager. For Kotlin val…