Search Unity

How to remove my own test device from analytics

Discussion in 'Unity Analytics' started by Honikou, Apr 16, 2017.

  1. Honikou

    Honikou

    Joined:
    Feb 18, 2013
    Posts:
    92
    Hi,

    I ran alpha version of my game, I would like to remove my device from data I receive, how can I do that ?

    I would like unity analytics to ignore these device.
     
  2. Benvictus

    Benvictus

    Joined:
    Sep 12, 2013
    Posts:
    87
    Hi Honikou,

    The data cannot really be deleted once received, instead, I would reccomend that you avoid sending the events from your device.

    You could create a special build for your own devices that allows you to avoid sending analytics events.

    Grabbing your published game project and adding a radio button that can toggle analytics on and off would be one suggestion. This would require you to check the button before each event is sent (depending on how you have set up your code).

    Is there a specific way that you would prefer to have this feature? I think it would be a good suggestion for improvements.

    Hope this helped!