How dashboard user counts and daily reward tracking work in Aghanim

Last updated: June 8, 2026

How dashboard user counts and daily reward tracking work in Aghanim

This article explains how to interpret dashboard user metrics when your integration creates players automatically, and how to track daily reward claims for in-game UX.

Dashboard user count and new user count

The dashboard user count includes auto-generated users. If your game creates a player during login or another automatic flow, those users can appear in the dashboard totals even if they have not actively visited the Game Hub.

Because of this, dashboard-level Users and New Users should not be treated as the same thing as real Hub visitors.

How to identify real Hub activity

To distinguish automatically created users from users who actually interacted with the Hub, use activity signals such as:

  • Hub visit metrics (for example, Hub visitors)
  • Webhook activity associated with Hub usage
  • Checkout or reward claim events

In practice, automatically created users may exist in Aghanim without corresponding Hub activity.

Daily reward claim tracking

When a player claims a Daily Reward, Aghanim sends an item.add webhook. This can be used to track reward claims and update the in-game experience, such as:

  • Clearing a red-dot notification
  • Updating a daily reward calendar
  • Showing reward progress inside the game

The relevant webhook trigger for a Daily Reward claim is hub.daily_reward_claim.

Is there an API for daily reward claim status?

At the time of this guidance, the documented integration path is to use item.add webhooks to detect Daily Reward claims. If you need a direct API for claim-status lookup, contact the Aghanim team to discuss your use case.