View source: R/traffic_details.R
video_traffic_details | R Documentation |
Returns traffic details by views. Check out https://developers.google.com/youtube/analytics/dimensions#Traffic_Source_Dimensions for more information.
video_traffic_details(videoId = NULL, trafficType = "EXT_URL", ...)
videoId |
Required. String. Id of YouTube video. |
trafficType |
Required. String. Type of traffic source. |
... |
Addt. arguments passed to |
data.frame
## Not run:
video_traffic_sources(videoId = "dQw4w9WgXcQ")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.