# Experience Analytics

The new Analytics tool provides data to understand historical traffic on your **Experience Page** and for your **Experience** so you can see:

* What countries your players are from
* How many people viewed your Experience Page and how many played your Experience
* When your Experience had a peak of activity

## Viewing Analytics

The Analytics tab appears at the top left of the Experience Manager page. The tab will only appear per Experience depending on its player metrics.

{% hint style="success" %}
Create an [**Experience Page**](/en/creator/game-maker/publish-experiences/experience-manager/experience-page.md) and link to it on social media, in livestreams, etc to draw attention to your Experience and increase the number of players.
{% endhint %}

<figure><img src="/files/fESsNPrsQ3pzgOF301PR" alt=""><figcaption><p>Analytics Tab</p></figcaption></figure>

## Available Data

The Analytics page currently includes a Quick Info top bar as well as Experience Traffic, Page Traffic, and Geolocation charts.

{% hint style="info" %}
This is the first version of the new **Analytics** tool. More features are in development to release in later versions.
{% endhint %}

{% tabs %}
{% tab title="Quick Info Top Bar" %}

### Quick Info Top Bar

<figure><img src="/files/b8MTNqiugtEDxaonAdU7" alt=""><figcaption></figcaption></figure>

A quick overview can be obtained by looking at the top info bar.

* **Total Play time**
  * Total time users have spent on the experiences since its release.
* **Average Session Length**
  * The average time a typical visitor spend when joining your experience.
* **Total play sessions**
  * The number of times all players have loaded and played the experience since its release.
* **Unique players**
  * The amount of UNIQUE users who joined the experience to play since its release date.
* **Daily Active Users**
  * The number of players who joined the experience in the last 24hs.
* **Monthly Active Users**
  * The amount of unique players who joined the experience the last 30 days.
    {% endtab %}

{% tab title="Experience Traffic" %}

### Experience Traffic

<figure><img src="/files/XKTzJDwFODxWsUpsO27z" alt=""><figcaption><p>Experience Traffic</p></figcaption></figure>

This chart includes a double timeline, featuring both the unique sessions (amount of uniquely identified players) who joined to play, and the total sessions.

A single player can join several times, each time is a session.
{% endtab %}

{% tab title="Page Traffic" %}

### Page Traffic

<figure><img src="/files/7Aju0PNYXEJiDKAoCmcA" alt=""><figcaption></figcaption></figure>

This chart includes a double timeline too, featuring both the unique visitors (amount of uniquely identified visitors) who opened the page, and the total page visits (a single user can make several visits).
{% endtab %}

{% tab title="Geolocation Chart" %}

### Geolocation Chart

<figure><img src="/files/VgzxNTLyaC09fqr9wqTY" alt=""><figcaption></figcaption></figure>

This chart presents a list of countries where players come from.

Knowing the distribution of your audience can help improve your communication strategy.
{% endtab %}
{% endtabs %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sandbox.game/en/creator/game-maker/publish-experiences/experience-manager/experience-analytics.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
