IABTestConversionLoggerLogConversionTIdentifier Method |
Log A/B test conversion with given parameters. Actual logging of conversions is different for content only sites and other sites based on given siteName.
Namespace: CMS.OnlineMarketing.InternalAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 12.0.0
Syntax void LogConversion<TIdentifier>(
string requestDomain,
string siteName,
string culture,
string conversionName,
string itemIdentifier,
int objectId,
int count,
double value
)
Parameters
- requestDomain
- Type: SystemString
Domain of current HTTP request. - siteName
- Type: SystemString
Site name where conversion occurred. - culture
- Type: SystemString
Culture of page where conversion occurred. - conversionName
- Type: SystemString
Name of conversion registered in system. - itemIdentifier
- Type: SystemString
Identifier of object connected to conversion. - objectId
- Type: SystemInt32
ID of object connected with conversion. - count
- Type: SystemInt32
Number of conversions that occurred. - value
- Type: SystemDouble
Conversion value.
Type Parameters
- TIdentifier
- Type of the A/B variant identifier in ABUserStateManager.
See Also