Click or drag to resize
HitLogProviderLogPageView Method
Writes the hit log to the file for page view. Logs page view for the given page with the given culture.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax
C#
public static void LogPageView(
	string siteName,
	string culture,
	string objectName,
	int objectId
)

Parameters

siteName
Type: SystemString
Site name
culture
Type: SystemString
Document culture code
objectName
Type: SystemString
Node alias path
objectId
Type: SystemInt32
Node ID
See Also