Click or drag to resize
AnalyticsMethodsLogConversion Method (String, String, String)
Logs conversion for given conversion name and value.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax
C#
public static void LogConversion(
	string siteName,
	string conversionName,
	string conversionValue
)

Parameters

siteName
Type: SystemString
Site name
conversionName
Type: SystemString
Conversion name to track
conversionValue
Type: SystemString
Conversion value
See Also