Click or drag to resize
IABTestConversionLoggerLogConversion Method
Logs A/B test conversion.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 13.0.131
Syntax
C#
void LogConversion(
	string conversionName,
	string siteName,
	string itemIdentifier = null,
	[OptionalAttribute] decimal value,
	int count = 1,
	string culture = null
)

Parameters

conversionName
Type: SystemString
Name of conversion registered in system.
siteName
Type: SystemString
Site name where conversion occurred.
itemIdentifier (Optional)
Type: SystemString
Identifier of object connected to conversion.
value (Optional)
Type: SystemDecimal
Default value used for logging. This value has lower priority than the conversion default value defined in the A/B testing application.
count (Optional)
Type: SystemInt32
Number of conversions that occurred - 1 by default.
culture (Optional)
Type: SystemString
Culture name connected to conversion - current thread culture is used if not specified.
See Also