How to get average watch time for a youtube video? -


according youtube analytics documentation, can watch time videos uploaded own channel, , can't playlisted videos (except in context of playlist, useless me). documentation states if want access watch time information, need permission owner of channel. https://developers.google.com/youtube/reporting/#report_contents

is possible average watch time youtube video using youtube data api or analytics api, or using other source , how?

you may check averageviewduration average length, in seconds, of video playbacks. in playlist report, metric indicates average length, in seconds, of video playbacks occurred in context of playlist.

example:

total view counts, estimated watch time, , more channel

this query retrieves aggregated metrics channel's content. report returns single row of data contains totals each requested metric during specified date range.

metrics=views,comments,likes,dislikes,estimatedminuteswatched,averageviewduration 

hope helps!


Comments

Popular posts from this blog

javascript - Create a stacked percentage column -

Optimising Firebase database by automatically overwriting data -

javascript - Angular UI-Grid customTemplate directive causing rows to load slowly/? -