python - Get 'subscriptions driven', Youtube API not returning all data available in UI -


when @ statistics under youtube videos this

ui tabs

i interested in third tab. have spent day reading youtube documentation cannot seem find way it. queries this

https://www.googleapis.com/youtube/v3/videos?part=statistics&id=videoid&key=mykey 

and statistics part returns following parameters

"statistics": { "viewcount": "559064", "likecount": "5319", "dislikecount": "150", "favoritecount": "0", "commentcount": "628" } 

is there way number, subscriptions driven?

looks need use youtube analytics api.

there subscribersgained metric

in reports use either video dimension or filter parameter restrict response include data particular video, subscribersgained metric include statistics specified video's watch page.


Comments

Popular posts from this blog

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

python - How to remove the Xframe Options header in django? -