Infer Business Profile
GET
/v1/google-ads/infer-business-profileInfer Business Profile on Google Ads.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| account_id | string | yes | The connected ad account ID. |
Example request
GET /v1/google-ads/infer-business-profile
{
"account_id": "account_a91f"
}Example response
200 — OK
{
"data": [
{
"id": "camp_a91f",
"name": "Q2 Brand",
"status": "ENABLED"
}
],
"page": {
"next": null
}
}More Google Ads endpoints