This endpoint lets you view the monthly Google Business Profile search keywords for all your businesses subscribed to Presence Management.
To access the analytics of a business, you need to:
READ access on itThe analytics on search keywords are made available by Google Business Profile on a monthly basis.
You will receive the following metrics:
You can use the following filters:
The response can be aggregated by:
The response can be ordered by:
The response can be ordered in ascending or descending order by any of the selected dimensions or metrics.
The authentication system on Partoo API is using API Key that should be put in the header of the request (the name of the header is x-APIKey). An api_key is linked to a user. This user's role will give you different access level to the API features.
List of analytics to return. At least one in that list.
count, threshold "metrics=count,threshold"
How the returned data will be aggregated. At most 'business' and one time dimensions of the list. If no dimension is given, the request will return the sum of each metric for all requested days and businesses.
business, keyword, month, year "dimensions=keyword,month"
Where the object is either a dimension or a metric and is used in the request. At most one in the list. - before a field to order_by DESC, nothing for ASC
<object>, -<object> "order_by=-count"
Filter by business ids
Business id
Filter by date.
Return all the analytics whose date >= given_date.
Filter by date.
Return all the analytics whose date <= give_date.
The page number you want to request.
The value defaults to 1, when it is not included.
x >= 1The maximum number of result items to return in a page.
The value defaults to 500, when it is not included.
x <= 500