RE: Automic Endpoint Service rpc GET raise InternalServerError

2020-08-27 Thread Google Ads API Forum Advisor Prod
Hi everyone, We had a brief outage of the REST endpoints yesterday that caused the issues mentioned here. This issue was found and fixed quickly. Apologies for any inconvenience that this might have cause everyone. Cheers Anash P. Oommen, Google Ads API Team. ref:_00D1U1174p._5004Q23uloR:ref -

Re: Automic Endpoint Service rpc GET raise InternalServerError

2020-08-27 Thread Sivart S
The issue seems to be fixed to me. Thanks. Sivart S 在 2020年8月26日 星期三下午3:04:54 [UTC+8] 的信中寫道: > Hi, I found this issue today while using google-ads-python SDK: > > Try to invoke get operation on automic endpoints: > 1. CustomerService.get_customer > 2. ConversionActionService.get_conversion_action

Re: Automic Endpoint Service rpc GET raise InternalServerError

2020-08-27 Thread hishid...@gmail.com
seems to be fixed for us! working fine now. thank you! 2020年8月26日水曜日 16:04:54 UTC+9 travis...@gmail.com: > Hi, I found this issue today while using google-ads-python SDK: > > Try to invoke get operation on automic endpoints: > 1. CustomerService.get_customer > 2. ConversionActionService.get_conve

Re: Automic Endpoint Service rpc GET raise InternalServerError

2020-08-27 Thread Jamie Druce
Seems to be working for us this morning! Fixed for anyone else? On Wednesday, August 26, 2020 at 11:27:36 AM UTC+1 kostas@googlemail.com wrote: > Same issue here using the java beta api v8.0.0 > > On Wednesday, 26 August 2020 at 11:22:57 UTC+1 ja...@leandigitalmedia.com > wrote: > >> We ar

Re: Automic Endpoint Service rpc GET raise InternalServerError

2020-08-26 Thread 'Kostas Kougios' via AdWords API and Google Ads API Forum
Same issue here using the java beta api v8.0.0 On Wednesday, 26 August 2020 at 11:22:57 UTC+1 ja...@leandigitalmedia.com wrote: > We are using v4, via REST calls from PHP. > > Still out for us at the moment. We are making reporting calls to > */v4/customers/{{customer_id}}/googleAds:search* abs

Re: Automic Endpoint Service rpc GET raise InternalServerError

2020-08-26 Thread Jamie Druce
We are using v4, via REST calls from PHP. Still out for us at the moment. We are making reporting calls to */v4/customers/{{customer_id}}/googleAds:search* absolutely fine, but the account call to */v4/customers/{{customer_id}}* is throwing this error 100% of the time. On Wednesday, August 26,

Re: Automic Endpoint Service rpc GET raise InternalServerError

2020-08-26 Thread JP Boily
Same here, for the last 10 hours or so I would say. Everything else (that we use) seems to be working perfectly. I tried upgrading the Ruby gem, didn't change anything. I looked at the sunset dates, thinking maybe something stopped working and it could have been planned, but nope, doesn't seem

Re: Automic Endpoint Service rpc GET raise InternalServerError

2020-08-26 Thread hishid...@gmail.com
We are experiencing the same error in CustomerService calls, too. https://googleads.googleapis.com/v3/customers/{ourId}?resourceName=customers%2F{ourId}” request body: (empty) response body: { "message": "Internal error encountered.", "code": 13, "status": "INTERNAL", "details": [] } We notice

Re: Automic Endpoint Service rpc GET raise InternalServerError

2020-08-26 Thread Jamie Druce
We too are experiencing this error this morning. from an app that was running perfectly yesterday. We are calling CustomerService.get_customer (via REST) and getting: [code] => 500 [message] => Internal error encountered. [status] => INTERNAL On Wednesday, Au

Automic Endpoint Service rpc GET raise InternalServerError

2020-08-26 Thread Sivart S
Hi, I found this issue today while using google-ads-python SDK: Try to invoke get operation on automic endpoints: 1. CustomerService.get_customer 2. ConversionActionService.get_conversion_action 3. UserListService.get_user_list All of them raise an internal server error, e.g. ``` WARNING Request