RE: Unexpected internal API error

2020-02-13 Thread Google Ads API Forum Advisor Prod
Hello Ignacio, Thank you for reaching out. Please refer to the code sample provided here for reference to add criteria to the ad groups using Python client libraries. If the issue persists, could you please share the complete request and response logs along with the client customer id by

Unexpected internal API error

2020-02-12 Thread Ignacio Guillermo Martinez
Hello, I am running into some trouble when adding criteria to an adgroup. Traceback (most recent call last): File "/usr/local/anaconda3/lib/python3.7/site-packages/googleads/common.py", line 992, in MakeSoapRequest *packed_args, _soapheaders=soap_headers)['body']['rval'] File

RE: Unexpected internal api error

2019-02-22 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Sayed, To troubleshoot this issue, could you please share the details given below? Please use reply privately to author while sharing the details. 1. Your API SOAP request 2. The version of PHP client library that is

Unexpected internal api error

2019-02-22 Thread sayed.hajaj via AdWords API and Google Ads API Forum
Recently, whenever I run code using the mutate method (making create API calls) using the php client library, I almost always get an unexepected internal API error. This has been going on for the past week, and whenever I rollback and run code from before then that didn't throw this error, I

Re: Setting Billing fails with an unexpected internal API error

2019-01-08 Thread richard . scorer
d it is failing with the unexpected internal API error :( > > While the code is fairly simple my test uses some hard coded values which > do not belong in the groups :) > > The Request ID: 00057ef800a73e980ac15fccd60e8c7f > > I am creating a BudgetOrder, then a BudgetOrderOpe

Setting Billing fails with an unexpected internal API error

2019-01-08 Thread richard . scorer
Hi, We have some code which attempts to add billing information to one of our accounts, and it is failing with the unexpected internal API error :( While the code is fairly simple my test uses some hard coded values which do not belong in the groups :) The Request ID

Re: Unexpected Internal API Error on TargetingIdea Method

2018-07-30 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, The UNEXPECTED_INTERNAL_API_ERROR indicates that there may be a temporary issue in the servers or maybe due to a bug. Could you confirm if the issue persists or if this was a one

Unexpected Internal API Error on TargetingIdea Method

2018-07-29 Thread mbernardi
Hi, I'm developing an integration with Adwords API using .NET client library in the latest version (23.5.1), but when I call the method TargetingIdea I receive the error UNEXPECTED_INTERNAL_API_ERROR. I created to accounts to authenticate de request, the first is an admin of Adwords Project

Re: get_campaigns.py occur api unexpected internal api error

2017-10-24 Thread Hyungchul Park
Hi, okay, i understand what you say. i waiting for your message please responded back to this post Thank you! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: get_campaigns.py occur api unexpected internal api error

2017-10-24 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, Thanks for sending over the update privately. I was just able to reproduce the issue, and as you suspected, it does seem to be related to the specific developer token. I don't see any issues with how that developer token is configured, however, so I have filed an issue with the appropriate

Re: get_campaigns.py occur api unexpected internal api error

2017-10-24 Thread Hyungchul Park
> > Hi >> >> i still encounter same issues >> >> i think this problem is not temporary issue. may functionality issue or >> developer token issue. >> >> if this problem temporary issue, why i encounter this issue for a week? >> >> because of this problem, i can't develop at company >> >>

Re: get_campaigns.py occur api unexpected internal api error

2017-10-23 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, I saw the underlying error for that request in our logs, and it appears to be a temporary problem. I also retried your request just now and it completed successfully. Could you try your request again and let me know if you still encounter issues? Thanks, Josh, AdWords API Team On

Re: Unexpected internal API error for AdGroupService

2017-10-23 Thread 'Peter Oliquino' via AdWords API Forum
Hi Liron, I would recommend that you use the IN operator instead of EQUALS if you wish to pass a list of campaign IDs in your AdGroupService.get() call. Let me know if this helps. Thanks and regards, Peter AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Unexpected internal API error for AdGroupService

2017-10-22 Thread Liron Shapira
Here's the code: campaign_ids = params.get('campaignIds') ad_group_service = adwords_client.GetService('AdGroupService', version= 'v201708') selector = { 'predicates': [ { 'field': 'CampaignId', 'operator': 'EQUALS',

