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