# Product recommedations

![](https://1997835572-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MlL6sK9D7unq8F2VPPp%2Fuploads%2FKkyyMPkE6NzXmJDe5zzl%2FScreen%20Shot%202021-11-05%20at%2022.12.24.png?alt=media\&token=17192cc8-b80b-4154-b8b3-b4f5c4c3563b)

A Product recommendations section displays an automatically-generated list of product recommendations. Displaying recommended products to customers makes it easier for them to discover new products, and can help to increase online store sales.

To learn more about the **Recommendation logic** and **algorithm** **criteria**, see [Shopify Dev Docs](https://shopify.dev/docs/themes/product-merchandising/recommendations).

## How to add a Product recommendations section

{% hint style="success" %}
Steps

1. In the theme editor (**Customize**), open the template selector
2. Select **Products**, then **Default product.**
3. On the left-side bar, add **Product recommendations.**
4. Make necessary changes **> Save.**
   {% endhint %}

You can adjust the elements based on your needs to display the recommendation section such as heading, number of products to show, per row, etc.

![](https://1997835572-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MlL6sK9D7unq8F2VPPp%2Fuploads%2FCNKO0cm32xKNWVbyNnlK%2FScreen%20Shot%202021-11-05%20at%2022.13.01.png?alt=media\&token=b9ff63c7-7ed2-4573-b391-9979effd01b7)

## How to customize product recommendations

These recommendations that display on your product page can be customized using the Shopify [Search & Discovery](https://apps.shopify.com/search-and-discovery) app.&#x20;

Tailoring product recommendations across the customer's journey is a powerful way to help customers discover products.

{% hint style="success" %}
**Steps:**

1. In the Shopify Search & Discovery app, click **Product recommendations**, and then click **Add recommendations**.
2. Select a product that you want to customize product recommendations for.
3. Select up to 10 **Related products** to recommend. Set the product to display only the custom recommendations or to display both custom recommendations and automatically generated recommendations.
4. Click **Save**.
   {% endhint %}

## Track recommendations

The `url` property for each `product` in the [products response](https://shopify.dev/docs/api/ajax/reference/product-recommendations#products-response) contains URL parameters that builds a conversion funnel that can be tracked by using reports in Shopify. Similarly, the Liquid `url` property returned for product recommendations contains this tracking information as well.

After you've implemented product recommendations section, you can track how effective they are directly from the **Analytics** page in your Shopify admin. To learn more about product recommendation reports, refer to [Product recommendation conversion over time](https://help.shopify.com/manual/reports-and-analytics/shopify-reports/report-types/behaviour-reports#product-recommendation-conversions-over-time).

{% hint style="info" %}
If you want to remove the param tracking in the recommended product URL, you can find a setting from *Minimog version 5.0.0 and above* (see our [Changelog](https://docs.foxecom.com/minimog-theme/changelog)).
{% endhint %}

<figure><img src="https://1997835572-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MlL6sK9D7unq8F2VPPp%2Fuploads%2F59k0EheVmT9SfBEFqpPe%2Fimage.png?alt=media&#x26;token=4a7e9421-6c03-4a3e-9562-6df0c7fc87e5" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
If your *Minimog version is 4.1.0 and older*, kindly contact our support team, we will help you remove the params 💃.

[#get-support](https://docs.foxecom.com/minimog-theme/minimog-documentation#get-support "mention")
{% endhint %}
