Click or drag to resize
CampaignObjectiveStatisticsResultPercent Property
The result of the objective expressed in percents. Value of 100 and above means that the objective was achieved.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 12.0.0
Syntax
C#
public decimal ResultPercent { get; }

Return Value

Type: Decimal
The ratio between the Actual and the Target values expressed in percents. Returns 100 if the Target is equal to 0 (an easy target).
See Also