Click or drag to resize
AnalyticsHelperSource Property

Note: This API is now obsolete.

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

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

Property Value

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