/* */  製品の更新 | | サポート問い合わせ先 | | システムステータス
Page Contents

    How Video Benchmark Score is Calculated

    このトピックでは、ビデオベンチマークスコアについて説明し、その計算方法を学習します。

    The Video Benchmark Score (VBS) examines two key video metrics:

    • Play Rate
    • Average Percent Viewed

    Play Rate is calculated by dividing the number of video views by the number of times the video was loaded (video views / video loads). If you have a page with a video on it and that page is viewed 10 times, and viewers watch the video on 4 of those page views, the video will have a 40% play rate. 

    Average Percent Viewed measures the percentage of a video that is actually watched. For example, two viewers watch a 60 second video. The first viewer watches for 5 seconds and the second viewer watches for 25 seconds. In total these viewers have accumulated 30 seconds of view time, or an average of 15 seconds. The Average Percent Viewed would be 25% (5 seconds + 25 seconds)/(60 seconds * 2 viewers).

    The VBS starts by comparing the Play Rate and Average Percent Viewed of your video to all videos with the same Video Content Type (Product Overview, Product Details, etc.). We then determine where your video ranks within this grouping: is it in the 10th percentile, 20th percentile, etc. These two percentiles are then averaged. So if you're video is in the 60th percentile for play rate and 70th percentile in average percent viewed, you're VBS would be 65.

    There is  additional downward weighting of the VBS if either Play Rate or Average Percent Viewed is at or below the 30th percentile. This is to emphasize the poor performance and the need to improve.

    The formula for downward weighting is as follows, written in pseudo-code: 

    
      If either rate is <=30
         lower_rate = smaller of the two rates
         multiple = (1.1-(1/(lower_rate/10)))
         If multiple < .35
           multiple = 0.35
           score = (start_rate + percentage_watched)/2)*multiple
         end if
      end if
          

    Page last updated on 05 Dec 2022