Average call duration
If you display average call durations from Close, you may have noticed discrepancies between the data displayed on your widget and in Close. This is because we calculate average call durations differently from Close.
Example calculation
Day 1: you have 2 calls with a total call time of 10 minutes, with an average of 5 minutes per call.
Day 2: you have 2 calls with a total call time of 20 minutes, with an average of 10 minutes per call.
Close calculates it as: (10 minutes + 20 minutes) ÷ 4 calls = 7.5
minutes per call on average.
Geckoboard calculates it by first averaging it per day and then combining those daily averages: (5 minutes [from Day 1] + 10 minutes [Day 2]) ÷ 2 days = 7.75
minutes per call on average.