Product recommendation strategies

Important

Make sure to select the correct tab to view the content relevant to your Product Recommendation model type.

To know if you’re using the new version or earlier version

  1. On the Models (platform-ca | platform-eu | platform-au) page, open the model you want to check.

  2. Models made with the earlier version are identified as such in a warning banner displayed at the top of the page.

    Warning banner indicating earlier version model type | Coveo

The new version of Coveo Machine Learning (Coveo ML) Product Recommendation (PR) models was released in February 2026. This version is currently in open beta, and a migration path is available for Coveo organizations using the previous version.

When associating a Product Recommendation (PR) model with a query pipeline, you must select a recommendation strategy to adapt the suggested products based on your use case. The strategy you choose depends on what the shopper is doing and what they’re browsing. For example, you’ll use different strategies when recommending products on a product detail page (PDP) based on the currently viewed item versus recommending popular products on the home page based on overall site activity.

Product recommendation strategies are divided into three categories:

  • Seeded strategies: These strategies require seed products to be passed in the recommendation query. They’re used to recommend products based on a specific set of items. For example, they can be used in a product detail page (PDP) to recommend products related to the one being viewed.

  • Unseeded strategies: These strategies don’t require seed products to be passed in the recommendation query. They’re used to recommend products based on general popularity. For example, they can be used on the home page to recommend popular products.

  • User history strategies: These strategies use the browsing and purchase history of individual visitors to recommend products. For example, they can be used on PDPs or the home page to personalize the recommendations based on the visitor’s previous actions.

Quick reference

The following table groups all available recommendation strategies by their required event type.

Event type Strategy Category

View

Viewed together

Seeded

Viewed together, same category

Seeded

Viewed together, different category

Seeded

Most viewed

Unseeded

Most viewed, same category

Seeded

Intent-aware, enriched - Homepage

User history

Intent-aware, most viewed

User history and seeded

Intent-aware, most viewed, enriched

User history and seeded

Most viewed with last viewed

User history

Recently viewed without fallback

User history

Purchase

Purchased together

Seeded

Purchased together without fallback

Seeded

Purchased together, same category

Seeded

Purchased together, different category

Seeded

Purchased together - Cart

Seeded

Most purchased

Unseeded

Most purchased, same category

Seeded

Purchased together with recently viewed

User history

Recently purchased without fallback

User history

Seeded strategies

seeded strategies require a seed product to generate recommendations. This means that recommendation requests originating from recommendation slots that leverage these strategies must include a seed product in the request. The seed product is used to generate recommendations that are relevant to the product currently viewed by the visitor.

Seed products must be passed in the product object of the Execute a recommendation query endpoint of the Commerce API. The value must be the unique identifier of the product(s) used as the baseline for generating recommendations (for example, the product being viewed by the visitor). This identifier corresponds to the value of the ec_product_id standard field in your indexed product data.

The available seeded strategies are:

Viewed together

Recommends products that are frequently viewed with the product the visitor is currently viewing.

Example

While browsing Barca Sports, you’re viewing a sea kayak. Based on other visitors' browsing history, the model recommends products that are frequently viewed with the same sea kayak, such as a paddle or a life jacket.

Refer to the following table for strategy details:

Required event type [1] Fallback strategy [2] Seed product [3] Location awareness [4] Strategy key [5]

View

Popular items (viewed)

The unique identifier of the product being viewed by the visitor.

No

frequentViewed

Viewed together, same category

Recommends products that are frequently viewed with the product the visitor is currently viewing. The recommendations are filtered to show products in the same category as the one the visitor is viewing.

This strategy requires your catalog data to have the ec_category standard field on products with consistent values.

Example

While browsing Barca Sports, you’re viewing a surf leash whose category value contains surf.

Based on other visitors' browsing history, the model recommends the products from the surf category that have been viewed the most with the item you’re currently viewing, such as surfboard wax, fins, or board bags.

Refer to the following table for strategy details:

Required event type [1] Fallback strategy [2] Seed product [3] Location awareness [4] Strategy key [5]

View

The unique identifier of the product being viewed by the visitor.

No

frequentViewedSameCategory

Viewed together, different category

