Skip to content

Instantly share code, notes, and snippets.

@NaibafCH
Created August 19, 2019 18:22
Show Gist options
  • Save NaibafCH/02c5893746d2cc6b246ab2f3e8fb8ca1 to your computer and use it in GitHub Desktop.
Save NaibafCH/02c5893746d2cc6b246ab2f3e8fb8ca1 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/" xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
<sitecore>
<pipelines>
<determineInteractionChannel>
<processor type="Sitecore.Analytics.OmniChannel.Pipelines.DetermineInteractionChannel.ReferringSite, Sitecore.Analytics.OmniChannel"
patch:after="processor[@type='Sitecore.Analytics.OmniChannel.Pipelines.DetermineInteractionChannel.DefaultChannel, Sitecore.Analytics.OmniChannel']">
<param desc="channelId">{44DD9FF5-44B2-4C59-8DF8-849E400F4B6B}</param>
</processor>
</determineInteractionChannel>
</pipelines>
</sitecore>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment