Ahrefs
gsc-performance-by-device
Returns Google Search Console performance metrics (clicks, impressions, CTR, position) broken down by device type (desktop, mobile, tablet) for a project. Use doc tool first to get the real input schema.
Remote ahrefs
Other tools also called gsc-performance-by-device?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"where": {
"type": "string"
},
"output": {
"type": "string"
},
"country": {
"type": "string"
},
"date_to": {
"type": "string"
},
"date_from": {
"type": "string"
},
"project_id": {
"type": "integer"
},
"search_type": {
"type": "string"
},
"portfolio_id": {
"type": "integer"
}
}
}