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
| Name | In | Type | Required | Description |
|---|---|---|---|---|
projectId | path | string | yes | The Google Ads account, as returned by GET /api/v1/accounts. |
auditId | path | string | yes | An 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"