Accounts

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

The operator's spend goal and ROAS/CPA guardrails.

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

The operator's spend goal and ROAS/CPA guardrails.

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.

Example

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

On this page