Search Unity

Question Analytics, Crash and Exception Reporting Opt-Out

Discussion in 'Unity Analytics' started by Arkuni, Mar 1, 2023.

  1. Arkuni

    Arkuni

    Joined:
    May 30, 2013
    Posts:
    58
    Regarding the new Unity Analytics service and if the user opts-out using:

    Code (CSharp):
    1. AnalyticsService.Instance.OptOut();
    Does that completely stop the app from sending any type of data?
    Including analytics, crashes, exceptions and other bits I might not be aware of?

    If that is not the case, how do you let the user opt-out from sending crash reports?
     
  2. RandolfKlemola

    RandolfKlemola

    Unity Technologies

    Joined:
    May 1, 2020
    Posts:
    130
    Hi Arkuni,

    The code you've shown stops all Analytics from Unity Analytics. This is only for data that applies to Unity Analytics. As for the other reporting you've mentioned (crashes, exceptions), are you referring to Cloud Diagnostics? There is some more information on the data privacy of that service here (Data Privacy) and here (PIPL).

    Let me know if you have further questions!

    Best,
    Randy