Skip to content

Instantly share code, notes, and snippets.

@mskutta
Created November 2, 2016 17:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mskutta/5b747975e2baa4f23b780582a9a184d2 to your computer and use it in GitHub Desktop.
Save mskutta/5b747975e2baa4f23b780582a9a184d2 to your computer and use it in GitHub Desktop.
Sorting Sitecore Items by Popularity using xDB
<?xml version="1.0"?>
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/">
<sitecore>
<pipelines>
<endAnalytics>
<processor type="Website.Logic.Analytics.Views.ViewPageEventProcessor, Website" patch:before="processor[@type='Sitecore.Analytics.Pipelines.EndAnalytics.SaveDuration, Sitecore.Analytics']"/>
</endAnalytics>
</pipelines>
</sitecore>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment