Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class MarketingStatistic

This class is intended to be used internally by EPiServer. We do not support any backward compatibility on this.

Class representing a marketing statistic per one subject (ex.: Campaign, Promotion, ...)

Inheritance
System.Object
MarketingStatistic
Namespace: EPiServer.Commerce.Marketing.Internal
Assembly: Mediachase.Commerce.dll
Version: 14.26.0
Syntax
public class MarketingStatistic : Object

Constructors

MarketingStatistic(Guid, Int32)

Initializes a new instance of the MarketingStatistic class.

Declaration
public MarketingStatistic(Guid id, int value)
Parameters
Type Name Description
System.Guid id

The statistic subject id.

System.Int32 value

The statistic value.

Properties

Id

Gets the statistic subject id.

Declaration
public Guid Id { get; }
Property Value
Type Description
System.Guid

Value

Gets the total orders number.

Declaration
public int Value { get; }
Property Value
Type Description
System.Int32