Try our conversational search powered by Generative AI!

K Khan
Jun 29, 2015
  5094
(2 votes)

Visitor Criteria based on EPiServer Find Statistics

EPiServer Find Statistics are quite useful. Those helps editors to understand the behaviour of web users of their site. Those statistics can be used in other areas of EPiServer also. e.g. I have developed a visitor criteria that offers editors to select a keyword based on the most frequent search by web users during last month. On Search Listing page Editors can select Contents to show related contents for those popular searches.

Find Statistics show most frequent searches on website during last month

Image statistics.JPG

A Visitor Criteria to show specific contents for these terms

Image visitorcriteria.JPG

Search term specific contents

Image SpecificContentForSearches.JPG

Code and a nuget package is available on Github.

Following Configurations will require.

<episerver>
<visitorGroup>
        <searchKeyWordCriteria pattern="([#?&](amp;)?(q|p|Search)=(?<query>[^&]+))" />
      </visitorGroup>
</episerver>

I am looking forward for some public functions from EPiserver, so developers could retrieve statistics based on IP/user also. Some great features can be built based on that.

Jun 29, 2015

Comments

Jul 16, 2015 01:12 PM

Like!

Please login to comment.
Latest blogs
The A/A Test: What You Need to Know

Sure, we all know what an A/B test can do. But what is an A/A test? How is it different? With an A/B test, we know that we can take a webpage (our...

Lindsey Rogers | Apr 15, 2024

.Net Core Timezone ID's Windows vs Linux

Hey all, First post here and I would like to talk about Timezone ID's and How Windows and Linux systems use different IDs. We currently run a .NET...

sheider | Apr 15, 2024

What's new in Language Manager 5.3.0

In Language Manager (LM) version 5.2.0, we added an option in appsettings.json called TranslateOrCopyContentAreaChildrenBlockForTypes . It does...

Quoc Anh Nguyen | Apr 15, 2024

Optimizely Search & Navigation: Boosting in Unified Search

In the Optimizely Search & Navigation admin view, administrators can set a certain weight of different properties (title, content, summary, or...

Tung Tran | Apr 15, 2024