Hi, We encountered some problems with using Google Ads API since Apr.22.
I use PHP to request ads API, here are some informations about my development environment: - PHP 7.2 - use composer require "googleads/google-ads-php": "^6.0" This is my code: ``` $customer = new Customer([ 'descriptive_name' => 'test', 'currency_code' => 'USD', 'time_zone' => 'Asia/Shanghai', 'tracking_url_template' => '{lpurl}?device={device}', 'final_url_suffix' => 'keyword={keyword}&matchtype={matchtype}&adgroupid={adgroupid}', ]); $optionalParams = ['emailAddress' => 'my.email.address', 'accessRole' => AccessRole::ADMIN]; $customerServiceClient = $this->getAdsClient()->getCustomerServiceClient(); $response = $customerServiceClient->createCustomerClient($this->manager_customer_id, $customer, $optionalParams); ``` It used to work well. But now I encountered some errors since Apr.22: - got the error message `The error code is not in this version.` on create customer service - get account budget request timeout, google cloud platform shown it execute for 4 min and failed It broken our production environment for three days. Can someone help me solve the problem. thx -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com 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 "AdWords API and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/0b1c436d-3cd4-4fa1-807b-3609a0edd21cn%40googlegroups.com.