Click or drag to resize
AnalyticsMethodsLogAnalytics Method
Logs statistics for landing and referring pages.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax
C#
public static void LogAnalytics(
	string sessionID,
	IPageInfo currentPage,
	string siteName
)

Parameters

sessionID
Type: SystemString
Current session ID
currentPage
Type: CMS.PortalEngineIPageInfo
Current page info
siteName
Type: SystemString
Site name
See Also