How does Optimize calculate my policy compliance percentage?
This article provides advanced information on how the Policy score is calculated in Optimize.
The Policy compliance score is essentially the average taken from the compliance percentage of each policy that is applied for the domain.
The policy compliance percentage calculation of a domain that is displayed on the Domain Overview and Compliance Trends reports as well as within the policy module are calculated in the same way.
We calculate the compliance percentage of each policy that is applied for the domain and then do the average of all policies. Each policy can be applied to a link or a page, so to calculate a policy violation, the formula is:
(1.0 - (match_count.to_f / total_count)) * 100
match_count is the number of violations such as links or pages that match the parameters for a specific policy.
For example, a domain has a policy to find images larger than 10MB. The domain has 100 images, and 5 of them are larger tan 10MB. In this example, the match_count is 5 and the total_count is 100.
The resulting score calculation is:
(1.0 - (5.to_f / 100)) * 100 (1.0 - 0.05) * 100 (0.95) * 100 95%
Did not find what you were looking for?
If this content did not answer your questions, try searching or contacting our support team for further assistance.