Recommends products that are frequently viewed with the product the visitor is currently viewing. The recommendations are filtered to show products that have a different category than the one the user is currently viewing.

This strategy requires your catalog data to have the ec_category standard field on products with consistent values.

Example

While browsing Barca Sports, you’re viewing a sea kayak whose category value is kayak.

Based on other visitors' browsing history, the model recommends the products that have been viewed the most with the sea kayak you’re currently viewing, but that doesn’t have kayak as the category value, such as life jackets, paddles, or waterproof bags.

Refer to the following table for strategy details:

Required event type [1] Fallback strategy [2] Seed product [3] Location awareness [4] Strategy key [5]

View

  1. Popular items in different category (viewed)

  2. Viewed together

  3. Most viewed

The unique identifier of the product being viewed by the visitor.

No

frequentViewedDifferentCategory

Purchased together

Recommends products that are frequently bought with the product the visitor is currently viewing.

Example

While browsing Barca Sports, you’re viewing a sea kayak. Based on other customers' purchase history, the model recommends products that are frequently bought with the same sea kayak, such as a paddle or a life jacket.

Refer to the following table for strategy details:

Required event type [1] Fallback strategy [2] Seed product [3] Location awareness [4] Strategy key [5]

Purchase

Most purchased

The unique identifier of the product being viewed by the visitor.

No

frequentBought

Purchased together without fallback

You can also use the Frequently bought together without fallback if you don’t want the model to use a fallback strategy when there is insufficient data to generate recommendations. This will result in no recommendations being returned in such cases.

Refer to the following table for strategy details:

Required event type [1] Fallback strategy [2] Seed product [3] Location awareness [4] Strategy key [5]

Purchase

No fallback strategy

The unique identifier of the product being viewed by the visitor.

No

frequentBoughtWithoutFallback

Purchased together, same category

Recommends products that are frequently bought with the product the visitor is currently viewing. The recommendations are filtered to show products in the same category as the one the visitor is viewing.

This strategy requires your catalog data to have the ec_category standard field on products with consistent values.

Example

While browsing Barca Sports, you’re viewing a surf leash whose category value contains surf.

Based on other customers' purchase history, the model recommends the products from the surf category that have been purchased the most with the item you’re currently viewing, such as surfboard wax, fins, or board bags.

Refer to the following table for strategy details:

Required event type [1] Fallback strategy [2] Seed product [3] Location awareness [4] Strategy key [5]

Purchase

The unique identifier of the product being viewed by the visitor.

No

frequentBoughtSameCategory

Purchased together, different category

Recommends products that are most often purchased with the product the visitor is currently viewing. The recommendations are filtered to show products in a different category from the one the visitor is viewing.

This strategy requires your catalog data to have the ec_category standard field on products with consistent values.

Example

While browsing Barca Sports, you’re viewing a sea kayak whose category value is kayak.

Based on other customers' purchase history, the model recommends the products that have been purchased the most with the sea kayak you’re currently viewing, but that doesn’t have kayak as the category value, such as life jackets, paddles, or waterproof bags.

Refer to the following table for strategy details:

Required event type [1] Fallback strategy [2] Seed product [3] Location awareness [4] Strategy key [5]

Purchase

The unique identifier of the product being viewed by the visitor.

No

frequentBoughtDifferentCategory

Most viewed, same category

Recommends the most-viewed products in the same category as the product the visitor is currently viewing. This is useful as a backup solution for other strategies when they didn’t gather enough data to provide relevant recommendations.

This strategy requires your catalog data to have the ec_category standard field on products with consistent values.

Refer to the following table for strategy details:

Required event type [1] Fallback strategy [2] Seed product [3] Location awareness [4] Strategy key [5]

View

Most viewed

The unique identifier of the product being viewed by the visitor.

Yes

popularViewedSameCategory

Most purchased, same category

Recommends the most purchased products in the same category as the product the visitor is currently viewing. This is a useful backup solution for other strategies when they didn’t gather enough data to provide relevant recommendations.

This strategy requires your catalog data to have the ec_category standard field on products with consistent values.

Refer to the following table for strategy details:

Required event type [1] Fallback strategy [2] Seed product [3] Location awareness [4] Strategy key [5]

Purchase

