Description Usage Arguments Value Examples
View source: R/getVideoMetrics.R
Get metrics for a list of videos
https://developers.google.com/youtube/analytics/content_owner_reports
1 | getVideoMetrics(token, contentOwner, from, to, videos, metrics = NULL)
|
token |
Access token |
contentOwner |
Content owner |
from |
Starting date |
to |
Ending date |
videos |
List of videos |
metrics |
List of metrics. Defaults to |
Returns a data.frame
of results
1 2 3 4 5 | ## Not run:
videoMetrics <- getVideoMetrics(token, contentOwner = "ContentOwner",
from = "2019-02-03", to = "2019-02-09", videos$video)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.