We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a450030 commit 7c98eb9Copy full SHA for 7c98eb9
1 file changed
ruby/README.md
@@ -34,7 +34,7 @@ associated with a particular keyword.
34
35
### [Retrieve top 10 videos by viewcount](/youtube/api-samples/blob/master/ruby/yt_analytics_report.rb)
36
37
-Method: youtube.playlists.insert<br>
+Method: youtubeAnalytics.reports.query<br>
38
Description: This sample calls the API's <code>reports.query</code> method to retrieve YouTube Analytics data.
39
By default, the report retrieves the top 10 videos based on viewcounts, and it returns several metrics for those
40
videos, sorting the results in reverse order by viewcount. By setting command line parameters, you can use the same
0 commit comments