Most purchased

The unique identifier of the product being viewed by the visitor.

Yes

popularBoughtSameCategory

Purchased together - Cart

Recommends complementary products based on items currently in a shopper’s cart. The strategy analyzes historical purchase data to identify patterns and recommends products that were frequently bought alongside the same items in past customers' carts.

This strategy is especially effective for cross-selling at checkout, helping customers discover related accessories or add-ons before completing their purchase.

Example

You’re viewing your shopping cart on Barca Sports. The cart contains a sea kayak and a paddle. Based on purchase patterns from previous customers, the strategy recommends items that were frequently bought alongside those products, such as a life jacket, a waterproof bag, or roof racks for transportation.

Behavior and requirements:

  • Uses up to the 10 most recently added items in the cart as seeds.

  • Requires at least one cart item to generate recommendations.

  • When there are no seed items, no recommendations are returned.

Refer to the following table for strategy details:

Required event type [1] Fallback strategy [2] Seed product [3] Location awareness [4] Strategy key [5]

Purchase

No fallback strategy

The unique identifiers of the products being viewed by the visitor.

No

cart

Unseeded strategies

Unseeded strategies don’t require a seed product to generate recommendations. They’re popularity-based strategies, meaning that they recommend products based on their popularity, without considering the products the visitor has interacted with.

Available unseeded strategies are:

Most viewed

Recommends the most viewed products.

This strategy is useful when you want to display recommendations on home or campaign landing pages to highlight trending products. It’s also used as a backup solution for other strategies when they didn’t gather enough data to provide relevant recommendations.

Refer to the following table for strategy details:

Required event type [1] Fallback strategy [2] Location awareness [4] Strategy key [5]

View

No fallback strategy

Yes

popularViewed

Most purchased

Recommends the most purchased products.

This strategy is useful when you want to display recommendations on home or campaign landing pages to highlight trending top sellers. It’s also used as a backup solution for other strategies when they didn’t gather enough data to provide relevant recommendations.

Refer to the following table for strategy details:

Required event type [1] Fallback strategy [2] Location awareness [4] Strategy key [5]

Purchase

No fallback strategy

Yes

popularBought

User history strategies

User history strategies leverage the visitor’s previous actions and current context to generate recommendations. They adapt in real time to the visitor’s actions, providing personalized recommendations based on their browsing history.

Available user history strategies are:

Intent-aware recommendations

Leverages behavioral similarity between products to generate recommendations that align with the shopper’s current journey. The model analyzes:

  • The products the shopper has recently viewed during their session.

  • The product the shopper is currently viewing.

It then recommends other products that shoppers frequently interact with and that match the shopper’s real-time browsing intent. This helps maximize product discovery.

Intent-aware recommendations have three variations tailored to different page contexts:

Intent-aware, enriched - Homepage

Recommends products that were frequently viewed with the items browsed during the shopper’s current session, ideal for home pages or PLPs without a specific product focus.

Example

A shopper browses multiple products and returns to the home page. The home page recommendations surface items frequently viewed by other users who also viewed those products during their sessions.

Refer to the following table for strategy details:

Required event type [1] Fallback strategy [2] Seed product [3] Location awareness [4] Additional information Strategy key [5]

View

Most viewed

No seed product

No

Supports the cold start feature.

sessionRecommenderWithFallbackEnrichedHomepage

Intent-aware, most viewed

Recommends products that customers frequently view alongside the item that’s being viewed, as well as the items that were browsed during the shopper’s current session. The recommendations are filtered to show products in the same category as the one the visitor is viewing.

This strategy requires your catalog data to have the ec_category standard field on products with consistent values.

Example

A shopper browsers multiple products and ends up opening a product detail page for a specific item. The product detail page recommendations surface items frequently viewed by other users who also viewed those products during their sessions.

Refer to the following table for strategy details:

Required event type [1] Fallback strategy [2] Seed product [3] Location awareness [4] Additional information Strategy key [5]

View

The unique identifier of the product currently being viewed.

No

Doesn’t support the cold start feature.

sessionRecommenderWithFallback

Intent-aware, most viewed, enriched

