Description Usage Arguments Value Examples
Get domain visits
1 | get_visits(api_key, domain, start, end, gr, md = "False")
|
api_key |
similarweb API key |
domain |
domain of interest, do not include schemas like |
start |
start date |
end |
end date |
gr |
|
md |
Defaults to False, set to True if you want main domain only |
The curl
object with status_code, headers, content
etc.
1 2 3 4 5 6 7 8 | ## Not run:
get_visits(api_key = "my_api_key",
domain = "cnn.com",
start = "01-2016",
end = "03-2016",
gr = "monthly")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.