Click or drag to resize
ICampaignPersistentStorage Interface
Provides access to storing and retrieving campaign code and campaign source name 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: 9.0.0
Syntax
C#
public interface ICampaignPersistentStorage

The ICampaignPersistentStorage type exposes the following members.

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