Re: get_campaigns.py occur api unexpected internal api error

2017-10-20 Thread 박형철
Hi i did receive your response and i responded back. please check my response. if you send to privately message to me, please post simple message for notice in this thread. i can check your privately message in gmail :) thx -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Re: get_campaigns.py occur api unexpected internal api error

2017-10-20 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, I did receive the information you sent in the private message and I responded back. If you haven't received my response, we can continue the discussion on this forum thread itself. I had asked for these details: - MCC Id which owns the test access developer token. - MCC Id which

Re: get_campaigns.py occur api unexpected internal api error

2017-10-20 Thread 박형철
I send privately message to you How can you reply my privately message for me? Email? Or add comment in this post? Let me teach your response method. If you send privately message to me, I dont know how to check message box How to check your privately response message? Thank you -- --

Re: get_campaigns.py occur api unexpected internal api error

2017-10-19 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, An InternalApiError may occur due to a temporary resource related issues in the AdWords API server. Could you retry the request and let me know if this error occurs again? If

get_campaigns.py occur api unexpected internal api error

2017-10-19 Thread 박형철
i run get_campaigns.py then, ERROR:suds.client:(InternalApiErro], 'isFault': True, 'requestId': 00055be33cd457300a62df1596091e9a, 'responseTime': 129, 'serviceName': CampaignService} my requestId : 00055be33cd457300a62df1596091e9a i used this code

Unexpected internal API Error

2012-03-01 Thread haik...@yahoo.com
Hello, I am trying to get the list of campaigns and making some other API calls using C# and sandbox but I receive an exception UNEXPECTED_INTERNAL_SERVER_ERROR. When I try to connect to my another account (which contains no campaigns) it does not raise an exception and returns empty

Re: Unexpected internal API Error

2012-03-01 Thread unluizcarlos
I am having exactly the same problem but using the Ruby Client. Could be another DB reset issue? El jueves 1 de marzo de 2012 13:57:46 UTC+1, hai...@yahoo.com escribió: Hello, I am trying to get the list of campaigns and making some other API calls using C# and sandbox but I receive an

Re: Unexpected Internal API error when downloading keywords

2011-12-01 Thread Eric Koleda
Hi All, The root cause of this issue has been identified and resolved. Let us know if you see the error return. Best, - Eric -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Re: Unexpected Internal API error when downloading keywords

2011-12-01 Thread carver
Hi Eric, I'm getting a similar error when using CampaignCriterionService: AdwordsApi::V201109::CampaignCriterionService::ApiException: [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError.init(InternalApiErro] --

Re: Unexpected Internal API error when downloading keywords

2011-12-01 Thread Eric Koleda
Hi Carver, That error message is very common, and likely has a different cause in your case. Please see the following for more information: http://code.google.com/apis/adwords/docs/troubleshooting.html#InternalApiError Best, - Eric -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Unexpected Internal API error when downloading keywords

2011-11-30 Thread Nash Yeung
Today I saw the captioned error when downloading keywords of an account. The download job ran well until it started retrieving the 2000th - 3999th keywords in a specific campaign. (The request for 0th - 1999th keywords succeeded as usual) The failed request ID is

Re: Unexpected Internal API error when downloading keywords

