statistics_1030_2
This commit is contained in:
@@ -194,7 +194,7 @@ class Statistics extends BaseController
|
||||
$duration_min = ceil($re_duration['duration'] / 60);
|
||||
$totalPlayDuration_min = ceil($re_totalPlayDuration['totalPlayDuration'] / 60);
|
||||
$livePV = $re_livePV['livePV'];
|
||||
$watchDuration = round($totalPlayDuration_min / $re_livePV['liveUV']);
|
||||
$watchDuration = round($totalPlayDuration_min / $re_liveUV['liveUV']);
|
||||
$pvDuration = round($livePV / $re_liveUV['liveUV'], 1);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user