Click or drag to resize
ICampaignStatisticsServiceComputeConversionsCount Method
This method computes the sum of hits of all conversions within the campaign.

Namespace: CMS.WebAnalytics.Internal
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 11.0.0
Syntax
C#
int ComputeConversionsCount(
	int campaignId
)

Parameters

campaignId
Type: SystemInt32
Campaign identifier.

Return Value

Type: Int32
Total conversions hits within the campaign.
See Also