Skip to content

Instantly share code, notes, and snippets.

@islaytitans
Created December 2, 2015 20:04
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 islaytitans/f7b51cbab34dfb46d6e6 to your computer and use it in GitHub Desktop.
Save islaytitans/f7b51cbab34dfb46d6e6 to your computer and use it in GitHub Desktop.
Class describing the KeyInteraction Facet that will be creaated in Sitecore's Experience Database
public interface IKeyInteractionsFacet : IFacet
{
IElementCollection<ISwatchDownloadedElement> SwatchesDownloaded { get; }
IElementCollection<IVideoPlayedElement> VideosPlayed { get; }
IElementCollection<ISampleOrderElement> SampleOrders { get; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment