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

# Search analytics

> Understand the performance of your search, and how your users interact with your app. Optimize your relevance with Algolia search 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 AlgoliaSearch = () => <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 80 80" width="20" height="20" className="inline" fill="none" role="presentation" ariaLabel="Algolia Search">
    <circle cx="40" cy="32" r="28" fill="#5468FF"></circle>
    <rect x="30" y="22" width="20" height="20" rx="10" fill="#fff"></rect>
    <path d="M43 63.5 54.5 60l6 17h-12L43 63.5Z" fill="#36395A"></path>
  </svg>;

export const AcademyLink = ({href, title}) => {
  return <Card horizontal title="Algolia Academy" href={href} icon="square-play">Learn more about: {title}</Card>;
};

Search analytics offer insights into what your users search and which results they select
through [metrics](/doc/guides/search-analytics/concepts/metrics) such as popular searches,
no results, and click-through rates.

<AcademyLink href="https://academy.algolia.com/pages/contentcatalog/training/0199ab1c-2f88-770c-af34-1e71372346e3/overview" title="Algolia Analytics: Track Performance and Optimize Search" />

## Search analytics in the Algolia dashboard

To access your search 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 <AlgoliaSearch /> **Search**.
3. Select your Algolia index and go to [**Analytics**](https://dashboard.algolia.com/analytics).
4. If you want to include analytics from other indices (including replicas), select **Include other indices**.
5. 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/search-analytics/concepts/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.png?fit=max&auto=format&n=0u_XqgAn7MC5F_qG&q=85&s=b8085182250800f7a1671ca57f1c2728" alt="Comparison between two date ranges in the Analytics section in the Algolia dashboard" width="1800" height="824" data-path="images/guides/analytics/comparison-mode.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.

### Export analytics data

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

#### Export A/B test data to an external analytics platform

By default, Algolia creates an analytics tag per [A/B test](/doc/guides/ab-testing/what-is-ab-testing) variant,
which you can export while filtering on these tags to view statistics in other systems.

Use the [`getRankingInfo`](/doc/api-reference/api-parameters/getRankingInfo) parameter to retrieve the A/B test ID and variant ID.
This can help you to track user variants and behavior in third-party tools, like Google Analytics.

## Click, conversion, and revenue analytics

Some [metrics](/doc/guides/search-analytics/concepts/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.

Revenue analytics, including add-to-cart and purchase metrics, is an optional 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>

## Integrate with Google Analytics

To track your search performance with Google Analytics as well as Algolia Analytics,
see [Integrate Google Analytics](/doc/guides/building-search-ui/going-further/integrate-google-analytics/js).
