List Website Search data
List the Website Search performance data
Query Parameters
The cursor
The start date, inclusive, in yyyy-MM-dd format.
The end date, inclusive, in yyyy-MM-dd format.
The dimensions, e.g. query
, page
. Must repeat for each dimension.
Possible values: [all
, final
]
If "all" (case-insensitive), data will include fresh data. If "final" (case-insensitive) or if this parameter is omitted, the returned data will include only finalized data.
Possible values: <= 25000
Default value: 10
The maximum number of results
- 200
- 401
Found
Schema
- Array [
- ]
The link to the first page.
items object[] required
An array of objects.
Number of clicks.
CTR.
The id: it's now a unique id, but a row index.
Number of impressions.
The keys for the current data, matching the provided dimensions
in the query.
Position.
A score to spot traffic opportunities, from 0.0 to 1.0 (the higher the better). The score is based on the traffic data.
The link to the last page.
The link to the next page or null
if there's no page.
The link to the previous page or null
if there's no page.
The link to the current page.
{
"first": "string",
"items": [
{
"clicks": 0,
"ctr": 0,
"id": 0,
"impressions": 0,
"keys": [
"string"
],
"position": 0,
"score": 0
}
],
"last": "string",
"next": "string",
"prev": "string",
"self": "string"
}
Authentication Failure