2011-11-30 Thread isellstuff
I am having the exact same problem. It started yesterday with code that had been working for months. .net client library stack trace below: [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.co mmon.error.InternalApiError.init(InternalApiErro]

Re: Unexpected Internal API error when downloading keywords

2011-11-30 Thread Eric Koleda
Hi All, Thank you for reporting this issue. AdGroupCriterionService.get() is failing on some accounts, and we are looking into the problem. At this time I don't know when it will be resolved, and there are no known workarounds. Best, - Eric Koleda, AdWords API Team --

Re: Mutating a deleted keyword via AdGroupCriterionService causes an unexpected internal api error

2011-11-29 Thread Thomas Döllmann
Hi Eric, thanks for the reply. I can still reproduce this behaviour, so it seems its not temporary for me. Here is this request id of the latest try: 0004b2dc052b42680ada20467cbe. And thats the anonymized request basically: ?xml version=1.0 encoding=UTF-8? soapenv:Envelope

Re: Mutating a deleted keyword via AdGroupCriterionService causes an unexpected internal api error

2011-11-29 Thread Eric Koleda
Hi Thomas, It looks like the cause here is actually a known issue around using the partialFailure header on certain accounts. A fix for this issue has been created and should go live early next week. Until then the only workaround is to disable the use of partial failure. Best, - Eric --

Re: Mutating a deleted keyword via AdGroupCriterionService causes an unexpected internal api error

2011-11-28 Thread Eric Koleda
Hi Thomas, I'm not able to replicate that error, I get EntityNotFound.INVALID_ID instead. Can you post the request ID of a request and exhibits this behavior? In regards to job size for the MJS, operations in the hundreds or thousands is reasonable. We just want to discourage people from

Re: Unexpected Internal API Error

2011-06-20 Thread ACE
Hi Anash, They were sent to the production server. The issue was resolved though. It was an issue of the request being built incorrectly. Thanks. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Re: Unexpected Internal API Error

2011-06-16 Thread Anash P. Oommen
Hi Max, Are you sending these requests to the AdWords production servers or sandbox? I can't locate any of these request ids in the production logs. Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

Unexpected Internal API Error

2011-06-13 Thread ACE
Hello, I am trying to push new bids for some 700,000 keywords. I have limited the request to 2 keywords, and set ValidateOnly to true while testing. I can't get the request to run successfully. It keeps returning the faultstring UNEXPECTED_INTERNAL_API_ERROR. Any help/insights are

Unexpected Internal API Error

2011-03-07 Thread sunny
Hi, I am getting InternalApiError.UNEXPECTED_INTERNAL_API_ERROR while adding a campaign in sandbox mode. Below is the code : import java.rmi.RemoteException; import java.util.Hashtable; import javax.xml.rpc.ServiceException; import com.google.api.adwords.lib.AdWordsService; import

Re: Unexpected Internal API Error

2011-03-07 Thread AdWords API Advisor
Hi Sunny, Sandbox was having some issues till yesterday, see http://groups.google.com/group/adwords-api/browse_thread/thread/623d41669b747364/1cae7164935e3e05?show_docid=1cae7164935e3e05 for a discussion. The issues should be fixed now that the sandbox is refreshed. Let me know if you are still

unexpected internal api error

2010-05-17 Thread cenus
Welcome I want to integrate your web page (PHP) from your system through the API. I'm trying to remotely create a campaign, however, I get an error unexpected_internal_api_error and did not admit that I do not know what to do. Here's the entry from the file soap_xml.log: [May 10 2010

Unexpected internal API error

2010-04-19 Thread Magnus
Hello, We got an unexpected internal API error in response to a request which tried to update 141 campaign targets. The request header looked like this: soapenv:Envelope xmlns:soapenv=http://schemas.xmlsoap.org/soap/ envelope/ xmlns:xsd=http://www.w3.org/2001/XMLSchema; xmlns:xsi=http://www.w3

Re: Unexpected internal API error

2010-04-19 Thread AdWords API Advisor
wrote: Hello, We got an unexpected internal API error in response to a request which tried to update 141 campaign targets. The request header looked like this: soapenv:Envelope xmlns:soapenv=http://schemas.xmlsoap.org/soap/ envelope/ xmlns:xsd=http://www.w3.org/2001/XMLSchema; xmlns:xsi

AdWords API Re: Insert Keywords = UNEXPECTED INTERNAL API ERROR

2009-12-11 Thread AdWords API Advisor
Hi MaxT, Your information was very useful in tracking down the problem, and some fixes have been deployed that should resolve this issue. Please try this process again and let me know if you have any problems. Best, - Eric On Dec 1, 9:35 am, AdWords API Advisor adwordsapiadvi...@google.com

AdWords API Re: Update Campaigns : UNEXPECTED INTERNAL API ERROR

2009-12-08 Thread AdWords API Advisor
Hi Sreenu, There are many possible reasons for the error. In order to investigate further I need more information from you. Do you have the SOAP XML logs from this request, or the request id? Best, - Eric Koleda, AdWords API Team On Dec 8, 1:11 am, sreenu sree...@cybage.com wrote: Hi, I got

AdWords API Update Campaigns : UNEXPECTED INTERNAL API ERROR

2009-12-07 Thread sreenu
Hi, I got above error while updatingCampaign. Could you please tell me the possible reasons. Thanks, Sreenu. -- You received this message because you are subscribed to the Google Groups AdWords API Forum group. To post to this group, send email to adwords-...@googlegroups.com. To unsubscribe

AdWords API Re: Insert Keywords = UNEXPECTED INTERNAL API ERROR

2009-12-01 Thread MaxT
I did some more research on this subject, and i think i found a possible reason for this error. It seems that i get more errors when AdGroups contain more than +/- 3000 keywords. When i create a new AdGroup, and fill this with Keywords, this process goes very fast until the number of keywords

AdWords API Insert Keywords = UNEXPECTED INTERNAL API ERROR

2009-11-30 Thread MaxT
Hi, I'm inserting batches of multiple keywords trough the AdGroupCriterion Service. Unfortunately the system is returning more and more UNEXPECTED INTERNAL API ERROR's I tried to add about 4 keywords, and 70% of this operations returned this error.. I read a lot about this error, and if i'm

AdWords API Re: Insert Keywords = UNEXPECTED INTERNAL API ERROR

2009-11-30 Thread AdWords API Advisor
Hi, Thanks for bringing this to our attention and providing detailed technical information. The core engineering team is aware of the issue and working on a fix. If you see this behavior on any other services please let us know. Best, - Eric Koleda, AdWords API Team On Nov 30, 12:40 pm, MaxT

AdWords API Re: UNEXPECTED INTERNAL API ERROR

2009-08-13 Thread Exiges
I'm having exactly the same problem when adding an AdGroup Have you tried resubmitting the same request ? When I resubmit exactly the same request, it's accepted.. Not ideal --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

AdWords API Re: UNEXPECTED INTERNAL API ERROR

2009-08-13 Thread dshevnock
On Aug 13, 7:38 am, Exiges age...@splut.com wrote: I'm having exactly the same problem when adding an AdGroup Have you tried resubmitting the same request ? When I resubmit exactly the same request, it's accepted.. Not ideal I am experiencing a similar issue when attempting to add a new

AdWords API Re: UNEXPECTED INTERNAL API ERROR

2009-08-13 Thread dshevnock
In theory, if this was a duplicate name issue for either an AdGroup or Campaign, a different error would be generated rather than an Internal API Error response. I may be mistaken, but a DistinctError would be returned in this scenario. Ofcourse, this is all under the assumption that the API is

AdWords API Re: UNEXPECTED INTERNAL API ERROR

2009-08-13 Thread Sreenu Daram
-9949918983 -Original Message- From: adwords-api@googlegroups.com [mailto:adwords-...@googlegroups.com] On Behalf Of dshevnock Sent: Thursday, August 13, 2009 5:32 PM To: AdWords API Forum Subject: AdWords API Re: UNEXPECTED INTERNAL API ERROR On Aug 13, 7:38 am, Exiges age...@splut.com

AdWords API Re: UNEXPECTED INTERNAL API ERROR

2009-08-13 Thread AdWords API Advisor
-Original Message- From: adwords-api@googlegroups.com [mailto:adwords-...@googlegroups.com] On Behalf Of dshevnock Sent: Thursday, August 13, 2009 5:32 PM To: AdWords API Forum Subject: AdWords API Re: UNEXPECTED INTERNAL API ERROR On Aug 13, 7:38 am, Exiges age...@splut.com wrote: I'm

AdWords API UNEXPECTED INTERNAL API ERROR

2009-08-12 Thread Sreenu Daram
Hi, I am trying to add or get a campaign in sandbox using java api v200906. In both cases I am getting 'UNEXPECTED INTERNAL API ERROR'. I am giving you xml request and responses. Please help me in this what might be the wrong in the request ? Adding a Campaign : [13 Aug 2009 11:13:07,491