Ahrefs
web-analytics-source-channels
Returns traffic grouped by source channel (e.g., organic, paid, social, direct) for a Web Analytics project, including visitor counts, bounce rates, and session durations. Use doc tool first to get the real input schema.
Remote ahrefs
Other tools also called web-analytics-source-channels?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"to": {
"type": "string"
},
"from": {
"type": "string"
},
"limit": {
"type": "integer"
},
"where": {
"type": "string"
},
"output": {
"type": "string"
},
"order_by": {
"type": "string"
},
"project_id": {
"type": "integer"
}
}
}