<@U01T6HCHD0A> can you help please? It is really i...
# ask-questions
t
@fresh-football-47124 can you help please? It is really important for us to properly pass the review
f
Hi Bohdan - I'm not sure what is required with the Data Safety Statement
the SDK is the only thing that will be in your app
t
It works flawlessly from the tech standpoint (and thank you for that, the solution is robust and scalable) but Google is really sensitive when it comes to operating with any kind of user-centric data and/or PII, so they require to properly declare what kind of data we're analyzing and storing when it comes to user activity. Let me get you some screenshots for context
Basically it looks like this. Here's a link with summary of the policy - https://support.google.com/googleplay/answer/11416267?hl=en&amp;co=GENIE.Platform=Android
My question is whether we don't need to declare anything special, just the type of data we generally collect for experiments? (As seen on screenshots). And if the Growthbook instance is self-hosted, does that mean we're not sharing any data with 3rd party (i.e., GrowthBook servers in this context)?
f
The SDKs don't collect any data by default
they will track what data you have defined in the "trackingCallback"
but that data goes to you
(if you're using the experimentation part, if you're just feature flagging, then no data is needed to be sent anywhere)
t
Yes, we have implemented GrowthBook as a primary solution for A/B testing first and foremost 🙂
f
okay- so your tracking callback usually will track some sort of user identifier (user id or anon id typically) and what experiment and what variant they are in... that's all we need. It is possible to pass more data, but you would be in control of that
t
Got it. The question is how to properly convey that logic to Google though haha. Even in a "bare minimum" use-case, do we technically pass over some data to 3rd party (speaking in their terms)?
f
no, no data is passed to a third party
unless you are that third party
t
Got it, we're sole owners of the application so definitely not 3rd party. Thank you so much for your help