---
title: "Get Google Business Profile performance metrics"
method: GET
path: "/v1/analytics/googlebusiness/performance"
tags: ["Analytics"]
---

# Get Google Business Profile performance metrics

`GET /v1/analytics/googlebusiness/performance`

Returns daily performance metrics for a Google Business Profile location.
Metrics include impressions (Maps/Search, desktop/mobile), website clicks,
call clicks, direction requests, conversations, bookings, and food orders.
Data may be delayed 2-3 days. Max 18 months of historical data.
Requires the Analytics add-on.

## Query parameters

- `accountId` string, required
- `metrics` string
- `startDate` string, date
- `endDate` string, date

## Response `200`

Performance metrics with daily time series

- object
  - `success` boolean
  - `accountId` string
  - `platform` string
  - `dateRange` object
    - `startDate` string, date
    - `endDate` string, date
  - `metrics` object — Each key is a metric name containing total and daily values.
  - `dataDelay` string

## Other responses

- `400` — Invalid parameters
- `401` — Unauthorized
- `402` — Analytics access required. Legacy plans need the Analytics add-on; included by default on usage-based plans.
- `403` — Access denied
- `502` — The platform returned a server error.
- `503` — An upstream service or database is temporarily unavailable. Retry after the indicated delay. A timed-out write may have completed upstream; check its outcome before resubmitting.

## Changes

- **2026-09-16** `3e6ddf2a99ea` — 2 info
  - added the optional property `details/budgetScope` to the response with the `502` status
  - added the optional property `details/budgetScope` to the response with the `503` status
- **2026-09-15** `0dba7d004d75` — 4 info
  - added the optional property `details/quotaExhausted` to the response with the `502` status
  - added the optional property `details/quotaExhausted` to the response with the `503` status
  - added the optional property `details/quotaScope` to the response with the `502` status
  - added the optional property `details/quotaScope` to the response with the `503` status
- **2026-09-10** `e70ed06e7150` — 2 info
  - added the non-success response with the status `502`
  - added the non-success response with the status `503`

[Change history](https://skmtc.dev/zernio/apis/zernio-api/changes/v1/analytics/googlebusiness/performance/get.md)

---

[API](https://skmtc.dev/zernio/apis/zernio-api.md) · [All operations](https://skmtc.dev/zernio/apis/zernio-api/llms.txt) · [OpenAPI document](https://skmtc.dev/zernio/apis/zernio-api/revisions/fdaf9a9fb1a7?raw)
