Take the community feedback survey now.

thinh truong
Jul 15, 2019
  433
(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 CMS - Learning by Doing: EP06 - Create Header, Footer, Menu & Component/View for Blocks

  Episode 6  is Live!! The latest installment of my  Learning by Doing: Build Series  on  Optimizely CMS 12  is now available on YouTube! This vide...

Ratish | Nov 4, 2025 |

Going Headless: 3 Ways to Store Custom Data in Optimizely Graph

Welcome to another installment of my  Going Headless  series. Previously, we covered: Going Headless: Making the Right Architectural Choices Going...

Michał Mitas | Nov 3, 2025

A day in the life of an Optimizely OMVP - What's New in Optimizely CMS: A Comprehensive Recap of 2025 Updates

Hello and welcome to another instalment of a day in the life of an Optimizely OMVP. On the back of the presentation I gave in the October 2025 happ...

Graham Carr | Nov 3, 2025

Optimizely CMS Mixed Auth - Okta + ASP.NET Identity

Configuring mixed authentication and authorization in Optimizely CMS using Okta and ASP.NET Identity.

Damian Smutek | Oct 27, 2025 |