CampaignListItemViewModel Class |
Namespace: CMS.WebAnalytics.Web.UI
public class CampaignListItemViewModel
The CampaignListItemViewModel type exposes the following members.
Name | Description | |
---|---|---|
![]() | CampaignListItemViewModel |
Name | Description | |
---|---|---|
![]() | CampaignID |
Unique integer identifier of the campaign. Refers to the CampaignID.
|
![]() | Conversions |
Indicates how many conversion happened in campaign.
|
![]() | DaysToStart |
Number of days from now to campaign start.
|
![]() | DetailLink |
Single object url for editing current campaign.
|
![]() | DisplayName |
Name of the campaign used in listing and all reports. Refers to the CampaignDisplayName.
|
![]() | Objective |
Indicates how the campaign objective stored in CampaignObjectiveInfo is met (in percents).
If no objective is set for the campaign, this property is null.
|
![]() | OpenFrom |
Provides time from which the campaign will be running. Refers to the CampaignOpenFrom.
|
![]() | OpenTo |
Provides time to which the champaign will be running. Refers to the CampaignOpenTo.
|
![]() | Status |
Refers to the current status. Can be one of the CampaignStatusEnum.
|
![]() | Visitors |
Indicates how many visitor has reached campaign.
|