How is the Fill Rate Calculated?
The Fill Rate is calculated as follows:
Sum(Sum Slot Duration / Loop * hours) / Total hours
For example, let's assume the following:
- We have one screen with a constant loop of 90 seconds.
- Today has a Sum Slot Duration of 45 seconds, so 45 seconds out of the 90 seconds loop is used.
- Tomorrow has a Sum Slot Duration of 20 seconds, so 20 seconds out of the 90 seconds loop is used.
- Next day has a Sum Slot Duration of 60 seconds, , so 60 seconds out of the 90 seconds loop is used.
The Fill Rate calculation is:
(45 / 90 * 24 + 20/90 * 24 + 60 / 90 * 24) / 72
The Fill Rate is about 46%.