Learn R Programming

YTAnalytics (version 0.2.1)

video_playback_location: Video Playback Location

Description

Returns the type of page or application where video playbacks occurred.

Usage

video_playback_location(videoId = NULL, ...)

Value

data.frame

Arguments

videoId

Required. String. Id of YouTube video.

...

Addt. arguments passed to analytics_request

Details

For more information, refer to https://developers.google.com/youtube/analytics/dimensions#Playback_Location_Dimensions

Examples

Run this code
if (FALSE) {
video_playback_location(videoId = "dQw4w9WgXcQ")
}

Run the code above in your browser using DataLab