channel_traffic_details {YTAnalytics} | R Documentation |
Channel Traffic Sources Data
Description
Returns top traffic sources by views. Check out https://developers.google.com/youtube/analytics/dimensions#Traffic_Source_Dimensions for more information.
Usage
channel_traffic_details(trafficType = "EXT_URL", ...)
Arguments
trafficType |
Required. String. Type of traffic source. |
... |
Addt. arguments passed to |
Value
data.frame
Examples
## Not run:
channel_traffic_sources()
## End(Not run)
[Package YTAnalytics version 0.1.0 Index]