Skip to content

Instantly share code, notes, and snippets.

@hishaamn
Created June 5, 2018 19:59
Show Gist options
  • Select an option

  • Save hishaamn/5d604c6ccf2dce201219824a26283d7e to your computer and use it in GitHub Desktop.

Select an option

Save hishaamn/5d604c6ccf2dce201219824a26283d7e to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8" ?>
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/">
<sitecore>
<pipelines>
<group groupName="analytics.aggregation">
<pipelines>
<interactions>
<!-- Custom Download Aggregator -->
<processor type="YourNamespace.AnalyticsDownloadEventAggregator, YourAssemblyName">
<param desc="name">DownloadAggregationObservable</param>
</processor>
<!-- END Custom Download Aggregator -->
</interactions>
</pipelines>
</group>
<downloadeventindexable.loadfields>
<processor type="YourNamespace.DownloadLoadFields, YourAssemblyName" />
</downloadeventindexable.loadfields>
</pipelines>
</sitecore>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment