Suggest Ad Content
POST
/v1/google-ads/suggest-ad-contentSuggest Ad Content on Google Ads.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| account_id | string | yes | The connected ad account ID. |
| ad_id | string | no | Target 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