Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.75 KB

how-to-multi-slot.md

File metadata and controls

45 lines (30 loc) · 1.75 KB
title description author ms.author manager ms.service ms.topic ms.date zone_pivot_groups ms.devlang ms.custom
How to use multi-slot with Personalizer
Learn how to use multi-slot with Personalizer to improve content recommendations provided by the service.
jcodella
jacodel
nitinme
azure-ai-personalizer
how-to
01/19/2024
programming-languages-set-six
csharp
mode-other, devx-track-extended-java, devx-track-js, devx-track-python

Get started with multi-slot for Azure AI Personalizer

[!INCLUDE Deprecation announcement]

Multi-slot personalization (Preview) allows you to target content in web layouts, carousels, and lists where more than one action (such as a product or piece of content) is shown to your users. With Personalizer multi-slot APIs, you can have the AI models in Personalizer learn what user contexts and products drive certain behaviors, considering and learning from the placement in your user interface. For example, Personalizer may learn that certain products or content drive more clicks as a sidebar or a footer than as a main highlight on a page.

In this guide, you'll learn how to use the Personalizer multi-slot APIs.

::: zone pivot="programming-language-csharp"

[!INCLUDE Try multi-slot with C#]

::: zone-end

::: zone pivot="programming-language-javascript"

[!INCLUDE Try multi-slot with Node.js]

::: zone-end

::: zone pivot="programming-language-python"

[!INCLUDE Try multi-slot with Python]

::: zone-end

Next steps