Recommends products that customers frequently view alongside the item that’s being viewed, as well as the items that were browsed during the shopper’s current session. The recommendations are filtered to show products in the same category as the one the visitor is viewing. The strategy supports the cold start feature, making it effective even for products with limited interaction data.

This strategy requires your catalog data to have the ec_category standard field on products with consistent values.

Example

A shopper browses multiple products and ends up opening a product detail page for a specific item. The product detail page recommendations surface items frequently viewed by other users who also viewed those products during their sessions. If the current product has limited interaction data, the strategy leverages the cold start feature to ensure strong recommendation results.

Refer to the following table for strategy details:

Required event type [1] Fallback strategy [2] Seed product [3] Location awareness [4] Additional information Strategy key [5]

View

The unique identifier of the product currently being viewed.

No

Supports the cold start feature.

sessionRecommenderWithFallbackEnriched

Most viewed with last viewed

Recommends products based on the visitor’s view history and on the view history of other visitors with similar interests. In other words, it looks at what a visitor has viewed, both in their current and past sessions, and recommends products that people with similar browsing patterns also explored.

This is useful for exposing a visitor to products that other users with similar shopping behavior have also viewed during their visit.

Example

As a user of Barca sports, you’ve recently viewed the following products:

  • A sea kayak

  • A carbon fiber paddle

  • A waterproof bag

After viewing these products, you return to the home page which includes a recommendations slot that leverages the Most viewed with last viewed strategy. The model recommends the following products:

  • A life jacket

  • A spray skirt

  • A roof rack

These products are shown because they were frequently viewed by other shoppers who also looked at the kayak, paddle, and dry bag in their sessions.

Refer to the following table for strategy details:

Required event type [1] Fallback strategy [2] Seed product [3] Location awareness [4] Strategy key [5]

View

No seed product

Yes

recommendationsUsingRecentlyViewed

Purchased together with recently viewed

Recommends products by looking at what a visitor has bought, both in their current and past sessions, and recommending products that people with similar purchasing patterns also explored.

This is useful for exposing a visitor to products that other users with similar shopping behavior ended up buying during their visit.

Example

As a user of Barca sports, you’ve recently purchased the following products:

  • A sea kayak

  • A carbon fiber paddle

  • A waterproof bag

After viewing these products, you come back to the home page which incorporates a recommendations slot that leverages the Purchased together with recently viewed strategy. The model recommends the following products:

  • A life jacket

  • A spray skirt

  • A roof rack

These products are shown because they were frequently bought by other shoppers who also purchased the kayak, paddle, and dry bag in their sessions.

Refer to the following table for strategy details:

Required event type [1] Fallback strategy [2] Seed product [3] Location awareness [4] Strategy key [5]

Purchase

No seed product

Yes

recommendationsUsingRecentlyBought

Recently viewed without fallback

Recommends items (up to 50) a visitor has viewed recently based on their action history.

Refer to the following table for strategy details:

Required event type [1] Fallback strategy [2] Seed product [3] Location awareness [4] Strategy key [5]

View

No fallback strategy

No seed product

No

recentlyViewed

Recently purchased without fallback

Analyzes the visitor’s action history to recommend products that the visitor has recently purchased (up to 50).

Refer to the following table for strategy details:

Required event type [1] Fallback strategy [2] Seed product [3] Location awareness [4] Strategy key [5]

Purchase

No fallback strategy

No seed product

No

recentlyBought

1. The type of Coveo Analytics event that the strategy requires to generate recommendations.

2. The strategy that the model uses as a fallback solution when it didn’t gather enough data to provide relevant recommendations. If a strategy has multiple fallback strategies, the model evaluates them in the order they are listed in the table until it finds one that has enough data to provide relevant recommendations.

3. Whether the strategy requires seed products to generate recommendations.

4. Whether the strategy considers the visitor’s city, region, or country to scope the recommendations. A visitor’s location is determined based on their IP address. The model scopes recommendations to the visitor’s location only when sufficient data is available for that location, following this order of precedence: city, region, country.

5. The strategy key to use when associating the model through a JSON configuration.

Seeded strategies

seeded strategies require a seed product to generate recommendations. This means that recommendation requests originating from recommendation slots that leverage these strategies must include a seed product in the request. The seed product is used to generate recommendations that are relevant to the product currently viewed by the visitor.

