Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Join us on Thursday, June 8, for a Q&A with Unity's Content Pipeline group here on the forum, and on the Unity Discord, and discuss topics around Content Build, Import Workflows, Asset Database, and Addressables!
    Dismiss Notice

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:
    43
    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:
    118
    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