1. Developer guides

Set up interactive personalization

Version:

You can use the Cloud SDK personalize package to run interactive experiences that are live in Sitecore Personalize. You typically run interactive experiences in components in a webpage, not necessarily on the webpage itself. Running the experience will return an API response, which contains the personalized content. You can use the API response to display content to your site visitor or take other actions, depending on your application requirements.

This walkthrough describes how to:

Before you begin

Find the friendly ID in Sitecore Personalize

The first step to running an interactive experience is to find its friendly ID.

To find the friendly ID:

  1. In Sitecore Personalize, click Experiences.

  2. Click the live interactive experience you want to run.

  3. On the page of the experience, click Build summary. The friendly ID is in the Details pane.

    The friendly ID of an interactive experience.
  4. Make a note of the friendly ID. You'll use it in the next procedure to run the experience.

Run the experience on your site

After finding the friendly ID of the experience, you update your Cloud SDK code in the source code of your web app and run the experience on your site.

Verify that the experience is running

After updating your code, it's a good idea to check that the experience is running on your site.

Next steps

You've now successfully run the experience on your site and received the API response for the experience in your web app. You can now proceed to work with the response, for example, by displaying its content on your site.

Next, you can:

If you have suggestions for improving this article, let us know!