ABVariantStatisticsData Constructor |
Constructor.
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 12.0.0
Syntax public ABVariantStatisticsData(
int conversionsCount,
double conversionsValue,
int visits
)
Parameters
- conversionsCount
- Type: SystemInt32
Conversions count - conversionsValue
- Type: SystemDouble
Conversions value - visits
- Type: SystemInt32
Visits count
See Also