John-Philip Johansson
Feb 25, 2020
  2781
(5 votes)

The Next Step for Episerver CMS Labs - User Telemetry in BlockEnhancements

As of EPiServer.Labs.BlockEnhancements 0.7.0 it will support sending some telemetry data to help the CMS UI team determine which of the many great improvements should be fully supported, with all the complicated combinations of Languages, Content Approval, Project Mode, and more. This telemetry technology and how we work with it in CMS UI will move into the main CMS UI package in the near future. Opting-in on self-hosted instances is optional. DXP hosted instances will have this enabled.

Help us do this right. We want to learn about how the CMS UI is used, while respecting our users privacy. See the Telemetry Information section and the code on Github. Create issues there with your concerns or post here on this blog post. If you prefer to write in private you can reach me at jp.johansson@episerver.com

As you might have read in Introducing Episerver CMS Labs there are certain improvements that are just too big to do right away without knowing if we're going to hit the mark. We introduced Labs to validate potential features before implementing them fully and we're very happy with the feedback we've received from our first Labs: BlockEnhancements. I have personally heard from many Sales Architects, Trainers, PMs, and EMVP's; how it has completely changed the experience of working with blocks. That's wonderful!

You might also notice that I didn't mention Editors or Marketers; the ones that work all day in our UI, the ones we build all of this for. Which of the six main features are making them happy? All of them? One of them? None of them? Does the inline publish from the Inline Block Edit (v0.5.0) fit into a workflow of "edit, then publish" in such a way that the Inline Publish from the Assets Pane (v0.1.0) is no longer needed? Does Smart Publish (v0.2.0) work so well that Inline Publish from the Content Area (v0.1.0) is no longer used? And does anyone ever try to publish anything less than "everything" when the Smart Publish dialog shows up for configuration? It's really hard to tell.

Until now. With EPiServer.Labs.BlockEnhancements 0.7.0 we will finally get some of those answers. It will enable us to use AppInsights to track feature usage and give a high level answer to some of our questions, as you can see here:

image3ls4.png

(This is how the data looks after CMS UI and QA has verified the UI functionality for this release)

We plan to fully support one of the main publishing paths from BlockEnhancements, and we need some data to see which one. Perhaps we learn that despite the positive remarks neither really hit the mark and we need to do more Labs.

Privacy

The CMS UI team is very interested in what our users use and do not use. What should we improve, what should we remove, what ... So many questions. 😄 But just gathering data and then trying to find questions that can be answered with the data is perhaps more fun than useful. Instead, we will start with a question and only add the minimum of tracking events to answer that question in a reasonable way.

We know from meeting users that they can have different preferences due to previous experiences. We also know from experience that sometimes a feature is used very differently from what we intended due to modifications on the partner/client end. To be able to filter data to determine outliers we will use anonymized id's for users and clients.

We are mainly interested in aggregated data, which you can see in our dashboard above. We will enable this on DXP environments, but if you're self hosted you can enable Telemetry with the configuration:

public void ConfigureContainer(ServiceConfigurationContext context)
{
    context.Services.Configure<TelemetryOptions>(options => options.OptedIn = true);
}

We're trying to be as transparent as possible so please take a look at in the Telemetry Information section where all the tracked events are carefully detailed.

We're looking at how we can share this data with you and how it can be useful for add-ons, both 1st and 3rd party ones. We're taking it slow to make sure we do this right and respect everyone's concerns around privacy. We will start with something simpler, perhaps some blog posts from the team with what we learned - would that be of interest to you?

This is just a first step into being a bit more data-driven in our UX decisions. We plan to include this technology in the main CMS UI product. While this is in BlockEnhancements you can see every tracked event detailed in the Readme, and see it in the code as well. What we track in CMS UI will be of the same level of detail, but won't be as easy to be as transparent with. Help us do it right in BlockEnhancements so that we're all happy and confident with this in CMS UI. We tried to make it as clear as possible for you to review the code in this Github pull request. Create issues there with your concerns or post here on this blog post. If you prefer to write in private you can reach me at jp.johansson@episerver.com

Feb 25, 2020

Comments

John-Philip Johansson
John-Philip Johansson Mar 11, 2020 02:37 PM

Two weeks since the release and we're already realizing something very surprising. It's a very small sample set, only 13 customers using this version, but looking at the over 1000 publishes they've done not even 10% were with any of the new amazingly good (or so people tell us) publish features. Not even if you add them all together. 🤯





Or as a fancy pie chart:


I just wanted to share that. We're looking deeper at this and we'll blog some more around what we'll do.

Please login to comment.
Latest blogs
Opti ID overview

Opti ID allows you to log in once and switch between Optimizely products using Okta, Entra ID, or a local account. You can also manage all your use...

K Khan | Jul 26, 2024

Getting Started with Optimizely SaaS using Next.js Starter App - Extend a component - Part 3

This is the final part of our Optimizely SaaS CMS proof-of-concept (POC) blog series. In this post, we'll dive into extending a component within th...

Raghavendra Murthy | Jul 23, 2024 | Syndicated blog

Optimizely Graph – Faceting with Geta Categories

Overview As Optimizely Graph (and Content Cloud SaaS) makes its global debut, it is known that there are going to be some bugs and quirks. One of t...

Eric Markson | Jul 22, 2024 | Syndicated blog

Integration Bynder (DAM) with Optimizely

Bynder is a comprehensive digital asset management (DAM) platform that enables businesses to efficiently manage, store, organize, and share their...

Sanjay Kumar | Jul 22, 2024

Frontend Hosting for SaaS CMS Solutions

Introduction Now that CMS SaaS Core has gone into general availability, it is a good time to start discussing where to host the head. SaaS Core is...

Minesh Shah (Netcel) | Jul 20, 2024

Optimizely London Dev Meetup 11th July 2024

On 11th July 2024 in London Niteco and Netcel along with Optimizely ran the London Developer meetup. There was an great agenda of talks that we put...

Scott Reed | Jul 19, 2024