Update wufb-reports-do.md

This commit is contained in:
Carmen Forsmann
2023-04-03 20:53:40 -06:00
committed by GitHub
parent bbc778f057
commit 993d209a99

View File

@ -72,7 +72,7 @@ There are sevaral calculated values that appear on the Delivery Optimization rep
- Volume by MCC = BytesFromCache (UCDOStatus table)
- Volume by CDN = BytesFrom CDN (UCDOStatus table)
## Determine GroupID
## Mapping GroupID
In the **Efficiency By Group** subsection, the **GroupID** is displayed as an encoded SHA256 hash. You can create a mapping of decoded to encoded GroupIDs using the following PowerShell example:
@ -139,3 +139,6 @@ You may see data in the report listed as 'Unknown'. This indicates that the Deli
- **How is the 'Top 10' groups identified?**
The top groups are represented by the number of devices in a particular group, for any of the four group types (GroupID, City, Country, and ISP).
- **The GroupIDs don't look familiar, why are they different?**
The GroupID values are encoded for data protection telemetry requirements. You can find more information in the 'Mapping GroupIDs' section above.