Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Event Limits Tracking

Discussion in 'Unity Analytics' started by hromoyDron, Jan 25, 2019.

  1. hromoyDron

    hromoyDron

    Joined:
    Jan 24, 2013
    Posts:
    90
    Hello!

    I am afraid of 100 event per our limit.

    How can I know that user come near to this limit?
    If He get this limit it would be to late and as I understand my Funnels would be broken.
     
  2. JeffDUnity3D

    JeffDUnity3D

    Joined:
    May 2, 2017
    Posts:
    14,446
    You will want to ensure that you check the return code of your Custom Event call, it is of type AnalyticsResult and should return "Ok". If you receive an over limit error, you can request a increase by opening a support ticket here https://analytics.cloud.unity3d.com/support/ . We will review your event structure first, and likely suggest if you can combine events.
     
  3. hromoyDron

    hromoyDron

    Joined:
    Jan 24, 2013
    Posts:
    90
    I am not quite understand how I can receive limit error from player.
    To get info about error I can send custom event, but I already have limit of it.
     
  4. JeffDUnity3D

    JeffDUnity3D

    Joined:
    May 2, 2017
    Posts:
    14,446
    You will receive an error response (instead of "Ok") if you go over the limit, during your testing on your local device. If this does not help you, then please open a support ticket.
     
    Last edited: Jan 25, 2019