AnalyticsMethodsLogConversion Method (String, String, String) |
Logs conversion for given conversion name and value.
Namespace: CMS.WebAnalyticsAssembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 11.0.0
Syntax 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