> For the complete documentation index, see [llms.txt](https://docs.hello-lisa.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hello-lisa.com/knowledge/analytics/stories/single-story.md).

# Single Story

Once you have published your story LiSA is gathering analytics data which you can check and understand how well your stories are performing.

### STEP 1: LOCATE YOUR STORY

Navigate to Stories in the main menu and search for the story you'd like to view analytics data. Click on the three dots and select "view details"

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

### STEP 2: VIEW DATA

You are presented immediately with analytics data. Below you will find information on each metric

<figure><img src="/files/6BPALTraWngpxxep9Qdk" alt=""><figcaption></figcaption></figure>

### METRICS

#### Viewership

Impressions: number of impressions (Impressions are when the Story gets rendered on screen)&#x20;

Views: number of views (when 3 seconds progress per story has elapsed)

#### Navigation

Forward taps: number of times viewers tapped to the next stories&#x20;

Back taps: number of times viewers tapped back to see the previous story&#x20;

Next Story swipes: number of times viewers swiped to the next story&#x20;

Exit Story taps: number of times viewers exited stories&#x20;

Navigation: the sum of Back, Forward, Next Story, and Exited metrics within Stories

#### Commerce

Product carousel taps: number of times viewers have clicked on the Product carousel button&#x20;

Product card impressions: number of times cards have been rendered in the Carousel&#x20;

Product card taps: number of times viewers have tapped/clicked on the Product cards inside the Carousel

Product page views: number of times viewers have viewed a PDP opened from Product card: ⚠️ this only works with PiP and Modal mode;

{% hint style="info" %}
Please allow up to 5min for the data to refresh.

Video Stories should be at least 3 seconds long to avoid issues with bounce rate. Image stories are considered 15 sec content.
{% endhint %}

{% hint style="info" %}
Views metric has a 3 sec bounce rate which means views of any content which does not exceed 3 sec will not show in the aggregated story analytics data.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.hello-lisa.com/knowledge/analytics/stories/single-story.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
