---
title: "Get Google Ad Manager And Client"
method: GET
path: "/api/v1/google-ad-manager/google-ads/clients"
tags: ["googleAdCampaign", "googleAdCampaign"]
---

# Get Google Ad Manager And Client

`GET /api/v1/google-ad-manager/google-ads/clients`

## Response `200`

Successful Response

- GoogleAdMccHierarchyResponseDTO
  - `status` string
  - `email` string, required
  - `customerId` string, nullable
  - `total_mcc_accounts` integer, required
  - `total_client_accounts` integer, required
  - `mcc_accounts` GoogleAdMccAccountDTO[], required
    - `mcc_id` string, required
    - `name` string, nullable
    - `status` string, required
    - `is_active` boolean, required
    - `currency_code` string, nullable
    - `time_zone` string, nullable
    - `total_client_accounts` integer, required
    - `client_accounts` GoogleAdClientAccountDTO[], required
      - `client_id` string, required
      - `name` string, nullable
      - `status` string, required
      - `is_active` boolean, required
      - `currency_code` string, nullable
      - `time_zone` string, nullable
      - `level` integer, required
      - `manager_id` string, required
      - `resource_name` string, nullable
  - `accountHierarchy` object[], required

---

[API](https://skmtc.dev/brandbooster/apis/fastapi.md) · [All operations](https://skmtc.dev/brandbooster/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/brandbooster/fastapi/revisions/ff7f2b621b41/schema)
