Click or drag to resize
MVTestInfoProviderIncreaseConversions 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#
public static int IncreaseConversions(
	string testName,
	string combinationName,
	string siteName,
	string culture,
	int hits
)

Parameters

testName
Type: SystemString
MVTest name
combinationName
Type: SystemString
Combination name
siteName
Type: SystemString
Site name
culture
Type: SystemString
Culture code
hits
Type: SystemInt32
Hits count

Return Value

Type: Int32
See Also