playlist_playback_location {YTAnalytics} | R Documentation |
Returns the type of page or application where video playbacks occurred.
playlist_playback_location(playlistId = NULL, ...)
playlistId |
Required. String. Id of YouTube playlist. |
... |
Addt. arguments passed to |
For more information, refer to https://developers.google.com/youtube/analytics/dimensions#Playback_Location_Dimensions
data.frame
## Not run:
playlist_playback_location(playlistId = "PL2MI040U_GXq1L5JUxNOulWCyXn-7QyZK")
## End(Not run)