Search Unity

Filter accounts

Discussion in 'Unity Analytics' started by miracledojo, Feb 20, 2017.

  1. miracledojo

    miracledojo

    Joined:
    Dec 1, 2016
    Posts:
    8
    Hello everyone,

    Is it posible to exclude some accounts from unity analytics data. Some sort of filter where we can filter out our test accounts?
     
  2. ap-unity

    ap-unity

    Unity Technologies

    Joined:
    Aug 3, 2016
    Posts:
    1,519
    @miracledojo,

    Currently, there isn't a way to automatically filter specific devices or accounts. There are a couple of options that might work for you.

    First, we have recently released a Data Reset feature that will allow you to clear out the data in your dashboard, without affecting your funnel or segment setups.
    https://forum.unity3d.com/threads/new-data-reset-functionality.450831/

    Second, you could detect the test devices yourself and send a custom event from those devices. Then you could create a custom segment that excludes those devices. One way to detect test devices might be to use the Debug.isDebugBuild property.