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

Way to check if players are exceeding 100 custom events / hour limit?

Discussion in 'Unity Analytics' started by keatonfs, Oct 1, 2021.

  1. keatonfs

    keatonfs

    Joined:
    Feb 23, 2021
    Posts:
    12
    Is there anyway to check if players are exceeding the 100 custom events / hour limit? We believe that players could send around ~80 events per hour, but want to see if anyone is sending over 100 custom events. The lack of the extra events that aren't being sent would greatly impact our analytics.
     
  2. JeffDUnity3D

    JeffDUnity3D

    Joined:
    May 2, 2017
    Posts:
    14,446
    You will want to check the return code of Analytics.CustomEvent which is of type AnalyticsResult. It will tell you if you're over the limit.