Request Body: ============= POST https://googleads.googleapis.com/v19/customers/{login-customer-id(MCC ID)}:createCustomerClient?key=[YOUR_API_KEY] HTTP/1.1 developer-token: ********************** Authorization: Bearer [YOUR_ACCESS_TOKEN] Accept: application/json Content-Type: application/json { "customerClient": { "timeZone": "Asia/Bangkok", "descriptiveName": "Thailand account", "currencyCode": "THB" } } Response: ========== HTTP/1.1 200 content-encoding: gzip content-length: 65 content-type: application/json; charset=UTF-8 date: Tue, 18 Mar 2025 00:41:45 GMT server: ESF vary: Origin, X-Origin, Referer { "resourceName": "customers/{customerId}" }
![]() |
Google Ads API Team |
[2025-03-18 01:57:09Z GMT] This message is in relation to case "ref:!00D1U01174p.!5004Q02vHAlp:ref" (ADR-00295093)
Thank you for your response! I appreciate the detailed explanation. However, I still have some concerns regarding the country setting when creating a sub-account via API.
Clarification on the Issue:I would appreciate any clarification or alternative solutions to ensure the correct country assignment for sub-accounts created via API.
Thanks in advance!
Hi
As requested earlier, kindly provide us with the Uncropped UI screenshot where the payment settings show as "US" instead of "Thailand" for the client account where the timezone is set to "Asia/Bangkok" and currency code "THB". Also, provide us with the complete API logs (request and response logs with request-id and request header) generated during the creation of the client account with the mentioned timezone and currency code settings.
If you are using a client library and haven't enabled the logging yet, I would request you to enable logging for the specific client library that you are using. You can refer to the guides Java, .Net, PHP, Python, Ruby or Perl to enable logging at your end. For REST interface requests, you can enable logging via the curl command by using the -i flag.
![]() |
Google Ads API Team |
[2025-03-19 16:11:45Z GMT] This message is in relation to case "ref:!00D1U01174p.!5004Q02vHAlp:ref" (ADR-00295093)