Ahrefs
web-analytics-chart
Returns time-series chart data for aggregate statistics of a Web Analytics project, with metrics like pageviews, visitors, visits, bounce rate, and session duration at the specified granularity. Use doc tool first to get the real input schema.
Remote ahrefs
Other tools also called web-analytics-chart?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"to": {
"type": "string"
},
"from": {
"type": "string"
},
"where": {
"type": "string"
},
"output": {
"type": "string"
},
"project_id": {
"type": "integer"
},
"granularity": {
"type": "string"
}
}
}