youtube api - yt:statistics / view count not returned with v2 api -
i not able yt:statistics , corresponding view count using youtube v2 api
when print feed , statistics, can not found it. believe able until last week.
i use python gdata lib send/receive requests. looks feeds getting statistics. not come every feed??
any pointers??
update: similar observations yt:rating.
is there minimum guarantee yy api provides statistics/rating?
without minimum guarantee, not become un-reliable?
have tried using youtube-analytics api?
not sure equivalent call in python library - example, url top viewed videos:
https://www.googleapis.com/youtube/analytics/v1/reports ?metrics=views &dimensions=video &max-results=10 &sort=-views &start-index=1 &start-date={first date of interest} &enddate={last date of interest} &ids={your channel id}
you should able use same oauth token you're using youtube data api v2.
Comments
Post a Comment