site-explorer-metrics-history
Analyze historical organic and paid search traffic and cost metrics for domains, URLs, or paths over a customizable date range and grouping interval to track performance trends.
Instructions
Retrieves historical data on key organic and paid search traffic and cost metrics for a specified domain, URL, or path over a selectable date range and grouping interval. Use doc tool first to get the real input schema.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
country | No | ||
date_from | Yes | ||
date_to | No | ||
history_grouping | No | ||
mode | No | ||
protocol | No | ||
select | No | ||
target | Yes | ||
volume_mode | No |
Input Schema (JSON Schema)
{
"properties": {
"country": {
"type": "string"
},
"date_from": {
"type": "string"
},
"date_to": {
"type": "string"
},
"history_grouping": {
"type": "string"
},
"mode": {
"type": "string"
},
"protocol": {
"type": "string"
},
"select": {
"type": "string"
},
"target": {
"type": "string"
},
"volume_mode": {
"type": "string"
}
},
"required": [
"date_from",
"target"
],
"type": "object"
}