>_

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

Validate Video

POST/v1/google-ads/validate-video

Validate Video on Google Ads.

Parameters

NameTypeRequiredDescription
account_idstringyesThe connected ad account ID.

Example request

POST /v1/google-ads/validate-video

{
  "account_id": "account_a91f"
}

Example response

200 — OK

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

More Google Ads endpoints

    Validate Video — Google Ads API — SpendSignoff