RE: google.api_core.exceptions.InternalServerError: 500 Internal error encountered.

2022-04-19 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi there, Thanks for reaching out to the Google Ads API Forum. Since you mentioned that you have encountered an Internal error while creating an app campaign, could you confirm if this occurs frequently? So our team can check better, could you please provide us with the complete request and

google.api_core.exceptions.InternalServerError: 500 Internal error encountered.

2022-04-18 Thread 李虎
da3/lib/python3.9/site-packages/google/ads/googleads/v8/services/services/campaign_service/client.py", line 625, in mutate_campaigns response = rpc( File "/root/anaconda3/lib/python3.9/site-packages/google/api_core/gapic_v1/method.py", line 154, in __call__ return wrapped_func(*args, **kwargs) File "/root/anaconda3/lib/python3.9/site-packages/google/api_core/grpc_helpers.py", line 59, in error_remapped_callable raise exceptions.from_grpc_error(exc) from exc google.api_core.exceptions.InternalServerError: 500 Internal error encountered. [type_url: "type.googleapis.com/google.ads.googleads.v8.errors.GoogleAdsFailure" value: "\022\026vWmWIENXkCuaOWrxQg0XKQ"

Re: Google Ads (get_all_disapproved_ads.py): "google.api_core.exceptions.InternalServerError: 500 Internal error encountered"

2019-04-29 Thread bevis_chen
Hi Sai Teja, It seems the error is gone today. I will let you know if facing the error again. Thanks for your replay googleadsapi-forumadvisor於 2019年4月30日星期二 UTC+8上午12時00分54秒寫道: > > Hello, > > I ran the same query with my test account and I was able to fetch the > result without any internal

RE: Google Ads (get_all_disapproved_ads.py): "google.api_core.exceptions.InternalServerError: 500 Internal error encountered"

2019-04-29 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, I ran the same query with my test account and I was able to fetch the result without any internal errors. Could you confirm whether the error is persistent or intermittent? If you are facing the error again please share the entire response log with the requestID to investigate further

Re: Google Ads (get_all_disapproved_ads.py): "google.api_core.exceptions.InternalServerError: 500 Internal error encountered"

2019-04-28 Thread bevis_chen
I get the same Internal Error when I tried to query *"ad_group_ad.policy_summary" at* *specific CID 5342789478*. Here are the library logs: (I don't set 'WHERE' condition in my query) Request: { "customerId": "5342789478", "query": "SELECT ad_group_ad.ad.id, ad_group_ad.ad.type,

RE: Google Ads (get_all_disapproved_ads.py): "google.api_core.exceptions.InternalServerError: 500 Internal error encountered"

2019-04-01 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Matthias, I ran the exact query and able to fetch the disapproved ads without any trouble. The error you faced might be an intermittent error. Could you please try the request again? If the error is consistent, you could raise a new issue on our client library

Google Ads (get_all_disapproved_ads.py): "google.api_core.exceptions.InternalServerError: 500 Internal error encountered"

2019-04-01 Thread Mat
Hi, when I'm running this example-code: https://github.com/googleads/google-ads-python/blob/master/examples/campaign_management/get_all_disapproved_ads.py ... I keep getting the same error message (campaign.id and customerId redacted): Request: { "query": "SELECT ad_group_ad.ad.id,