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

# Product analytics

The **Product analytics** page helps you understand which products generate the most sales in your store during a selected time period. It gives you a product-level view so you can quickly identify your best-selling products and compare their sales performance in one place.

<figure><img src="/files/jXqq6xN8WOmNyzsu645q" alt="top products report"><figcaption></figcaption></figure>

To activate this feature, click **Activate it now** in *Analytics* page and turn on **Product analytics** on the *Product analytics settings* popup. Then click **Sync orders** to allow our system to get product statistics on your shop.

<figure><img src="/files/DzdmeX4vAtLbFer1UP6b" alt="enable product analytics"><figcaption></figcaption></figure>

You can choose 1 of 3 visibility options in the **Display on Affiliate Dashboard** field:

* **None**: Affiliates cannot see any product analytics data on their affiliate accounts
* **Products referred by affiliate**: Each affiliate only sees analytics for products they referred
* **All products in store**: Affiliates can see analytics for all products sold in your store

<figure><img src="/files/OzpJzRnbWiFlve7bigIN" alt="choose display options"><figcaption></figcaption></figure>

If you choose **Products referred by affiliate** or **All products in store**, an **Order items** table will appear on the affiliate account's dashboard and affiliates can see product analytics data here.

<figure><img src="/files/nGWM6Yct6I4Bt0TCHJWO" alt="how it look in affiliate account"><figcaption></figcaption></figure>


---

# 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.uppromote.com/management/analytics/product-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.
