I have been trying to get the video list of our youtube channel and advance statistics like avg view duration, subscribers gained, watch time, etc. These statistics do exist in Youtube analytics Web GUI. But I could not find how I can implement that per video via API.
I have tried youtubeAnalytics.reports.query API - but unable to get the advanced statistics.
with these parameters
- ids : channel==MINE
- filter = video==
- startdate: 2019-02-15
- enddate: 2019-02-20
- metrics likes- dislikes avgviewDuration,
- dimension: day
and other try with
- dimension day,video I am getting null data or query not implemented.