Seed products must be passed in the itemId parameter of the mlParameters object of the related query to the Search API. The value must be the unique identifier of the product(s) used as the baseline for generating recommendations (for example, the product being viewed by the visitor). This identifier corresponds to the value of the ec_product_id standard field in your indexed product data.

The available seeded strategies are:

Frequently viewed together

Recommends products that are frequently viewed with the product the visitor is currently viewing.

Example

While browsing Barca Sports, you’re viewing a sea kayak. Based on other visitors' browsing history, the model recommends products that are frequently viewed with the same sea kayak, such as a paddle or a life jacket.

Refer to the following table for strategy details:

Required event type [1] Fallback strategy [2] Seed product [3] Strategy key [5]

View

Popular items (viewed)

The unique identifier of the product being viewed by the visitor.

frequentViewed

Frequently viewed together in the same category

Recommends products that are frequently viewed with the product the visitor is currently viewing. The recommendations are filtered to show products in the same category as the one the visitor is viewing.

This strategy requires your catalog data to have the ec_category standard field on products with consistent values.

Example

While browsing Barca Sports, you’re viewing a surf leash whose category value contains surf.

Based on other visitors' browsing history, the model recommends the products from the surf category that have been viewed the most with the item you’re currently viewing, such as surfboard wax, fins, or board bags.

Refer to the following table for strategy details:

Required event type [1] Fallback strategy [2] Seed product [3] Strategy key [5]

View

The unique identifier of the product being viewed by the visitor.

frequentViewedSameCategory

Frequently viewed together in different categories

Recommends products that are frequently viewed with the product the visitor is currently viewing. The recommendations are filtered to show products that have a different category than the one the user is currently viewing.

This strategy requires your catalog data to have the ec_category standard field on products with consistent values.

Example

While browsing Barca Sports, you’re viewing a sea kayak whose category value is kayak.

Based on other visitors' browsing history, the model recommends the products that have been viewed the most with the sea kayak you’re currently viewing, but that doesn’t have kayak as the category value, such as life jackets, paddles, or waterproof bags.

Refer to the following table for strategy details:

Required event type [1] Fallback strategy [2] Seed product [3] Strategy key [5]

View

The unique identifier of the product being viewed by the visitor.

frequentViewedDifferentCategory

Frequently bought together

Recommends products that are frequently bought with the product the visitor is currently viewing.

Example

While browsing Barca Sports, you’re viewing a sea kayak. Based on other customers' purchase history, the model recommends products that are frequently bought with the same sea kayak, such as a paddle or a life jacket.

Refer to the following table for strategy details:

Required event type [1] Fallback strategy [2] Seed product [3] Strategy key [5]

Purchase

The unique identifier of the product being viewed by the visitor.

frequentBought

Frequently bought together in the same category

Recommends products that are frequently bought with the product the visitor is currently viewing. The recommendations are filtered to show products in the same category as the one the visitor is viewing.

This strategy requires your catalog data to have the ec_category standard field on products with consistent values.

Example

While browsing Barca Sports, you’re viewing a surf leash whose category value contains surf.

Based on other customers' purchase history, the model recommends the products from the surf category that have been purchased the most with the item you’re currently viewing, such as surfboard wax, fins, or board bags.

Refer to the following table for strategy details:

Required event type [1] Fallback strategy [2] Seed product [3] Strategy key [5]

Purchase

The unique identifier of the product being viewed by the visitor.

frequentBoughtSameCategory

Frequently bought together in different categories

Recommends products that are most often purchased with the product the visitor is currently viewing. The recommendations are filtered to show products in a different category from the one the visitor is viewing.

This strategy requires your catalog data to have the ec_category standard field on products with consistent values.

Example

While browsing Barca Sports, you’re viewing a sea kayak whose category value is kayak.

Based on other customers' purchase history, the model recommends the products that have been purchased the most with the sea kayak you’re currently viewing, but that doesn’t have kayak as the category value, such as life jackets, paddles, or waterproof bags.

Refer to the following table for strategy details:

Required event type [1] Fallback strategy [2] Seed product [3] Strategy key [5]

Purchase

