CampaignStatusEnum Enumeration |
Represents the current status of a campaign.
Namespace: CMS.WebAnalyticsAssembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 13.0.131
Syntax public enum CampaignStatusEnum
Members
| Member name | Value | Description |
---|
| Running | 0 |
Campaign have been launched and currently running. All data will be tracked.
|
| Scheduled | 1 |
Campaign is scheduled to be launched in the future. No data are tracked until launched.
|
| Draft | 2 |
Campaign is not enabled and not ready to be started yet.
|
| Finished | 3 |
Campaign has finished. No data are tracked.
|
See Also