Audits

GET /api/v1/accounts/{projectId}/audits/{auditId}

The full audit report. Accepts 'latest' in place of an id.

GET /api/v1/accounts/{projectId}/audits/{auditId}

The full audit report. Accepts 'latest' in place of an id.

Accepts the literal latest in place of an id, which is what a weekly-review integration actually wants.

Requires a key with read scope or higher.

Returns 200 on success.

Parameters

NameInTypeRequiredDescription
projectIdpathstringyesThe Google Ads account, as returned by GET /api/v1/accounts.
auditIdpathstringyesAn audit run id, or the literal latest for the newest completed run.

Example

curl -X GET "https://bidandscale.com/api/v1/accounts/{projectId}/audits/{auditId}" \
  -H "Authorization: Bearer $BIDANDSCALE_API_KEY"

On this page