Reports
GET /api/v1/accounts/{projectId}/optimization-plan
Pacing against target plus a ranked action feed.
GET /api/v1/accounts/{projectId}/optimization-planPacing against target plus a ranked action feed.
Ground strategy decisions here: it returns the operator's targets, current pacing against them, and a feed of actions ranked by money at stake.
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. |
limit | query | number | no | Maximum rows to return. |
include | query | boards | no | Pass boards to include the raw analyzer boards. Their shape is unstable — build on feed. |
Example
curl -X GET "https://bidandscale.com/api/v1/accounts/{projectId}/optimization-plan" \
-H "Authorization: Bearer $BIDANDSCALE_API_KEY"