Re: /v201302 InternalApiError.UNEXPECTED_INTERNAL_API_ERROR in SANDBOX

2013-04-23 Thread assaf
>From what I see the update of the campaign details are fine the only issue is the budget. *What would be the correct way to update the campaign budget -* ** *I try to create a new one with the BudgetService but get a duplicate name error when trying to create a new one (one exists with the sa

Re: /v201302 InternalApiError.UNEXPECTED_INTERNAL_API_ERROR in SANDBOX

2013-04-18 Thread assaf
AdWordsServiceLogger.log(); // Get AdWordsUser from "~/adwords.properties". AdWordsUser user = new AdWordsUser(); // Get the CampaignService. CampaignServiceInterface campaignService = user.getService(AdWordsService.V201302.CAMPAIGN_SERVICE); BudgetServiceInterface budgetService = user.getServ

Re: /v201302 InternalApiError.UNEXPECTED_INTERNAL_API_ERROR in SANDBOX

2013-04-18 Thread Anash P. Oommen (AdWords API Team)
Hi Aasaf, Could you post a sanitized SOAP request and response log? I'll investigate this further. Cheers, Anash P. Oommen, AdWords API Advisor. On Thursday, April 18, 2013 12:36:14 AM UTC+5:30, assaf wrote: > > Hi, > > I get this error when trying to execute an update of a campaign name or >

/v201302 InternalApiError.UNEXPECTED_INTERNAL_API_ERROR in SANDBOX

2013-04-17 Thread assaf
Hi, I get this error when trying to execute an update of a campaign name or budget? Is there a know issue with the test environment at the moment? Thanks. {https://adwords.google.com/api/adwords/cm/v201302}ApiExceptionFault:[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.a

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR in sandbox

2012-09-06 Thread Kevin Winter
Hi, Unfortunately, account creation has never worked properly in the sandbox due to the way the environment is emulated. We're working on improving this in the long term. - Kevin Winter AdWords API Team On Thursday, September 6, 2012 2:01:31 AM UTC-4, Taras Lyapun wrote: > > > > среда, 5 сен

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR in sandbox

2012-09-05 Thread Taras Lyapun
среда, 5 сентября 2012 г., 18:39:15 UTC+3 пользователь Kevin Winter написал: > > Hi, > Just to clarify, did you follow the steps listed here for a new google > account? > https://developers.google.com/adwords/api/docs/sandbox#getting-started > > Yes, ofcourse > Please indicate what step yo

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR in sandbox

2012-09-05 Thread Kevin Winter
Hi, Just to clarify, did you follow the steps listed here for a new google account? https://developers.google.com/adwords/api/docs/sandbox#getting-started Please indicate what step you are on and what error message you are seeing. - Kevin Winter AdWords API Team On Tuesday, September 4, 2012

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR in sandbox

2012-09-04 Thread Taras Lyapun
Hi! Yes, this issue still happens. вторник, 21 августа 2012 г., 16:27:23 UTC+3 пользователь Kevin Winter написал: > > Hi, > We just fixed a bug that prevented accounts from being created > correctly. Could you please create a new sandbox account and let me know > if this still happens? > >

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR in sandbox

2012-08-21 Thread Kevin Winter
Hi, We just fixed a bug that prevented accounts from being created correctly. Could you please create a new sandbox account and let me know if this still happens? - Kevin Winter AdWords API Team On Wednesday, July 25, 2012 8:47:57 PM UTC-4, Tommy Choi wrote: > > Yes, it happens consistently.

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR in sandbox

2012-07-25 Thread Tommy Choi
Yes, it happens consistently. What we try to do is to get a list of available accounts, we and using .net client library v201109 and here is our codes: AdWordsUser user = new AdWordsUser(); // Get the ServicedAccountService. ServicedAccountService servicedAccou

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR in sandbox

2012-07-25 Thread Kevin Winter
Hi, The original bug mentioned in the thread affected creating accounts in the Sandbox (which is still not supported). Could you please provide more information about your error? Does it happen consistently or sporadically? - Kevin Winter AdWords API Team On Tuesday, July 24, 2012 8:55:28 P

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR in sandbox

2012-07-24 Thread Tommy Choi
Hi, I am using AdWordsService.v201109.ServicedAccountService in sandbox environment and face the same error. I guess the fix has not been done yet? On Saturday, May 5, 2012 12:10:04 AM UTC+10, Kevin Winter wrote: > > Hi, > Unfortunately, we have no update at this time. > > - Kevin Winter > AdWo

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR in sandbox environment for GetCampaigns example

2012-05-29 Thread Iacob Andrei
Hello, It works now. :D Thanks, Andrei Iacob On Tuesday, May 29, 2012 12:41:36 PM UTC+3, Anash P. Oommen wrote: > > Hi Andrei, > > Since you are using the sandbox, you need to: > > 1. Comment out clientCustomerId field in your app.config. Run > GetCampaigns.cs with sandbox credentials. This wil

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR in sandbox environment for GetCampaigns example

2012-05-29 Thread Anash P. Oommen
Hi Andrei, Since you are using the sandbox, you need to: 1. Comment out clientCustomerId field in your app.config. Run GetCampaigns.cs with sandbox credentials. This will initialize the sandbox and give you an empty list. 2. Run GetAccountHierarchy.cs. This will give you 5 client customer ids.

InternalApiError.UNEXPECTED_INTERNAL_API_ERROR in sandbox environment for GetCampaigns example

2012-05-28 Thread Iacob Andrei
Hello, I have downloaded the "adxbuyer_dotnet_lib_src_v14.5.0" arhive and tried to run the "GetCampaigns" (both v201109 and v201109_1) example in the sandbox environment but i ecountered this problem. I tried to use different accounts (even i created a new one) but still this error comes up.

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR in sandbox

2012-05-04 Thread Kevin Winter
Hi, Unfortunately, we have no update at this time. - Kevin Winter AdWords API Team On Friday, May 4, 2012 6:50:53 AM UTC-4, Marc Sanders wrote: > > Has this issues been resolved? > > On Sunday, March 4, 2012 11:41:53 AM UTC+1, Bruce Wu wrote: >> >> Hi, >> >> I'm facing the same problem (using P

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR in sandbox

2012-05-04 Thread Marc Sanders
Has this issues been resolved? On Sunday, March 4, 2012 11:41:53 AM UTC+1, Bruce Wu wrote: > > Hi, > > I'm facing the same problem (using PHP with and without client library). > > To replicate, try the CreateAccount.php example with PHP 5.3.2 > > For me, it ended up with: "An error has occurred:

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR in sandbox

2012-04-19 Thread Kevin Winter
Hi, Unfortunately, the original bug I mentioned in this thread are still in effect. We are talking with the core engineers regarding how to address this and other pain points of using the sandbox. Follow our blog for updates on this. Additionally, the ServicedAccountService will not return

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR in sandbox

2012-04-19 Thread Nira Amit
Hi Kevin, Sorry for the confusion, the exception is not when getting the graph, it's when trying to create the account. I am able to get the ServicedAccountGraph for my sandbox account with the 5 automatically-created accounts in it. However, i am unable to create a new account as done in the C

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR in sandbox

2012-04-10 Thread Kevin Winter
Hi Nira, Did you initialize your sandbox account by calling CampaignService.get with no clientCustomerId specified? http://code.google.com/apis/adwords/docs/sandbox.html#getting-started The original issue reported was for CreateAccountService, whereas your issue is with the ServicedAccountSer

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR in sandbox

2012-04-10 Thread Nira Amit
Hi guys, Has this issue been resolved yet? I'm trying to use the sandbox and i'm getting the same exception on: ServicedAccountGraph graph = servicedAccountService.get(selector); But i may be doing something wrong (new to AdWords). My company has an account we use in Production, but i want to te

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR in sandbox

2012-03-06 Thread Kevin Winter
Hi Bruce, I apologize - there's a known issue that is currently preventing the creation of accounts in the sandbox environment. We've successfully tested creating accounts in the production environment. - Kevin Winter AdWords API team On Sunday, March 4, 2012 5:41:53 AM UTC-5, Bruce Wu wrote

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR in sandbox enviroment

2011-11-23 Thread Eric Koleda
Hi Alex, Please see this thread for more information: https://groups.google.com/d/msg/adwords-api/nCASlH-QPJY/JM_imFtf7tYJ Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com htt

InternalApiError.UNEXPECTED_INTERNAL_API_ERROR in sandbox enviroment

2011-11-23 Thread Alex V.
download_report_as_file is failing with the following error HTTPI executes HTTP POST using the httpclient adapter SOAP request: https://adwords-sandbox.google.com/api/adwords/cm/v201101/ReportDefinitionService SOAPAction: "mutate", User-Agent: Savon/0.9.6 (Common-Ruby-0.5.4; AwApi-Ruby-0.4.3|Ver

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR in sandbox

2011-10-13 Thread Anash P. Oommen
Hi Steven, Try using a fresh login email to make calls to AdWords sandbox and see if that works. If not, post a sanitized SOAP request and response xml here and I'll take a look. Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

InternalApiError.UNEXPECTED_INTERNAL_API_ERROR in sandbox

2011-10-10 Thread Steven Ou
I cannot get past this error... I'm trying to add a campaign through sandbox but am always getting this error - not a particularly informative one. API Exception caught. Message: [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError.(InternalAp