Reports
GET /api/v1/accounts/{projectId}/overview
Account totals for a window, with data freshness.
GET /api/v1/accounts/{projectId}/overviewAccount totals for a window, with data freshness.
Always check data_freshness. Every number comes from the warehouse, so a stale or failed sync means you are reading an old account.
Requires a key with read scope or higher.
Returns 200 on success.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
projectId | path | string | yes | The Google Ads account, as returned by GET /api/v1/accounts. |
days | query | number | no | Lookback window in complete days, ending yesterday. Today's metrics are still accumulating, so they are excluded. |
Example
curl -X GET "https://bidandscale.com/api/v1/accounts/{projectId}/overview" \
-H "Authorization: Bearer $BIDANDSCALE_API_KEY"