ICampaignStatisticsServiceComputeConversionsCount Method |
This method computes the sum of hits of all conversions within the campaign.
Namespace: CMS.WebAnalytics.InternalAssembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 13.0.131
Syntax int ComputeConversionsCount(
int campaignId
)
Parameters
- campaignId
- Type: SystemInt32
Campaign identifier.
Return Value
Type:
Int32Total conversions hits within the campaign.
See Also