AnalyticsHelperCampaign Property |
Note: This API is now obsolete.
Gets/sets the visitor's campaign from/to a cookie.
Namespace: CMS.WebAnalyticsAssembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax [ObsoleteAttribute("Use CampaignService.CampaignCode or CampaignService.CreateCampaignLog instead.")]
public static string Campaign { get; set; }
Property Value
Type:
StringRemarks
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