| 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.WebAnalyticsAssembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntaxpublic 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