Click or drag to resize
ICampaignStatisticsServiceGetObjectiveStatistics Method
Returns statistics related to the campaign objective.

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

Parameters

campaignId
Type: SystemInt32
ID of the campaign to get objective for.

Return Value

Type: CampaignObjectiveStatistics
See Also