| HitLogProviderLogConversions Method (String, String, String, Int32, Double) | 
            Writes the hit log to the file for all available conversions.
            
 
Namespace: CMS.WebAnalyticsAssembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntaxpublic static void LogConversions(
	string siteName,
	string culture,
	string objectName,
	int objectId,
	double value
)
Parameters
- siteName
 - Type: SystemString
Site name - culture
 - Type: SystemString
Site culture code - objectName
 - Type: SystemString
Object name - objectId
 - Type: SystemInt32
Object ID - value
 - Type: SystemDouble
Hit value 
See Also