With Opticon around the corner, we'll be canceling this month's (Sept) Happy Hour.

Class MarketingStatisticsStore

Inheritance
System.Object
MarketingStatisticsStore
Namespace: EPiServer.Commerce.Shell.Rest
Assembly: EPiServer.Commerce.Shell.dll
Version: 13.30.0
Syntax
public class MarketingStatisticsStore : RestControllerBase

Constructors

MarketingStatisticsStore(PromotionInformationRepository, MarketingStatisticRepository, IPermanentLinkMapper)

Declaration
public MarketingStatisticsStore(PromotionInformationRepository promotionInformationRepository, MarketingStatisticRepository statisticRepository, IPermanentLinkMapper permanentLinkMapper)
Parameters
Type Name Description
PromotionInformationRepository promotionInformationRepository
MarketingStatisticRepository statisticRepository
EPiServer.Web.IPermanentLinkMapper permanentLinkMapper

Methods

Get(String, IEnumerable<ContentReference>)

Declaration
public ActionResult Get(string query, IEnumerable<ContentReference> contentLinks)
Parameters
Type Name Description
System.String query
System.Collections.Generic.IEnumerable<EPiServer.Core.ContentReference> contentLinks
Returns
Type Description
System.Web.Mvc.ActionResult