Blogs posted in January 2018

Visitor group criterion for A/B testing available for Episerver 11

Jan 25, 2018  

The Episerver visitor group criterion that allows editors to define visitor groups depending on whether an end user is participating in an A/B test is now available for Episerver 11.

The package adds a new visitor group called “Participating in A/B test” as shown below:

Working with Episerver Insight and the Episerver Profile store API

Jan 11, 2018  

Episerver has recently released Episerver Insight which is the user interface for viewing, filtering visitor profiles and creating segments. This relies on Episerver Profile store in order to store profile data.

This post describes how its possible to load a user profile and update some properties on it using the Episerver Profile Store API. As Episerver Profile store is a pure RESTful API it means developers can choose any way to interact with it. For this example RestSharp is used to connect to the API and uses Newtonsoft.Json to manipulate the data. 

In this example I want to perform the following operations: