Click or drag to resize
CampaignListItemViewModel Properties

The CampaignListItemViewModel type exposes the following members.

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