YouTube Analytics API php Samples
问题 I want to make this YouTube Analytics Request with the PHP Client Libary https://www.googleapis.com/youtube/analytics/v1/reports ?ids=channel==CHANNELID &start-date=STARTDATE &end-date=ENDDATE &metrics=views, estimatedMinutesWatched, averageViewDuration, comments, favoritesAdded, favoritesRemoved, likes, dislikes, shares, subscribersGained, subscribersLost &dimensions=7DayTotals &fields=rows &sort=day Is this possible? Are there any PHP code Samples on how the get a YouTube Analytics Report