>_

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

Suggest Ad Content

POST/v1/google-ads/suggest-ad-content

Suggest Ad Content on Google Ads.

Parameters

NameTypeRequiredDescription
account_idstringyesThe connected ad account ID.
ad_idstringnoTarget ad.

Example request

POST /v1/google-ads/suggest-ad-content

{
  "account_id": "account_a91f",
  "ad_id": "ad_a91f"
}

Example response

200 — OK

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

More Google Ads endpoints

    Suggest Ad Content — Google Ads API — SpendSignoff