Hello everyone, I am currently working with Google Ads API to create sub-accounts under an MCC. However, I have encountered an issue:
*Problem:* When I create a new account using CustomerService.create_customer_client(), the billing country is always set to United States (US), even though my MCC’s country is set to Thailand (TH) or another country. *What I’ve Tried:* Explicitly setting a country field (customer.country_code = "TH") → Error: Unknown field for Customer: country_code Creating a new MCC with a different country (e.g., Thailand) → Still creates sub-accounts with the United States as the billing country Checking API documentation and forums → No clear solution found *My Question:* Is there any way to specify the country when creating an account via API? If API does not support this, is there an alternative method to ensure the correct country is set for new accounts? Does the country of the MCC always determine the country of sub-accounts? I appreciate any guidance or workarounds from the community. Thank you! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/adwords-api/81c8da4b-2e28-4fa2-b412-7cff2011345cn%40googlegroups.com.
