thinh truong
Jul 15, 2019
  495
(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 13: Why Search & Navigation Now Means Graph Migration

Optimizely CMS 13 makes Graph a required part of the platform. Here is what that means in practice for teams moving from Search & Navigation, with ...

Wojciech Seweryn | Apr 8, 2026 |

Jhoose Security Module V3.0.0 – Site-Level Security Configuration for Optimizely

Jhoose Security Module updated for Optimizely CMS 13, introducing separate packages for CMS 12 and 13 with ongoing support and enhancements.

Andrew Markham | Apr 6, 2026 |

Searchable settings page

In my current project which has been actively developed for quite some time we have a big classic settings page. Unfortunately the placement and...

Per Nergård (MVP) | Apr 6, 2026

Using Azure Devops Pipelines in Optimizely SAAS (Configured) Commerce

Introduction When working with SAAS Commerce build service v2 your currently need to use a github repo with configured branches to start deployment...

Mark Hall | Apr 4, 2026 |