CampaignObjectiveStatisticsResultPercent Property |
The result of the objective expressed in percents.
Value of 100 and above means that the objective was achieved.
Namespace: CMS.WebAnalyticsAssembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 13.0.131
Syntax public decimal ResultPercent { get; }
Return Value
Type:
DecimalThe 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