Skip to content

Instantly share code, notes, and snippets.

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 martinrayenglish/cc2873f5ba0033ba522f06f4e2a1d900 to your computer and use it in GitHub Desktop.
Save martinrayenglish/cc2873f5ba0033ba522f06f4e2a1d900 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:set="http://www.sitecore.net/xmlconfig/set/" xmlns:role="http://www.sitecore.net/xmlconfig/role/">
<sitecore role:require="Standalone or ContentDelivery or ContentManagement">
<dataAdapterManager>
<providers>
<add name="xconnect" type="MyProject.Analytics.XConnect.DataAccess.CustomXConnectDataAdapterProvider, MyProject.Analytics">
<FilteringEnabled>true</FilteringEnabled>
<IncludeGoals>true</IncludeGoals>
<filterEvents hint="raw:AddFilterEvents" patch:source="Sitecore.ContentTesting.config">
<PageEventDefinitionId Id="{1AD8EBEB-24E3-46F1-9EDD-2295C5219C5E}" description="Email Opened"/>
<PageEventDefinitionId Id="{E97E9557-0B84-4103-B545-988BF7336C7C}" description="Email Opened First Time"/>
<PageEventDefinitionId Id="{2A65ACC5-9851-40DD-851B-23F7A6C53092}" description="Email Sent"/>
<PageEventDefinitionId Id="{D5AB8D8D-EFC1-4EEC-B7F1-80CDD05FEBD3}" description="Email Spam Reported"/>
<PageEventDefinitionId Id="{450ADCBF-9429-48D1-B87F-B45691833D1F}" description="Unsubscribe from email"/>
<PageEventDefinitionId Id="{F7E054F5-6F73-4C09-82B0-9F36141BE42F}" description="Email Bounced"/>
</filterEvents>
</add>
</providers>
</dataAdapterManager>
</sitecore>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment