thinh truong
Jul 15, 2019
  521
(6 votes)

Introduction of Episerver.Personalization.CMS.UI.Goal

The Episerver.Personalization.CMS.UI.Goal helps the editor manage content goals by using different criteria. The available goal types are landing page and time on site.

Installation

To use Episerver.Personalization.CMS.UI.Goal, you must have a key provided by Episerver. Then update the three keys in the appSettings section in web.config as follows.

<add key="episerver:GoalServiceKey" value="" />
<add key="episerver:GoalServiceSecret" value="" />
<add key="episerver:GoalServiceUri" value="" />
  • GoalServiceKey. Application key for authentication.
  • GoalServiceSecret. Secret key for authentication.
  • GoalServiceUri. Base service URL.

How to use

  • To view the goal list, log-in into the edit mode and go to the Recommendation tab.

  • To create a new goal:
    1. From the goal list, select new goal button on the top right of the panel. A dialog for creating new goal appears.
    2. Enter the name of goal.
    3. Select a goal criteria from the Goal type drop-down.
    4. Either the Goal completion threshold in minutes textbox or the Visitor navigate to page selection box appears according to your selection of the goal type (Time on site of Landing page)
      • Time on site
      • Landing page
  • To edit a goal, select Edit from the drop-down of the desired goal in the goal list screen.

    The edit dialog appears.

  • To delete a goal, select Delete from the desired goal in the goal list screen.

Jul 15, 2019

Comments

Please login to comment.
Latest blogs
Optimizely Opal: How to Build Effective Workflow Agents

If you're building workflow agents in Optimizely Opal, this post covers how specialized agents pass context to each other, why keeping agents small...

Andre | May 20, 2026

ReviewPR: An Azure Function That Reviews Your Azure DevOps Pull Requests With Claude

A while back I wrote about an  Azure Function App for PDF creation that we use to offload PDF rendering from our Optimizely DXP site. That same...

KennyG | May 19, 2026

Accelerating Optimizely CMS and Commerce upgrades with agentic AI (Part 2 of 2)

The Real Transformation in Optimizely CMS 13: Why the Upgrade Itself Is the Easy Part. A field-tested playbook for enterprise teams moving from...

Hung Le Hoang | May 18, 2026

Is the most powerful AI model really the best value?

Artificial Intelligence is already becoming part of everyday software development. Developers now use AI tools to generate code, write documentatio...

K Khan | May 16, 2026