Just to show that the manager account is indeed authorized, and that the client account does belong to the manager account, there is a query with a successful result:
[DEBUG] 2022-03-01T17:52:25.454Z 15cf012b-bac8-4f6a-bc0c-559ab45eb9ea Request ------- Method: /google.ads.googleads.v9.services.GoogleAdsService/Search Host:
googleads.googleapis.comHeaders: {
"developer-token": "REDACTED",
"x-goog-api-client": "gl-python/3.8.12 grpc/1.42.0 gax/2.2.2 gccl/14.1.0",
"x-goog-request-params": "customer_id=
6363265550" }
Request: customer_id: "
6363265550"
query: "\n SELECT\n
customer_client.id,\n FROM \n customer_client\n WHERE\n customer_client.manager = FALSE\n "
page_size: 1000
Response ------- Headers:
{ "alt-svc": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\"", "content-disposition": "attachment", "date": "Tue, 01 Mar 2022 17:52:25 GMT", "request-id": "_1JlfaFEUYSTiq2LhC7qDA" }
Response:
results { customer_client { resource_name: "customers/
6363265550/customerClients/6945759442" id: 6945759442 } }
results { customer_client { resource_name: "customers/
6363265550/customerClients/8161358072" id: 8161358072 } }