Googleapis Businessprofileperformance
Google Business Profile Performance API provides performance metrics for Google Business Profile listings.
- Base URL:
https://businessprofileperformance.googleapis.com - Auth:
bearer(pass your key via theapiKeyinput)
Operations
businessprofileperformance_locations_fetchmultid— GET /v1/{location}:fetchMultiDailyMetricsTimeSeries — Returns the values for each date from a given time range and optionally the subbusinessprofileperformance_locations_getdailymet— GET /v1/{name}:getDailyMetricsTimeSeries — Returns the values for each date from a given time range that are associated wibusinessprofileperformance_locations_searchkeywo— GET /v1/{parent}/searchkeywords/impressions/monthly — Returns the search keywords used to find a business in search or maps. Each sear
Inputs
apiKey— your googleapis-businessprofileperformance API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: businessprofileperformance_locations_fetchmultid
apiKey: <your key>
Publishes
The keys a later task may reference as {{taskName.key}}. Referencing anything not listed here resolves to nothing at run time.
erroroperationresultstatus
Input Properties
Every property this tool accepts, from its own tool.iml.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
apiKey |
string | yes | — | DEPRECATED — bind an API Key credential to the task with credentialName instead. A key pasted here is stored in the workflow definition in clear and appears in every export of it. Still honoured for workflows built before the change. |
operation |
string | yes | — | One of: businessprofileperformance_locations_fetchmultid, businessprofileperformance_locations_getdailymet, businessprofileperformance_locations_searchkeywo |
location |
string | no | — | Path parameter location (required by some operations). |
name |
string | no | — | Path parameter name (required by some operations). |
parent |
string | no | — | Path parameter parent (required by some operations). |
query |
string | no | — | Optional query params as a JSON object string, e.g. {"limit": 10}. |