# Creator Analytics

Creator Analytics is your private dashboard for seeing how your characters are doing on SpicyChat — how many people are using them, how engaged those users are, and how they're rating your work.

You only see your own data. No one else can see your dashboard, and you can't see anyone else's.

### How to access it

There are two ways in:

1. **From your chatbots list** — go to **My Creations → Chatbots** and click **Creator Analytics** at the top right.&#x20;

<figure><img src="/files/3M8ODbMuGSxjrBL5nxgG" alt=""><figcaption></figcaption></figure>

2. **From a character's profile page** — click **Analytics** (chart icon) in the action row, next to *Chat Now*, *Favorite*, and *Share*.

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

### What you see at the top

The top of the dashboard shows seven cards summarizing how all your characters are doing together:

<figure><img src="/files/3w8eT2taNX7gMsOoLSWC" alt=""><figcaption></figcaption></figure>

* **Total Requests** — how many replies your characters generated in total. Every time a user sends a message, regenerates a reply, or runs autopilot counts as one request.
* **Unique Users** — how many different people chatted with at least one of your characters.
* **Conversations** — how many separate chat sessions happened across all your characters.
* **Active Characters** — how many of your characters had at least one user interaction.
* **Avg Depth** — on average, how many messages each conversation lasted. The smaller text below shows the request-to-conversation ratio (how many replies you generated per chat).
* **Avg Rating** — the average rating users gave your characters, on a 0–100% scale. The smaller text below shows how many ratings were collected.
* **Net Likes** — how many users added your characters to their Favorites, minus those who removed them. A breakdown is shown underneath (e.g. *+88 / −41*).

> **Pick a date range.** Use the buttons at the top of the dashboard (**7 Days**, **30 Days**, **90 Days**, or **Custom**) to change the time period these numbers cover. The default is the last 30 days.

{% hint style="info" icon="thumbtack" %}
Analytics start from **January 1, 2026** — anything earlier isn't available.
{% endhint %}

### Daily Trends

Below the summary cards is a chart showing how your numbers change day by day. Use the tabs at the top of the chart to switch what you're looking at:

<figure><img src="/files/1EAbHF8L62hXOriRmTLH" alt=""><figcaption></figcaption></figure>

* **Requests** — daily total requests and unique users.
* **Avg Depth** — daily average conversation depth.
* **Likes** — daily likes, unlikes, and net likes.
* **Rating** — daily average rating and ratings count.

Click any item in the chart legend to hide or show that line — useful when you want to focus on just one metric.

{% hint style="info" %}
**A note on Likes.** Favorites tracking only began on **February 3, 2026**. If your selected range starts before that date, the Likes tab won't show data from before then — and the Net Likes summary card at the top will read **N/A**.
{% endhint %}

### Your Chatbots

After the chart, you'll see a table listing all of your characters that received at least one interaction in the selected period. The table breaks the same metrics down per character so you can compare them side by side.

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

You can:

* **Search** by character name or tag using the search bar above the table.
* **Sort** by Requests, Users, Depth, Rating, or Net Likes by clicking the metric name above the table.
* **Click any character** to open its individual analytics page — same metrics and trend chart, but scoped to that one character.
* **Export CSV** to download the full list as a spreadsheet, using whatever sort order and date range you currently have selected.

### Character Map

At the bottom of the dashboard is the Character Map — a one-glance view of how your whole catalog is performing:

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

* **Position on the chart** — characters further to the right got more total requests; characters higher up have deeper average conversations.
* **Color** — green dots are characters with strong ratings (≥80%), orange are average (≥60%), red are below 60%.
* **Size** — bigger dots mean more unique users.

Hover over any dot to see that character's name along with its requests, depth, rating, and net likes.

This is the fastest way to spot which characters are punching above their weight, and which ones might need a refresh.

### FAQ

<details>

<summary><strong>How fresh is the data?</strong></summary>

Analytics update on a schedule (Once every 24 hours). Depending on the metric, you may see a delay of up to a few hours between something happening in chat and it appearing on the dashboard.

</details>

<details>

<summary><strong>What counts as a "Request"?</strong></summary>

Any user-driven action that asks a character to generate a reply: sending a new message, regenerating a reply, or autopilot. Each action counts as one request — so regenerating the same reply three times is three requests. Just typing into the input without sending isn't a request.

</details>

<details>

<summary><strong>What counts as a Like?</strong></summary>

A user added your character to their **Favorites** list. An "Unlike" means a user removed it from Favorites. These are not per-message reactions.

</details>

<details>

<summary><strong>Why is Net Likes negative?</strong></summary>

More users removed your character from their Favorites than added it during the selected period.

</details>

<details>

<summary><strong>Why don't my older characters appear in the table?</strong></summary>

The table only lists characters that received at least one request in the selected date range. Try widening the range to **90 Days** or use **Custom** to go back further.

</details>

<details>

<summary><strong>Can I download a copy of the data?</strong></summary>

Yes — use **Export CSV** above the table. The export contains the full character list for your current sort order and date range.

</details>

<details>

<summary><strong>Whose data am I seeing?</strong></summary>

Only your own. There's no way for another user to see your data, and no way for you to see theirs.

</details>


---

# 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.spicychat.ai/product-guides/creators/creator-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.
