> For the complete documentation index, see [llms.txt](https://docs.bogos.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bogos.io/detailed-guide/boosters/booster-analytics.md).

# Booster Analytics

Booster Analytics provides a performance overview for each booster, helping you evaluate how well they are working and optimize your boosters for better results.

![](/files/alXeUjSCFA6kDuV0s26e)

To view it, go to **Boosters**. Each booster row shows its Impression count. Click the **“Analytics” icon** to expand and see the full set of metrics for that booster as cards.

![](/files/uNgcNkL6ewAOlC91R6Jp)

{% hint style="warning" %}
This report shows analytics from the past 30 days.
{% endhint %}

### Metrics by Booster Type

The metrics shown depend on the booster type. The sections below explain what each metric means.

#### 1. Progress Bar

<table><thead><tr><th width="162.5390625">Metric</th><th>Definition</th></tr></thead><tbody><tr><td>Impressions</td><td><ul><li>The number of sessions in which the Progress bar is rendered on screen. </li><li>Each session is counted once, and reloading the page doesn’t add a new count.</li></ul></td></tr><tr><td>Reach threshold</td><td><ul><li>The percentage of sessions in which shoppers saw the bar and reached the cart value required to unlock the offer.</li><li>Calculated as: (Sessions in which shoppers reached a threshold ÷ Sessions in which shoppers saw the bar) × 100. </li><li>A session is counted when it first reaches a threshold or later qualifies for a higher tier. </li><li>If the cart value drops back to a lower tier, no new event is recorded.</li></ul></td></tr></tbody></table>

#### 2. Announcement Bar

<table><thead><tr><th width="162.5390625">Metric</th><th>Definition</th></tr></thead><tbody><tr><td>Impressions</td><td>The number of unique sessions in which the Announcement bar was rendered.</td></tr><tr><td>Click-through rate</td><td><ul><li>The percentage of sessions in which shoppers clicked the redirect button after the Announcement Bar was displayed.</li><li>Calculated as: (Sessions in which shoppers clicked redirect ÷ Sessions in which shoppers saw the bar) × 100.</li></ul></td></tr></tbody></table>

#### 3. Today offer - block&#x20;

<table><thead><tr><th width="162.5390625">Metric</th><th>Definition</th></tr></thead><tbody><tr><td>Impressions</td><td>The number of unique sessions in which shoppers saw the Today offer - block on the page.</td></tr><tr><td>Scroll visibility</td><td><ul><li>The percentage of sessions in which shoppers opened the page and scrolled far enough to bring the block into view (at least 50% of the block visible in the viewport).</li><li>Calculated as: (Sessions in which shoppers scrolled to the block ÷ Sessions in which shoppers opened the page) × 100.</li></ul></td></tr><tr><td>Click-through rate</td><td><ul><li>The percentage of sessions in which shoppers scrolled to the block and clicked the redirect button.</li><li>Calculated as: (Sessions in which shoppers clicked redirect ÷ Sessions in which shoppers scrolled to the block) × 100.</li></ul><div data-gb-custom-block data-tag="hint" data-style="warning" class="hint hint-warning"><p>The denominator is sessions in which shoppers actually saw the block, not all sessions in which shoppers opened the page.</p></div></td></tr></tbody></table>

#### 4. Today offer - widget

<table><thead><tr><th width="162.5390625">Metric</th><th>Definition</th></tr></thead><tbody><tr><td>Impressions</td><td>The number of unique sessions in which shoppers saw the Today offer - widget on screen, whether open or closed.</td></tr><tr><td>Open rate</td><td><ul><li>The percentage of sessions in which shoppers saw the widget and clicked to open it.</li><li>Calculated as: (Sessions in which shoppers clicked to open the widget ÷ Sessions in which shoppers saw the widget) × 100.</li><li>Each session is counted once regardless of how many times shoppers open or close the widget. This rate will never exceed 100%.</li></ul></td></tr><tr><td>Click-through rate</td><td><ul><li>The percentage of sessions in which shoppers saw the widget and clicked the redirect button.</li><li>Calculated as: (Sessions in which shoppers clicked the redirect button ÷ Sessions in which shoppers saw the widget) × 100.</li></ul></td></tr></tbody></table>

#### 5. Offer page

<table><thead><tr><th width="162.5390625">Metric</th><th>Definition</th></tr></thead><tbody><tr><td>Impressions</td><td>The number of unique sessions in which shoppers loaded the Offer page.</td></tr><tr><td>Bounce rate</td><td><ul><li>The percentage of sessions in which shoppers left the Offer page within 5 seconds without taking any action (no click, no scroll).</li><li>Calculated as: (Sessions in which shoppers left early ÷ Sessions in which shoppers loaded the page) × 100.</li></ul><div data-gb-custom-block data-tag="hint" data-style="warning" class="hint hint-warning"><p>Bounce rate is not tracked when the Offer page is added as a Theme Block.</p></div></td></tr><tr><td>Click-through rate</td><td><ul><li>The percentage of sessions in which shoppers loaded the page and clicked at least one redirect button or Add button within an offer.</li><li>Calculated as: (Sessions in which shoppers clicked redirect or Add ÷ Sessions in which shoppers loaded the page) × 100.</li></ul></td></tr></tbody></table>

### Need Help?

If you need any assistance, feel free to reach out to our customer support team via live chat within the BOGOS app.


---

# 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.bogos.io/detailed-guide/boosters/booster-analytics.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.
