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