Get PMax Audience Signals
GET
/v1/google-ads/get-pmax-audience-signalsGet PMax Audience Signals on Google Ads. A read-only call — no spend is touched.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| account_id | string | yes | The connected ad account ID. |
| targeting | object | no | Targeting spec to apply or query. |
| date_range | string | no | e.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