RE: currency_code and time_zone error

2020-10-07 Thread Google Ads API Forum Advisor Prod
Hi Akif, Thanks for posting your concern. The value that you will set to currency_code field should be in ISO 4217 standard format and for the time_zone field, the value should be the local timezone ID. Let me know how it goes after trying the provided suggestion. If the error persists, you

Re: currency_code and time_zone error

2020-10-07 Thread Akif Çakırmelik
$customer = new Customer([ 'descriptive_name' => 'Account created with CustomerService on ' . date('Ymd h:i:s'), 'currency_code' => 'TRY', 'time_zone' => 'Europe/Istanbul', 'tracking_url_template' =>