Choose default country for newly created account via google ads API
innicapital opened this issue · 1 comments
innicapital commented
I am using the Google Ads API to create Google Ads accounts with the intention of setting the country to Israel and the currency to Israeli Shekel (ILS). However, when the account is created, it defaults to the United States as the country and ILS as the currency. How can I ensure that the created account defaults to Israel as the country and ILS as the currency so that when I add billing to the account, it shows the correct country and currency?
innicapital commented
I tried to import google.ads.googleads.enums but it show notification error "Import "google.ads.googleads.enums" could not be resolved"
How can I fix it in your code and create new google ads account for the default country code?