The unique identifier of the product being viewed by the visitor.

frequentBoughtDifferentCategory

Recommends the most-viewed products in the same category as the product the visitor is currently viewing. This is useful as a backup solution for other strategies when they didn’t gather enough data to provide relevant recommendations.

This strategy requires your catalog data to have the ec_category standard field on products with consistent values.

Refer to the following table for strategy details:

Required event type [1] Fallback strategy [2] Seed product [3] Strategy key [5]

View

No fallback strategy

The unique identifier of the product being viewed by the visitor.

popularViewedSameCategory

Recommends the most purchased products in the same category as the product the visitor is currently viewing. This is a useful backup solution for other strategies when they didn’t gather enough data to provide relevant recommendations.

This strategy requires your catalog data to have the ec_category standard field on products with consistent values.

Refer to the following table for strategy details:

Required event type [1] Fallback strategy [2] Seed product [3] Strategy key [5]

Purchase

No fallback strategy

The unique identifier of the product being viewed by the visitor.

popularBoughtSameCategory

Cart recommendations

Recommends complementary products based on items currently in a shopper’s cart. The strategy analyzes historical purchase data to identify patterns and recommends products that were frequently bought alongside the same items in past customers' carts.

This strategy is especially effective for cross-selling at checkout, helping customers discover related accessories or add-ons before completing their purchase.

Example

You’re viewing your shopping cart on Barca Sports. The cart contains a sea kayak and a paddle. Based on purchase patterns from previous customers, the strategy recommends items that were frequently bought alongside those products, such as a life jacket, a waterproof bag, or roof racks for transportation.

Behavior and requirements:

  • Uses up to the 10 most recently added items in the cart as seeds.

  • Requires at least one cart item to generate recommendations.

  • When there are no seed items, no recommendations are returned.

Refer to the following table for strategy details:

Required event type [1] Fallback strategy [2] Seed product [3] Strategy key [5]

Purchase

No fallback strategy

The unique identifiers of the products being viewed by the visitor.

cart

Unseeded strategies

Unseeded strategies don’t require a seed product to generate recommendations. They’re popularity-based strategies, meaning that they recommend products based on their popularity, without considering the products the visitor has interacted with.

Available unseeded strategies are:

Recommends the most viewed products.

It applies a time discount, so that newer events are always more relevant. This helps capture timely trends.

This strategy is useful when you want to display recommendations on home or campaign landing pages to highlight trending products. It’s also used as a backup solution for other strategies when they didn’t gather enough data to provide relevant recommendations.

Refer to the following table for strategy details:

Required event type [1] Fallback strategy [2] Strategy key [5]

View

No fallback strategy

popularViewed

Recommends the most purchased products.

This strategy is useful when you want to display recommendations on home or campaign landing pages to highlight trending top sellers. It’s also used as a backup solution for other strategies when they didn’t gather enough data to provide relevant recommendations.

Refer to the following table for strategy details:

Required event type [1] Fallback strategy [2] Strategy key [5]

Purchase

No fallback strategy

popularBought

User history strategies

User history strategies leverage the visitor’s previous actions and current context to generate recommendations. They adapt in real time to the visitor’s actions, providing personalized recommendations based on their browsing history.

Available user history strategies are:

User recommender

Recommends products to the current visitor based on their general interests. To achieve this, the model learns from visitors' previous actions, and uses this information to find other customers that share similar browsing patterns. The model then suggests products that have been previously browsed by customers who share similar interests with the current visitor.

Refer to the following table for strategy details:

Required event type [1] Fallback strategy [2] Seed product [3] Strategy key [5]

View

No fallback strategy

No seed product

user

Session recommendations

Leverages behavioral similarity between products to generate recommendations that align with the shopper’s current journey. The model analyzes:

  • The products the shopper has recently viewed during their session.

  • The product the shopper is currently viewing.

It then recommends other products that shoppers frequently interact with and that match the shopper’s real-time browsing intent. This helps maximize product discovery.

Example

As a user of an ecommerce website, you’re browsing multiple products during a single visit.

After viewing several products, you access the home page.

Since the home page incorporates a recommendations interface that leverages the Session recommendations strategy, the recommended products are those that other users frequently viewed or purchased together with the products seen during the session.

