> For the complete documentation index, see [llms.txt](https://wishlistsuite-1.gitbook.io/wishlistsuite-help-doc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wishlistsuite-1.gitbook.io/wishlistsuite-help-doc/app-overview/wishlist-analytics.md).

# Wishlist Analytics

### Overview

The **Analytics tab** gives you a data-driven overview of how customers interact with your wishlist feature.

By tracking wishlist engagement, conversions, and product demand, merchants can better understand **customer purchase intent** and make smarter marketing and inventory decisions.

***

### ⏱️ Date Filters

At the top of the analytics dashboard, you can filter data by time period.

Available filters include:

* Today
* Yesterday
* Last 7 Days
* Last 30 Days
* Last 90 Days
* Last 365 Days
* Custom Date Range

This allows you to track trends and evaluate how wishlist performance changes over time.

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

***

### 📈 Key Performance Metrics (KPIs)

These high-level metrics provide a quick overview of how customers are using wishlists in your store.

**⭐ Total Wishlists-** The total number of wishlists created across all customers.

**👥 Total Customers-** The number of logged-in customers who have interacted with the wishlist feature.

**💰 Conversion Rate**- The percentage of wishlist items that were eventually purchased.

This metric helps merchants measure how effectively wishlists translate into actual sales.

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

***

### 📊 Customer Engagement Metrics

These metrics show how customers interact with your wishlist feature.

**👀 Wishlist Views**\
The total number of times customers have viewed their wishlist pages.

**➕ Items Added**\
The number of products customers have added to their wishlists.

**🛍️ Conversions**\
The number of wishlist items that resulted in completed purchases.

Tracking these metrics helps merchants understand **customer interest and purchase intent**.

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

***

### 📍 Saves by Surface

The **Saves by Surface** section shows where customers are adding products to their wishlists within your store.

Examples include:

* Product pages
* Collection pages
* Cart page
* Other storefront surfaces

This insight helps merchants determine **where wishlist buttons are most effective**.

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

***

### 🏆 Top Products

The **Top Products** section highlights the most wishlisted products in your store.

This helps merchants quickly identify:

* High-interest products
* Trending items
* Products customers intend to purchase later

These insights can help with:

* inventory planning
* merchandising decisions
* promotional campaigns

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

***

### 💵 Revenue Insights

Wishlist analytics also helps track how much revenue your wishlist feature generates.

**💰 Revenue from Conversions**\
The total revenue generated from products that were purchased after being added to a wishlist.

**🧾 Average Order Value (AOV)**\
The average order value for purchases that originated from wishlist conversions.

These metrics help merchants understand the **direct financial impact of wishlist engagement**.

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

***

### 🚀 How This Helps Your Store

Wishlist analytics provides actionable insights that merchants can use to improve store performance.

**📦 Inventory Planning**\
Use the **Top Products** list to ensure high-demand items stay in stock.

**📍 Optimize Wishlist Placement**\
Use **Saves by Surface** data to determine where wishlist buttons perform best.

**📣 Improve Marketing Campaigns**\
Target customers with reminders, discounts, or emails for products they have saved.

**📊 Track ROI**\
Measure how much revenue your wishlist feature generates through **conversion and AOV metrics**.

***

\ <br>


---

# 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://wishlistsuite-1.gitbook.io/wishlistsuite-help-doc/app-overview/wishlist-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.
