Is it possible to get daily video stats for X videos at once?
YT Analytics API does stats only for a channel. Of course I can filter results by video ID (but only one!). I'm getting an error while trying to put "video=1;video=2;video=3" in filter method.
From the documentation of the
reports.query
endpoint of the YouTube Analytics API, assuming this is the endpoint you are referring to:In other words: only use commas between video IDs (not semicolons), don't repeat the
video
keyword for each ID and use==
instead of=
.