> ## Documentation Index
> Fetch the complete documentation index at: https://algolia.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Recommend analytics

export const Application = () => <Tooltip tip="An Algolia application is a self-contained environment with its own indices, configuration, and API keys. Applications don't share data or settings with each other.">
    application
  </Tooltip>;

export const AlgoliaRecommend = () => <svg xmlns="http://www.w3.org/2000/svg" className="inline" viewBox="0 0 80 80" width="20" height="20" fill="none" role="presentation" ariaLabel="Algolia Recommend">
    <path d="m50 65-4 12H34l-4-12h20Z" fill="#36395A"></path>
    <path d="M68 32c0 15.464-12.536 28-28 28S12 47.464 12 32 24.536 4 40 4s28 12.536 28 28Z" fill="#FF2A6A"></path>
    <path d="M43 34V17L26 34h17Z" fill="#fff"></path>
    <path d="M37 30v17l17-17H37Z" fill="#fff"></path>
  </svg>;

Recommend analytics offer insights into how your users interact with your recommendations,
through [metrics](/doc/guides/algolia-recommend/analytics/metrics) such as popular recommendations, click-through and conversion rates.

If you are familiar with [Search analytics](/doc/guides/search-analytics/overview), you will find that many of the concepts and metrics are similar.

## Recommend analytics in the Algolia dashboard

You can access your Recommend analytics in the Algolia dashboard:

1. Go to the [Algolia dashboard](https://dashboard.algolia.com/explorer/browse) and select your Algolia <Application />.
2. On the left sidebar, select <AlgoliaRecommend /> **Recommend** and go to [**Analytics**](https://dashboard.algolia.com/recommend/analytics).
3. If you want to [segment the analytics by tags](/doc/guides/search-analytics/guides/segments),
   click <Icon icon="filter" /> **Toggle Analytics Tags**.
   Select or enter a tag for filtering.

### Comparison mode

To compare the performance of your [metrics](/doc/guides/algolia-recommend/analytics/metrics) between different periods,
click **Comparison mode** and select the date ranges you want to compare.

<img src="https://mintcdn.com/algolia/0u_XqgAn7MC5F_qG/images/guides/analytics/comparison-mode-recommend.png?fit=max&auto=format&n=0u_XqgAn7MC5F_qG&q=85&s=5cc347f6d3688aa1e1fbb5c9d9b2823b" width="750px" alt="Comparison between two date ranges in the Analytics section in the Algolia dashboard" data-path="images/guides/analytics/comparison-mode-recommend.png" />

The current date range is labeled **A** in the metrics graphs and uses a solid line.
The comparison date range is labeled with **B** and uses dashes.

You can compare analytics from different days, weeks, months, or use custom time ranges.

You can also compare analytics data using different [analytics tags](/doc/guides/search-analytics/guides/segments).

### Export analytics data

To export any of the [metrics](/doc/guides/algolia-recommend/analytics/metrics) from the Algolia dashboard,
click <Icon icon="download" /> **Download**.
You can export and download your analytics data as CSV or XLSX files.

## Click, conversion, and revenue analytics

Some [metrics](/doc/guides/algolia-recommend/analytics/metrics),
such as the conversion rate, need [events](/doc/guides/sending-events) from your app or website.

Graphs and tables that involve these metrics won't display data until you start sending events.

Add-to-cart and purchase metrics are part of the Revenue Analytics feature.

<Callout icon="credit-card" color="#c084fc">
  This feature isn't available on every plan.
  Refer to your [pricing plan](https://www.algolia.com/pricing) to see if it's included.
</Callout>
