>_

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

Get PMax Audience Signals

GET/v1/google-ads/get-pmax-audience-signals

Get PMax Audience Signals on Google Ads. A read-only call — no spend is touched.

Parameters

NameTypeRequiredDescription
account_idstringyesThe connected ad account ID.
targetingobjectnoTargeting spec to apply or query.
date_rangestringnoe.g. "LAST_30_DAYS". Read-only filter.

Example request

GET /v1/google-ads/get-pmax-audience-signals

{
  "account_id": "account_a91f",
  "targeting": {
    "example": "value"
  },
  "date_range": "LAST_30_DAYS"
}

Example response

200 — OK

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

More Google Ads endpoints

    Get PMax Audience Signals — Google Ads API — SpendSignoff