Skip to contents

Returns audience retention percentages for a video. By default this function will return audience retention rates for organic views.

Usage

video_audience_retention(videoId = NULL, audienceType = "ORGANIC", ...)

Arguments

videoId

Required. String. Id of YouTube video.

audienceType

Required. String. Supported values are ORGANIC, AD_INSTREAM, and AD_INDISPLAY

...

Addt. arguments passed to analytics_request

Value

data.frame

Examples

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