v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-1331219.2 KB
locations

Returns the search keywords used to find a business in search or maps. Each search keyword is accompanied by impressions which are aggregated on a monthly basis. Example request: GET https://businessprofileperformance.googleapis.com/v1/locations/12345/searchkeywords/impressions/monthly?monthly_range.start_month.year=2022&monthly_range.start_month.month=1&monthly_range.end_month.year=2022&monthly_range.end_month.month=3

get/v1/{+parent}/searchkeywords/impressions/monthly

Path parameters

parentstring required

Required. The location for which the time series should be fetched. Format: locations/{location_id} where location_id is an unobfuscated listing id.

Query parameters

monthlyRange.endMonth.dayinteger

Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.

monthlyRange.endMonth.monthinteger

Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.

monthlyRange.endMonth.yearinteger

Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.

monthlyRange.startMonth.dayinteger

Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.

monthlyRange.startMonth.monthinteger

Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.

monthlyRange.startMonth.yearinteger

Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.

pageSizeinteger

Optional. The number of results requested. The default page size is 100. Page size can be set to a maximum of 100.

pageTokenstring

Optional. A token indicating the next paginated result to be returned.

Response

Successful response