powered by
Returns audience retention percentages for a video. By default this function will return audience retention rates for organic views.
video_audience_retention(videoId = NULL, audienceType = "ORGANIC", ...)
data.frame
Required. String. Id of YouTube video.
Required. String. Supported values are ORGANIC, AD_INSTREAM, and AD_INDISPLAY
ORGANIC
AD_INSTREAM
AD_INDISPLAY
Addt. arguments passed to analytics_request
analytics_request
if (FALSE) { video_audience_retention(videoId = "dQw4w9WgXcQ") }
Run the code above in your browser using DataLab