Re: Local Service Ads Api giving 500 error

2022-08-03 Thread Can Celik
Thanks Aryeh for your help. 

It seems like the issue is resolved now.

On Tuesday, August 2, 2022 at 9:43:58 PM UTC+3 adsapi wrote:

> Hi everyone,
>
> Thank you for bringing this to our attention. The APi call signature this 
> forum supports is different from yours, you can see here 
>  that 
> it's 'googleads.googleapis.com' and not 'localservices.googleapis.com'. I 
> am uncertain how to route you, it could be support is available at 
> https://support.google.com/localservices/gethelp as seen in See reports 
> on Local Services Ads 
> .
>  
> Let me raise this with my team. We will get back to you as soon as possible.
>  
> Regards,
>
> [image: Google Logo] 
> Aryeh 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2d471q:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/434e5468-ded1-47d1-9066-5ec746bfe670n%40googlegroups.com.


Re: Local Service Ads Api giving 500 error

2022-08-02 Thread Can Celik
We are also seeing the same problem with our calls. All of them returning 
the following error.

{
  "error": {
"code": 500,
"message": "Internal error encountered.",
"status": "INTERNAL"
}
}

We are making a simple call as follows: 

https://localservices.googleapis.com/v1/accountReports:search?endDate.day=03=07=2022=manager_customer_id:XXX=03=07=2022

manager_customer_id is remove for privacy. 

On Tuesday, August 2, 2022 at 6:34:09 PM UTC+3 wmcmi...@coalmarch.com wrote:

> We are pulling basic Account Report data using the Local Service API 
> (detailed here 
> ). 
> Specifically we use the google php api client service 
> 
>  
> with the google php client library 
> .
>
> And everything was going smoothly until about 4pm on Jul 28th.
>
> [image: 2022-08-02_11-31.png]
>
> The specific response we're getting looks like this:
>
> {
>   "error": {
> "code": 500,
> "message": "Internal error encountered.",
> "errors": [
>   {
> "message": "Internal error encountered.",
> "domain": "global",
> "reason": "backendError"
>   }
> ],
> "status": "INTERNAL"
>   }
> }
>
> Was there a change on Google's side? If so, can I get a timeframe for when 
> things will be back up?
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/4e8e8957-fa6e-44f3-8678-85884eb2dff0n%40googlegroups.com.