Click or drag to resize
AnalyticsHelperCurrentSource Method

Note: This API is now obsolete.

Returns the name of the current source.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax
C#
[ObsoleteAttribute("Access query string parameter utm_source directly.")]
public static string CurrentSource()

Return Value

Type: String
Name 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