Ahrefs
web-analytics-utm-params
Returns statistics for a specified UTM paramater for a Web Analytics project, showing visitor counts, bounce rates, and session durations grouped by utm_source. Use doc tool first to get the real input schema.
Remote ahrefs
Other tools also called web-analytics-utm-params?
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"
},
"utm_param": {
"type": "string"
},
"project_id": {
"type": "integer"
}
}
}