Click or drag to resize
CampaignObjectiveStatistics Class
Represents information about the campaign objective - especially objective's actual and target values.
Inheritance Hierarchy
SystemObject
  CMS.WebAnalyticsCampaignObjectiveStatistics

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 12.0.0
Syntax
C#
public sealed class CampaignObjectiveStatistics

The CampaignObjectiveStatistics type exposes the following members.

Constructors
  NameDescription
Public methodCampaignObjectiveStatistics
Top
Properties
  NameDescription
Public propertyActual
Actual value of the objective.
Public propertyName
The name of the objective.
Public propertyResultPercent
The result of the objective expressed in percents. Value of 100 and above means that the objective was achieved.
Public propertyTarget
Target (desired) value of the objective.
Top
See Also