Reports

GET /api/v1/accounts/{projectId}/optimization-plan

Pacing against target plus a ranked action feed.

GET /api/v1/accounts/{projectId}/optimization-plan

Pacing 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

NameInTypeRequiredDescription
projectIdpathstringyesThe Google Ads account, as returned by GET /api/v1/accounts.
limitquerynumbernoMaximum rows to return.
includequeryboardsnoPass 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"

On this page