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
Today I received a video from Google(https://www.youtube.com/watch?v=4rfF3y4xchU) (minute 8:09) in which he talks about some data that doesn't need to be declared as collected or shared.
When I saw this I had doubts and found the documentation that talks about this exemption.
Analyzing for example the Admob declaration, it says "All of the user data collected by Google Mobile Ads SDK is encrypted in transit using the Transport Layer Security (TLS) protocol."
What could fall under the "End-to-end encryption: User data that is sent off device, but that is unreadable by you or anyone other than the sender and recipient as a result of end-to-end encryption does not need to" exemption be disclosed.
The encrypted data must not be readable by any intermediary entity, including the developer, and only sender and recipient may have necessary keys."
Now I'm not sure if I should declare that the App collects information through admob, since in this case I don't have access to the data and they are encrypted.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello .
Today I received a video from Google(https://www.youtube.com/watch?v=4rfF3y4xchU) (minute 8:09) in which he talks about some data that doesn't need to be declared as collected or shared.
When I saw this I had doubts and found the documentation that talks about this exemption.
https://support.google.com/googleplay/android-developer/answer/10787469
and
Analyzing for example the Admob declaration, it says "All of the user data collected by Google Mobile Ads SDK is encrypted in transit using the Transport Layer Security (TLS) protocol."
What could fall under the "End-to-end encryption: User data that is sent off device, but that is unreadable by you or anyone other than the sender and recipient as a result of end-to-end encryption does not need to" exemption be disclosed.
The encrypted data must not be readable by any intermediary entity, including the developer, and only sender and recipient may have necessary keys."
Now I'm not sure if I should declare that the App collects information through admob, since in this case I don't have access to the data and they are encrypted.
What do you think about this?
Beta Was this translation helpful? Give feedback.
All reactions