CampaignService Class |
Namespace: CMS.WebAnalytics
public class CampaignService : ICampaignService
The CampaignService type exposes the following members.
Name | Description | |
---|---|---|
CampaignService |
Creates new instance of CampaignService.
|
Name | Description | |
---|---|---|
CampaignCode |
Gets/sets the visitor's campaign from/to a persistent storage.
| |
CampaignContent |
Gets/sets the visitor's content from/to a cookie.
| |
CampaignSourceName |
Gets/sets the visitor's source from/to a cookie.
|
Name | Description | |
---|---|---|
SetCampaign |
If CampaignInfo with given campaignCode exists, is running and combination of source and content is valid (when content is not null, source can't be null),
sets campaignCode, source and content to their properties (CampaignCode, CampaignSourceName or CampaignContent respectively).
|