Description Usage Arguments Value Examples
View source: R/getChannelMetrics.R
Get metrics for a list of channels
https://developers.google.com/youtube/analytics/content_owner_reports
1 2 3 4 5 6 7 8 9 | getChannelMetrics(
token,
contentOwner,
from,
to,
channels,
metrics = NULL,
dimensions = NULL
)
|
token |
Access token |
contentOwner |
Content owner. |
from |
Starting date. |
to |
Ending date. |
channels |
List of channels. |
metrics |
List of metrics. Defaults to |
dimensions |
List of dimensions. Defaults to |
Returns a data.frame
of results
1 2 3 4 5 | ## Not run:
channelMetrics <- getChannelMetrics(token, contentOwner = "ContentOwner",
from = startDate, to = endDate, channels$channelId)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.