google-advertising-id

Is my app or its dependencies violating the Android Advertising Id policy?

邮差的信 提交于 2019-12-04 07:40:01
I've just received this message from Google Play but I'm not collecting the Advertising ID. Reason for warning: Violation of Usage of Android Advertising ID policy and section 4.8 of the Developer Distribution Agreement Google Play requires developers to provide a valid privacy policy when the app requests or handles sensitive user or device information. We’ve identified that your app collects and transmits the Android advertising ID, which is subject to a privacy policy requirement. Is it possible any of my dependencies uses it? Here's the list of dependencies: implementation "org.jetbrains

How to use the Advertising ID in the Google Measurement Protocol

可紊 提交于 2019-12-01 11:01:53
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 endpoint and get demographic insights in my GA dashboards (on https://analytics.google.com/ ). Do I have to send it with the client id ("cid")? Or, to make it simple, what is the parameter used by the SDK on iOS and Android? If anyone is looking for this answer the parameter is &adid for android (&idfa for iOS). You also apparently have to send the store

How to fetch device information from a progressive web app

大兔子大兔子 提交于 2019-11-28 10:26:09
How to fetch device information (Google Advertising Id or IDFA) from a progressive web app https://developers.google.com/web/progressive-web-apps/ Google Advertising ID is not accessible to progressive web app running in browser and so the installed PWA. Said that, you can make it available to your installed PWA using an Android service(which is a native code getting the Google Advertising ID) and passing it to your PWA using Deep link s, by setting a Indent filter to your PWA with a URL and have the ID retrieved in your native code passed to web app in the query para (URL). You can refer to

How to fetch device information from a progressive web app

守給你的承諾、 提交于 2019-11-27 03:36:16
问题 How to fetch device information (Google Advertising Id or IDFA) from a progressive web app https://developers.google.com/web/progressive-web-apps/ 回答1: Google Advertising ID is not accessible to progressive web app running in browser and so the installed PWA. Said that, you can make it available to your installed PWA using an Android service(which is a native code getting the Google Advertising ID) and passing it to your PWA using Deep links, by setting a Indent filter to your PWA with a URL

Is my app or its dependencies violating the Android Advertising Id policy?

♀尐吖头ヾ 提交于 2019-11-26 18:10:42
I've just received this message from Google Play but I'm not collecting the Advertising ID. Reason for warning: Violation of Usage of Android Advertising ID policy and section 4.8 of the Developer Distribution Agreement Google Play requires developers to provide a valid privacy policy when the app requests or handles sensitive user or device information. We’ve identified that your app collects and transmits the Android advertising ID, which is subject to a privacy policy requirement. Is it possible any of my dependencies uses it? Here's the list of dependencies: implementation "org.jetbrains

Is my app or its dependencies violating the Android Advertising Id policy?

☆樱花仙子☆ 提交于 2019-11-26 09:05:42
问题 I\'ve just received this message from Google Play but I\'m not collecting the Advertising ID. Reason for warning: Violation of Usage of Android Advertising ID policy and section 4.8 of the Developer Distribution Agreement Google Play requires developers to provide a valid privacy policy when the app requests or handles sensitive user or device information. We’ve identified that your app collects and transmits the Android advertising ID, which is subject to a privacy policy requirement. Is it