Click or drag to resize
AnalyticsHelperCampaign Property

Note: This API is now obsolete.

Gets/sets the visitor's campaign from/to a cookie.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax
C#
[ObsoleteAttribute("Use CampaignService.CampaignCode or CampaignService.CreateCampaignLog instead.")]
public static string Campaign { get; set; }

Property Value

Type: String
Remarks
The cookie is saved when a visitor comes to the page through URL that contains campaign parameter. Is stored for fifty years and is used for linking campaigns to conversions.
See Also