Click or drag to resize
ICampaignStatisticsService Interface
Provides methods for campaign statistics computation.

Namespace: CMS.WebAnalytics.Internal
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 11.0.0
Syntax
C#
public interface ICampaignStatisticsService

The ICampaignStatisticsService type exposes the following members.

Methods
  NameDescription
Public methodComputeConversionsCount
This method computes the sum of hits of all conversions within the campaign.
Public methodGetObjectiveStatistics
Returns statistics related to the campaign objective.
Top
See Also