Ahrefs
web-analytics-source-channels-chart
Returns time-series chart data grouped by source channel (e.g., organic, paid, social, direct) for a Web Analytics project, showing metrics over time. Use doc tool first to get the real input schema.
Remote ahrefs
Other tools also called web-analytics-source-channels-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"
},
"source_channels_to_chart": {
"type": "string"
}
}
}