traffic_history: Get Traffic History of a URL

Description Usage Arguments Value References Examples

View source: R/traffic_history.R

Description

Get Traffic History of a URL

Usage

1

Arguments

url

String; Required; valid url

range

Integer; Required; Default is 31, Maximum is 31. Pick an integer between 1 and 31.

start

String; Optional; A date within the last 4 years in format YYYYMMDD.

...

Additional arguments passed to alexa_GET.

Value

data.frame with the following columns: site, start, range, date, page_views_per_million, page_views_per_user, rank, reach_per_million

References

https://docs.aws.amazon.com/AlexaWebInfoService/latest/ApiReference_TrafficHistoryAction.html

Examples

1
2
3
4
## Not run: 
traffic_history(url = "http://www.google.com", start = "20160505")

## End(Not run)

aws.alexa documentation built on Nov. 10, 2020, 3:49 p.m.