Skip to content

Instantly share code, notes, and snippets.

@agehlot
Created March 13, 2021 13:04
Show Gist options
  • Save agehlot/83b28df847543eb536b17383c5c41ad1 to your computer and use it in GitHub Desktop.
Save agehlot/83b28df847543eb536b17383c5c41ad1 to your computer and use it in GitHub Desktop.
Sitecore Aggregation pipeline processor config
<?xml version="1.0" encoding="utf-8" ?>
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/" xmlns:role="http://www.sitecore.net/xmlconfig/role/">
<sitecore role:require="Standalone or Processing">
<pipelines>
<group groupName="analytics.aggregation">
<pipelines>
<interactions>
<processor type="Core.Foundation.Analytics.Collection.Pipelines.Aggregation.PageEventProcessor, Core.Foundation.Analytics.Collection" />
</interactions>
</pipelines>
</group>
</pipelines>
</sitecore>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment