Research Keywords
GET
/v1/google-ads/research-keywordsResearch Keywords on Google Ads.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| account_id | string | yes | The connected ad account ID. |
| keywords | string[] | yes | Keyword texts to add or remove. |
Example request
GET /v1/google-ads/research-keywords
{
"account_id": "account_a91f",
"keywords": [
"ai ad management",
"mcp ad server"
]
}Example response
200 — OK
{
"data": [
{
"id": "camp_a91f",
"name": "Q2 Brand",
"status": "ENABLED"
}
],
"page": {
"next": null
}
}More Google Ads endpoints