/sites/{siteUrl}/searchAnalytics/query
POST
/sites/{siteUrl}/searchAnalytics/query
searchanalytics
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://searchconsole.googleapis.com//sites//searchAnalytics/query' \
--header 'Content-Type: application/json' \
--data-raw '{
"aggregationType": "AUTO",
"dataState": "DATA_STATE_UNSPECIFIED",
"dimensionFilterGroups": [
{
"filters": [
{
"dimension": "QUERY",
"expression": "string",
"operator": "EQUALS"
}
],
"groupType": "AND"
}
],
"dimensions": [
"DATE"
],
"endDate": "string",
"rowLimit": 0,
"searchType": "WEB",
"startDate": "string",
"startRow": 0,
"type": "WEB"
}'
Response Response Example
{
"responseAggregationType": "AUTO",
"rows": [
{
"clicks": 0,
"ctr": 0,
"impressions": 0,
"keys": [
"string"
],
"position": 0
}
]
}
Request
Path Params
siteUrl
string
required
Body Params application/json
Responses
Modified at 2022-09-12 11:46:11