video_traffic_details {YTAnalytics} | R Documentation |
Video Traffic Details Data
Description
Returns traffic details by views. Check out https://developers.google.com/youtube/analytics/dimensions#Traffic_Source_Dimensions for more information.
Usage
video_traffic_details(videoId = NULL, trafficType = "EXT_URL", ...)
Arguments
videoId |
Required. String. Id of YouTube video. |
trafficType |
Required. String. Type of traffic source. |
... |
Addt. arguments passed to |
Value
data.frame
Examples
## Not run:
video_traffic_sources(videoId = "dQw4w9WgXcQ")
## End(Not run)
[Package YTAnalytics version 0.1.0 Index]