Click or drag to resize
ICampaignPersistentStorage Interface
Provides access to storing and retrieving campaign code, campaign source name and campaign content from/to persistent storage. Persistent storage is a place where campaign code and source name can be stored and after the same visitor makes another request, it will be returned.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 12.0.0
Syntax
C#
public interface ICampaignPersistentStorage

The ICampaignPersistentStorage type exposes the following members.

Properties
  NameDescription
Public propertyCampaignUTMCode
Campaign UTM code.
Public propertyCampaignUTMContent
Campaign UTM content.
Public propertySourceName
Name of the campaign's source name.
Top
See Also