Skip to contents

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 analytics_request

Value

data.frame

Examples

if (FALSE) { # \dontrun{
video_traffic_sources(videoId = "dQw4w9WgXcQ")
} # }