googleads / google-ads-python

Google Ads API Client Library for Python
Apache License 2.0
500 stars 477 forks source link

Choose default country for newly created account via google ads API #881

Open innicapital opened 2 weeks ago

innicapital commented 2 weeks ago

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 2 weeks ago

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?