Created
June 5, 2018 19:59
-
-
Save hishaamn/5d604c6ccf2dce201219824a26283d7e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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