Chris Sharp
Aug 8, 2019
  5158
(4 votes)

Episerver Insight UI Updated for Visitor Group Tracking

If you’ve looked recently at the Episerver Insight UI, you’ll likely notice a new top-level filter for “Visitor Group”. While the Insight UI is updated automatically, the tracking of the visitor group is not automatic, and it is important to know that visitor group tracking is a developer task. To take advantage of this new filter, you will need to update your solution’s tracking events to send the user’s visitor group information, as the standard page view tracking does not add this type of tracking data by default. 

This new visitor group filter helps to address some highly requested use cases for Insight. As of right now, you can't create Insight segments based on events that are tracked on the user (note: it is on the roadmap). Segments are created based on information in the user's profile. More information on creating segments can be found here: https://world.episerver.com/documentation/developer-guides/profile-store/profile-store-api/segments/

For example, say I want to create a group of users who have visited the "Contact Us" in a specific geographic region. In Insight, this currently can't be done. BUT! It can be done using visitor groups. Furthermore, it's very possible that many of the actions/scenarios that users want can be satisfied using visitor groups. Now that we can now track visitor groups in Insight, if you wanted to see a report for those users who have done that action, just create a visitor group with the criteria, track the visitor groups, and create a segment of users in that visitor group.

The usage of this filter requires additional tracking into the Profile Store with the visitor group information. Visitor group tracking has been supported since the release of EPiServer.Profiles.Client 1.9.0 in update 271. Specifically, the visitor group tracking method is part of EPiServer.Tracking.Cms version 1.9.0. The documentation for visitor group tracking can be found here: https://world.episerver.com/documentation/developer-guides/tracking/visitor-group-tracking2/.

Aug 08, 2019

Comments

Please login to comment.
Latest blogs
Custom form element view in Optimizely CMS 12

Do you want full control over the form element markup? Create your own views!

Tomas Hensrud Gulla | Dec 11, 2024 | Syndicated blog

How to Elevate Your Experimentation - Opticon workshop experience

As a non-expert in the field of experimentation, I’d like to share my feedback on the recent Opticon San Antonio workshop session titled "How to...

David Ortiz | Dec 11, 2024

Persisting a Strawberry Shake GraphQL Client for Optimizely's Content Graph

A recent CMS project used Strawberry Shake to generate an up-to-date C# GraphQL client at each build. But what happens to the build if the GraphQL...

Nicholas Sideras | Dec 11, 2024 | Syndicated blog

Opti ID with Secure Cookies And Third Party AddOns

Opti ID has revolutionised access to the Optimizely One suite and is now the preferred authentication method on all PAAS CMS websites that I build....

Mark Stott | Dec 9, 2024

AsyncHelper can be considered harmful

.NET developers have been in the transition to move from synchronous APIs to asynchronous API. That was boosted a lot by await/async keyword of C#...

Quan Mai | Dec 4, 2024 | Syndicated blog

The search for dictionary key

Recently I helped to chase down a ghost (and you might be surprised to know that I, for most part, spend hours to be a ghostbuster, it could be fun...

Quan Mai | Dec 4, 2024 | Syndicated blog