BetaPod
← All posts

What Data Does Google Collect During Closed Testing?

· 4 min read

What data flows during closed testing — yours, Google's, and your testers'.

What Google sees

  • Tester opt-in / opt-out events.
  • Install / uninstall events.
  • Crash and ANR reports (if enabled).
  • Device fingerprints for anti-abuse.

What you see in Play Console

  • Aggregate active tester count.
  • Per-tester install status (yes/no, not behaviour).
  • Crash and ANR reports if you've enabled them.

What your app itself collects

Whatever your code collects — analytics SDKs, crash reporters, your own backend. This is separate from Play's data.

What you must disclose

  • Anything your app collects must be in the Data Safety form and privacy policy.
  • Disclosure applies to testing too, not just production.