I'm looking through the documentation for the YouTube API and they talk about statistics in their list of things that a user can pull, but I'm at a loss as to how to do the following.
The specific data I need is views per day for a given video. I am happy to pull this one-by-one, or as an entire channel, and either in large chunks of time (with each one saying what date it was viewed on) or day by day, where I'd run a report daily to see what the view count is for that day. However, the only param I see in there relating to this is "time" and when I give it a param of "today" it returns the same global all-time view count for a given video. In any event, time appears to apply only to live video (at least in how it's placed in the doc) so, I'm totally stumped. Maybe there's another doc that I just haven't found that details how one does this exact thing?
All help greatly appreciated.