>_

SpendSignoff documentation

The always-on operator for your ad accounts. Read and draft from your AI client — approve before anything goes live.

API reference / Google Ads

Save Business Profile

POST/v1/google-ads/save-business-profile

Save Business Profile on Google Ads.

Parameters

NameTypeRequiredDescription
account_idstringyesThe connected ad account ID.

Example request

POST /v1/google-ads/save-business-profile

{
  "account_id": "account_a91f"
}

Example response

200 — OK

{
  "data": [
    {
      "id": "camp_a91f",
      "name": "Q2 Brand",
      "status": "ENABLED"
    }
  ],
  "page": {
    "next": null
  }
}

More Google Ads endpoints

    Save Business Profile — Google Ads API — SpendSignoff