Click or drag to resize
CampaignListItemViewModel Class
Represents listing View model of Campaign Info which can be serialized and used for communication between API controller and javascript services. This wrapper has to be used because info objects cannot be easily serialized and deserialized.
Inheritance Hierarchy
SystemObject
  CMS.WebAnalyticsCampaignListItemViewModel

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax
C#
public class CampaignListItemViewModel

The CampaignListItemViewModel type exposes the following members.

Constructors
  NameDescription
Public methodCampaignListItemViewModel
Top
Properties
  NameDescription
Public propertyCampaignID
Unique integer identifier of the campaign. Refers to the CampaignID.
Public propertyConversionRate
Campaign conversion rate. It is calculated as Conversions divided by Visitors.
Public propertyConversions
Indicates how many conversion happend in campaign.
Public propertyDetailLink
Single object url for editing current campaign.
Public propertyDisplayName
Name of the campaign used in listing and all reports. Refers to the CampaignDisplayName.
Public propertyOpenFrom
Provides time from which the campaign will be running. Refers to the CampaignOpenFrom.
Public propertyOpenTo
Provides time to which the champaign will be running. Refers to the CampaignOpenTo.
Public propertyStatus
Refers to the current status. Can be one of the CampaignStatusEnum.
Public propertyVisitors
Indicates how many visitor has reached campaign.
Top
See Also