Historical metrics options.
JSON representation | |
---|---|
{
"yearMonthRange": {
object ( |
Fields | |
---|---|
yearMonthRange |
The year month range for historical metrics. If not specified the searches will be returned for past 12 months. Searches data is available for the past 4 years. If the search volume is not available for the entire yearMonthRange provided, the subset of the year month range for which search volume is available will be returned. |
YearMonthRange
The year month range inclusive of the start and end months. Eg: A year month range to represent Jan 2020 would be: (Jan 2020, Jan 2020).
JSON representation | |
---|---|
{ "start": { object ( |
Fields | |
---|---|
start |
The inclusive start year month. |
end |
The inclusive end year month. |
YearMonth
Year month.
JSON representation | |
---|---|
{
"year": string,
"month": enum ( |
Fields | |
---|---|
year |
The year (e.g. 2020). |
month |
The month of the year. (e.g. FEBRUARY). |