This produces recommendations tailored to the shopper’s evolving interests, without requiring user identification or historical profiles.

Required event type [1] Fallback strategy [2] Seed product [3] Strategy key [5]

View

No fallback strategy

No seed product

sessionRecommender

Recently viewed

Recommends items (up to 50) a visitor has viewed recently based on their action history.

Refer to the following table for strategy details:

Required event type [1] Fallback strategy [2] Seed product [3] Strategy key [5]

View

No fallback strategy

No seed product

recentlyViewed

Recommendations using recently viewed

Recommends products based on the visitor’s view history and on the view history of other visitors with similar interests. In other words, it looks at what a visitor has viewed, both in their current and past sessions, and recommends products that people with similar browsing patterns also explored.

This is useful for exposing a visitor to products that other users with similar shopping behavior have also viewed during their visit.

Example

As a user of Barca sports, you’ve recently viewed the following products:

  • A sea kayak

  • A carbon fiber paddle

  • A waterproof bag

After viewing these products, you return to the home page which includes a recommendations slot that leverages the Most viewed with last viewed strategy. The model recommends the following products:

  • A life jacket

  • A spray skirt

  • A roof rack

These products are shown because they were frequently viewed by other shoppers who also looked at the kayak, paddle, and dry bag in their sessions.

Refer to the following table for strategy details:

Required event type [1] Fallback strategy [2] Seed product [3] Strategy key [5]

View

No fallback strategy

No seed product

recommendationsUsingRecentlyViewed

Recently bought

Analyzes the visitor’s action history to recommend products that the visitor has recently purchased (up to 50).

Refer to the following table for strategy details:

Required event type [1] Fallback strategy [2] Seed product [3] Strategy key [5]

Purchase

No fallback strategy

No seed product

recentlyBought

Recommendations using recently bought

Recommends products by looking at what a visitor has bought, both in their current and past sessions, and recommending products that people with similar purchasing patterns also explored.

This is useful for exposing a visitor to products that other users with similar shopping behavior ended up buying during their visit.

Example

As a user of Barca sports, you’ve recently purchased the following products:

  • A sea kayak

  • A carbon fiber paddle

  • A waterproof bag

After viewing these products, you come back to the home page which incorporates a recommendations slot that leverages the Purchased together with recently viewed strategy. The model recommends the following products:

  • A life jacket

  • A spray skirt

  • A roof rack

These products are shown because they were frequently bought by other shoppers who also purchased the kayak, paddle, and dry bag in their sessions.

Refer to the following table for strategy details:

Required event type [1] Fallback strategy [2] Seed product [3] Strategy key [5]

Purchase

No fallback strategy

No seed product

recommendationsUsingRecentlyBought

Buy again

Calculates the visitors' tendency to repurchase certain products within a given time frame.

To achieve this, the model analyzes the visitor’s action history to identify previous purchases. It then checks the category of the purchased products to recognize items with a high likelihood of being repurchased.

Example

As a user of an ecommerce pet store, you previously bought a bag of dog food and a dog cage.

The model recognizes that products of the dog-food category are often repurchased, while those in the dog-cage category aren’t.

Since the website incorporates a recommendations interface that leverages the Buy again strategy, the model recommends previously purchased products from the dog-food category because of their likelihood to be repurchased.

Refer to the following table for strategy details:

Required event type [1] Fallback strategy [2] Seed product [3] Strategy key [5]

Purchase

No fallback strategy

Products previously purchased by the visitor.

buyAgain

1. The type of Coveo Analytics event that the strategy requires to generate recommendations.

2. The strategy that the model uses as a fallback solution when it didn’t gather enough data to provide relevant recommendations. If a strategy has multiple fallback strategies, the model evaluates them in the order they are listed in the table until it finds one that has enough data to provide relevant recommendations.

3. Whether the strategy requires seed products to generate recommendations.

4. Whether the strategy considers the visitor’s city, region, or country to scope the recommendations. A visitor’s location is determined based on their IP address. The model scopes recommendations to the visitor’s location only when sufficient data is available for that location, following this order of precedence: city, region, country.

5. The strategy key to use when associating the model through a JSON configuration.