| AnalyticsDebugLogAnalyticsOperation Method  | 
            Logs the analytics operation. Logs the analytics operation to the file and to current request log for debugging.
            
 
Namespace: CMS.WebAnalyticsAssembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntaxpublic static void LogAnalyticsOperation(
	string codeName,
	string siteName,
	string culture,
	string objectName,
	int objectId,
	int count,
	double value
)
Parameters
- codeName
 - Type: SystemString
Statistics codename - siteName
 - Type: SystemString
Site name - culture
 - Type: SystemString
Site culture code - objectName
 - Type: SystemString
Object name - objectId
 - Type: SystemInt32
Object ID - count
 - Type: SystemInt32
Hit count - value
 - Type: SystemDouble
Hit value 
See Also