How to fill data safety? [closed]
Asked Answered
T

1

25

I am filling in the Google Play Data Safety form for my app. My app uses AdMob and no other libraries that collect info about the user. How should I fill it in?

Toscano answered 9/1, 2022 at 18:58 Comment(3)
meta.#272665Darlenedarline
Your best resource for this type of question will be AdMob itself - which has a page about this.Schrecklichkeit
I’m voting to close this question because it's a policy question, not a programming question.Morisco
A
46

For AdMob:

Does your app collect or share any of the required user data types? Yes
Is all of the user data collected by your app encrypted in transit? Yes
Do you provide a way for users to request that their data is deleted? No

Location > Approximate location
App activity > App interactions
App info and performance > Crash logs, Diagnostics
Device or other identifiers > Device or other identifiers

Is this data collected, shared, or both? Shared
Is this data processed ephemerally? No
Is this data required for your app, or can users choose whether it’s collected? Data collection is required (users can’t turn off this data collection)
Why is this user data shared? Advertising or marketing

Antwanantwerp answered 26/1, 2022 at 14:1 Comment(5)
How do you know that data in transit is encrypted? Google didn't provide answer to this question yet, both in docs, neither on forums f.e. groups.google.com/g/google-admob-ads-sdk/c/2So-N4qi2xECorenda
@Corenda you can see in the documentation. They have mentioned "All of the user data collected by Google Mobile Ads SDK is encrypted in transit using the Transport Layer Security (TLS) protocol." developers.google.com/admob/android/…Thermel
Do I still need to choose Approximate location if I've not put permission in manifest xml ?Connotative
Yes you have to because Admob uses it, you can find it in it's website. developers.google.com/admob/android/play-data-disclosureMegalo
they only use the ip for location, they dont use permissions like ACCESS_COARSE_LOCATIONCothurnus

© 2022 - 2024 — McMap. All rights reserved.