Click or drag to resize
MVTestInfoProviderIncreaseConversionsInternal Method
Increases number of conversions in multivariate test and combination.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
protected virtual int IncreaseConversionsInternal(
	string testName,
	string combinationName,
	string siteName,
	string culture,
	int hits
)

Parameters

testName
Type: SystemString
The multivariate test name
combinationName
Type: SystemString
The combination name
siteName
Type: SystemString
The site name
culture
Type: SystemString
The culture code
hits
Type: SystemInt32
The hits count

Return Value

Type: Int32
See Also