Data Explorer
Data Explorer gives you the ability to filter and use your data based on metrics or Events and group them by platform, country, or version. You can query your game data based on predefined metrics or events, apply dimension filters, and group by which splits the series into each group in that dimension. You can toggle between a bar chart, line graph, area graph, pie chart, and stacked bar chart.
Unity Analytics has the following features and improvements to legacy Unity Analytics:
- Data is refreshed at least every two hours (after the SDK has been installed).
- Multi-dimensional filters with tailored filter values.
- Group by dimension.
- A simpler user interface.
- Improved data visualization.
- Transparency around metric definitions.
The current available metrics are:
Metric | Description |
---|---|
DAU | Number of unique players per day. |
DAU (new vs. returning) | Percent of DAU who were new on that day. |
WAU | Number of unique players in the previous seven days. |
MAU | Number of unique players in the previous 30 days. |
DAU per MAU | Percentage of MAU who played on a particular day (DAU/MAU). |
New users | Daily users who are new that day. |
Session length | Time elapsed from when the user starts the app, and exits. |
Number of sessions | Number of sessions played that day. |
Sessions per user | Average number of sessions for each user. |
Total daily play time | Total playing time of all players on that day. |
Daily play time per DAU | Average playing time of users playing on that day. |
Day 1 retention | Percentage of users who returned to your game after one day. |
Day 7 retention | Percentage of users who returned to your game after one week. |
Day 30 retention | Percentage of users who returned to your game after 30 days. |
ARPPU | Average revenue per paying user (This metric includes revenue from both transaction and ad impression events where available). |
ARPDAU | Average revenue per daily active user (This metric includes revenue from both transaction and ad impression events where available). |
Transactions | Count of all transactions. |
Paying users | Number of DAUs who spent money that day. |
Revenue per transaction | Transaction amount divided by number of transactions. |
Total revenue | Sum of all transaction amounts. |
Number of sessions played in the last 30 days.
Events can be further grouped by event parameters. Event parameters are extra information sent with the Event.
In the example of a Fruit Machine-like game, spinSummary is an Event, and numberWinningLine is an Event parameter.
Use the aggregate filter based on event counts by the user. "Aggregate by Average" means the average event count across all users. "Aggregate by Max" means the maximum number of events sent by any given user, and so on.
You can summarize your data in a table view. You can select sum or average, which adds a selector, and a new row in the summary table of Data Explorer.