AnalyticsHelperCurrentSource Method |
Note: This API is now obsolete.
Returns the name of the current source.
Namespace: CMS.WebAnalyticsAssembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax [ObsoleteAttribute("Access query string parameter utm_source directly.")]
public static string CurrentSource()
Return Value
Type:
StringName of the source or null when campaign parameter is not present in query string
Remarks
Name of current source is obtained from query string.
See Also