Ahrefs
web-analytics-entry-pages-chart
Returns time-series chart data for entry pages of a Web Analytics project, showing visitor counts and entry rates over time. Use doc tool first to get the real input schema.
Remote ahrefs
Other tools also called web-analytics-entry-pages-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"
},
"entry_pages_to_chart": {
"type": "string"
}
}
}