powered by
Get Traffic History of a URL
traffic_history(url = NULL, range = 31, start = NULL, ...)
String; Required; valid url
Integer; Required; Default is 31, Maximum is 31. Pick an integer between 1 and 31.
String; Optional; A date within the last 4 years in format YYYYMMDD.
Additional arguments passed to alexa_GET.
alexa_GET
data.frame with the following columns: site, start, range, date, page_views_per_million, page_views_per_user, rank, reach_per_million
site, start, range, date, page_views_per_million, page_views_per_user, rank, reach_per_million
https://docs.aws.amazon.com/AlexaWebInfoService/latest/ApiReference_TrafficHistoryAction.html
# NOT RUN { traffic_history(url = "http://www.google.com", start = "20160505") # }
Run the code above in your browser using DataLab