Hi,
I'm having trouble getting started with the Google Ads API due to an account setup issue.
I've created a Production Manager account and generated an API developer token from it. I believe I need a test account to use this token, at least initially for development.
My problem is that when I try to create a new client account under my Production Manager account, it only gives me the option to create a production client account. I can't seem to find a way to create a test client account.
How can I create a test account under my Production Manager account, or otherwise configure things so I can start using my API token with the Google Ads API for testing?
Thanks for your help.
![]() |
Google Ads API Team |
[2025-04-02 15:00:27Z GMT] This message is in relation to case "ref:!00D1U01174p.!5004Q02vHEji:ref" (ADR-00298185)
Request body: ================ POST https://googleads.googleapis.com/v19/customers/{testManagerAccountId}:createCustomerClient?key=[YOUR_API_KEY] HTTP/1.1 developer-token: ********************** //Production Manager developer token ID Authorization: Bearer [YOUR_ACCESS_TOKEN] Accept: application/json Content-Type: application/json { "customerClient": { "currencyCode": "USD", "timeZone": "America/New_York", "descriptiveName": "Test client account 45" } } Response: =========== HTTP/1.1 200 content-encoding: gzip content-length: 65 content-type: application/json; charset=UTF-8 date: Wed, 23 Apr 2025 20:27:17 GMT server: ESF vary: Origin, X-Origin, Referer { "resourceName": "customers/{customerId}" }
![]() |
Google Ads API Team |
[2025-04-23 21:55:47Z GMT] This message is in relation to case "ref:!00D1U01174p.!5004Q02vHEji:ref" (ADR-00298185)