Ahrefs
web-analytics-utm-params-chart
Returns time-series chart data grouped by a specified UTM param for a Web Analytics project, showing visitor counts, bounce rates, and session durations over time. Use doc tool first to get the real input schema.
Remote ahrefs
Other tools also called web-analytics-utm-params-chart?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"to": {
"type": "string"
},
"from": {
"type": "string"
},
"where": {
"type": "string"
},
"output": {
"type": "string"
},
"utm_param": {
"type": "string"
},
"project_id": {
"type": "integer"
},
"granularity": {
"type": "string"
},
"utm_params_to_chart": {
"type": "string"
}
}
}