Description Usage Arguments Value Examples
View source: R/getOwnerMetrics.R
Get metrics for an owner
https://developers.google.com/youtube/analytics/content_owner_reports
1 2 3 4 5 6 7 8 | getOwnerMetrics(
token,
contentOwner,
from,
to,
metrics = NULL,
dimensions = NULL
)
|
token |
Access token |
contentOwner |
Content owner. |
from |
Starting date. |
to |
Ending date. |
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:
ownerMetrics <- getOwnerMetrics(token, contentOwner = "ContentOwner",
from = startDate, to = endDate)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.