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

# Get GBP 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

---

[API](https://skmtc.net/zernio/apis/zernio-api.md) · [All operations](https://skmtc.net/zernio/apis/zernio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zernio/zernio-api/revisions/26bee5940ef6/schema)
