Admin.XMLMetricsConfiguration.xml
The Admin.XMLMetricsConfiguration.xml file contains the configuration for the metrics that are displayed in the top-level Metrics tab in Organize Space.
Changelog
| File version | Content Manager version | Notes |
|---|---|---|
| 1.0 | 15.1.1 | This is the first version of Admin.XMLMetricsConfiguration.xml. |
Introduction
To access this configuration file in Organize Space, select the Settings tab, then the XML Settings subtab, and then the Metrics subsubtab.
- An estimate of average number of hours spent per object
- An estimate of the average hourly salary per employee
Tridion Docsships with a configuration file that sets out-of-the-box values for these settings. These are merely sample values, and you should modify them to values that apply to your organization.
The Metrics feature requires both of these estimates in order to produce its ROI (return on investment) charts.
Overview of the XML elements
| Element name | Description | Out-of-the-box value |
|---|---|---|
averageTimePerDocumentObject | The average amount of time an employee is expected to have spent on one document object, measured in hours. | 4 |
averageSalaryPerHour | The average amount of money an employee costs per hour, measured in the currency of your organization. | 80 |
Example
<infoShareMetricsConfig version="1.0">
<roiSettings>
<averageTimePerDocumentObject>4</averageTimePerDocumentObject>
<averageSalaryPerHour>80</averageSalaryPerHour>
</roiSettings>
</infoShareMetricsConfig>