Skip to content

Instantly share code, notes, and snippets.

@mskutta
Last active November 2, 2016 18:26
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/740d0ced032d91d9b4cfebb99a24bb8f to your computer and use it in GitHub Desktop.
Save mskutta/740d0ced032d91d9b4cfebb99a24bb8f to your computer and use it in GitHub Desktop.
Sorting Sitecore Items by Popularity using xDB
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/">
<sitecore>
<pipelines>
<group groupName="analytics.aggregation">
<pipelines>
<interactions>
<processor type="Website.Logic.Analytics.Views.ViewAggregationProcessor, Website" />
</interactions>
</pipelines>
</group>
</pipelines>
</sitecore>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment