Re: updating keyword cpc : Fault occurred while processing

2014-12-02 Thread Josh Radcliff (AdWords API Team)
->criterion = $criterion; >>>> >>>> $bid = new CpcBid(new Money(floatval($newcpc) * >>>> AdWordsConstants::MICROS_PER_DOLLAR)); >>>> $biddingStrategyConfigur

Re: updating keyword cpc : Fault occurred while processing

2014-12-02 Thread Josh Radcliff (AdWords API Team)
gt;> $adGroupCriterion->biddingStrategyConfiguration = >>> $biddingStrategyConfiguration; >>> >>> // Create operation. >>> $operation = new AdGroupCriterionOperation(); >>> $operation->opera

Re: updating keyword cpc : Fault occurred while processing

2014-12-02 Thread Adrien VIELLIARD
>> // Create operation. >> $operation = new AdGroupCriterionOperation(); >> $operation->operand = $adGroupCriterion; >> $operation->operator = 'SET'; >> >> $operations[] = array($operation); >>

Re: updating keyword cpc : Fault occurred while processing

2014-12-02 Thread Josh Radcliff (AdWords API Team)
; > > $operations[] = array($operation); > $result = $adGroupCriterionService->mutate($operations); > > > anything I'm doing wrong here > I get a : Fault occurred while processing. > > thanks for your help > c

updating keyword cpc : Fault occurred while processing

2014-12-02 Thread Adrien VIELLIARD
$result = $adGroupCriterionService->mutate($operations); anything I'm doing wrong here I get a : Fault occurred while processing. thanks for your help cheers A. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspo

Re: Fault occurred while processing - BiddableAdGroupCriterion [v201402] [PHP]

2014-10-02 Thread Kristopher Windsor
Nevermind, I found the error. I was doing: new AdGroupCriterionOperation($op, 'SET') But AdGroupCriterionOperation does not take a second parameter like AdGroupOperation, so operator was null. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https:/

Re: Fault occurred while processing - BiddableAdGroupCriterion [v201402] [PHP]

2014-10-02 Thread Kristopher Windsor
Or without catching the original Exception, the stack trace is: Fatal error: Uncaught SoapFault exception: [soap:Server] Fault occurred while processing. in /code/bidder/lib/legacy/adwords/Google/Api/Ads/Common/ Lib/AdsSoapClient.php:232 Stack trace: #0 /code/bidder/lib/legacy/adwords/Google/Api

Re: Fault occurred while processing - BiddableAdGroupCriterion [v201402] [PHP]

2014-10-02 Thread Kristopher Windsor
Or without catching the original Exception, the stack trace is: Fatal error: Uncaught SoapFault exception: [soap:Server] Fault occurred while processing. in /code/bidder/lib/legacy/adwords/Google/Api/Ads/Common/ Lib/AdsSoapClient.php:232 Stack trace: #0 /code/bidder/lib/legacy/adwords/Google

Fault occurred while processing - BiddableAdGroupCriterion [v201402] [PHP]

2014-10-02 Thread Kristopher Windsor
"type"]=> string(18) "MOBILE_APPLICATION" ["CriterionType"]=> string(17) "MobileApplication" ["_parameterMap":"Criterion":private]=> array(1) { ["Criterion.Type"]=>

Re: Fault occurred while processing when trying to add campaigns

2013-07-31 Thread Chirag
uestId=0004e2cb4404bbd00a421a2a2baa operations=1 units= server=adwords.google.com isFault=true faultMessage=Fault occurred while processing. Thanks, Chirag On Thursday, February 21, 2013 2:08:26 PM UTC+5:30, Timo Aarnio wrote: > > Hi, > > Well, that was a silly reason for the hold up.

Re: Fault occurred while processing when trying to add campaigns

2013-02-21 Thread Timo Aarnio
API >>>>> Team) kirjoitti: >>>>>> >>>>>> Hi, >>>>>> >>>>>> Sorry for our delay responding you here, are you still experiencing >>>>>> this issue? if yes, can you give me a fresh requ

Re: Fault occurred while processing when trying to add campaigns

2013-02-20 Thread David Torres
;>>> Hi, I'm sorry for the delay from my side as well. >>>> >>>> Yes, the issue is still there, here's the latest error call: >>>> [Feb 11 2013 15:00:01.00 - ERROR] email=testaccount >>>> effectiveUser=123456789 service=Budg

Re: Fault occurred while processing when trying to add campaigns

2013-02-18 Thread Timo Aarnio
t;>> [Feb 11 2013 15:00:01.00 - ERROR] email=testaccount >>> effectiveUser=123456789 service=BudgetService method=mutate operators={ADD: >>> 1} responseTime=67 requestId=0004d5727c8b42a00ae53cdb6932 operations=0 >>> units=0 server=adwords.google.com isFault

Re: Fault occurred while processing when trying to add campaigns

2013-02-15 Thread David Torres
e is still there, here's the latest error call: >> [Feb 11 2013 15:00:01.00 - ERROR] email=testaccount >> effectiveUser=123456789 service=BudgetService method=mutate operators={ADD: >> 1} responseTime=67 requestId=0004d5727c8b42a00ae53cdb6932 operations=0 >&g

Re: Fault occurred while processing when trying to add campaigns

2013-02-14 Thread David Torres
error call: > [Feb 11 2013 15:00:01.00 - ERROR] email=testaccount > effectiveUser=123456789 service=BudgetService method=mutate operators={ADD: > 1} responseTime=67 requestId=0004d5727c8b42a00ae53cdb6932 operations=0 > units=0 server=adwords.google.com isFault=true faultMes

Re: Fault occurred while processing when trying to add campaigns

2013-02-11 Thread Timo Aarnio
requestId=0004d5727c8b42a00ae53cdb6932 operations=0 units=0 server=adwords.google.com isFault=true faultMessage=Fault occurred while processing. Thanks again for the help, Timo maanantai, 4. helmikuuta 2013 23.08.50 UTC+2 David Torres (AdWords API Team) kirjoitti: > > Hi, > > Sorry for our delay re

Re: "Fault occurred while processing" when adding a campaign

2013-02-04 Thread David Torres (AdWords API Team)
gt; > Hi > > I'm currently trying to add campaigns to my test account. But when running > the script I get this error: "Fault occurred while processing." > > The error seems to happen when the script tries to add using the > budgetservice: > [Jan 2

Re: Fault occurred while processing when trying to add campaigns

2013-02-04 Thread David Torres (AdWords API Team)
add campaigns for the test account. But when I run > the script, it throws "Fault occurred while processing." error. > > The error seems to happen when the script tries to mutate budget: [Jan 25 > 2013 18:03:48.00 - ERROR] email=testemail effectiveUser=123456789 > s

Fault occurred while processing when trying to add campaigns

2013-01-27 Thread Timo Aarnio
Hi I'm currently trying to add campaigns for the test account. But when I run the script, it throws "Fault occurred while processing." error. The error seems to happen when the script tries to mutate budget: [Jan 25 2013 18:03:48.00 - ERROR] email=testemail effectiveUser=123

"Fault occurred while processing" when adding a campaign

2013-01-27 Thread Timo Aarnio
Hi I'm currently trying to add campaigns to my test account. But when running the script I get this error: "Fault occurred while processing." The error seems to happen when the script tries to add using the budgetservice: [Jan 25 2013 19:03:26.00 - ERROR] email=testemail

Re: Fault occurred while processing.

2011-06-10 Thread David Torres
Hi Peter, What you are actually experiencing are CONCURRENT_MODIFICATION errors, which is the service is not correctly reporting back to you, I'm working with the team to correct this. More information on how to handle this kind of CONCURRENT_MODIFICATION error can be found here http://code.g

Re: Fault occurred while processing.

2011-06-07 Thread Peter
e: Tue, 07 Jun 2011 05:15:03 GMT > Expires: Tue, 07 Jun 2011 05:15:03 GMT > Cache-Control: private, max-age=0 > X-Content-Type-Options: nosniff > X-Frame-Options: SAMEORIGIN > X-XSS-Protection: 1; mode=block > Content-Length: 283 > Server: GSE > ***

Fault occurred while processing.

2011-06-06 Thread Peter
*** Incoming SOAP ** http://schemas.xmlsoap.org/soap/envelope/";> https://adwords.google.com/api/adwords/cm/ v201008"> 79cb89fd1b883085257acca8130e1228

Re: Fault occurred while processing.

2010-12-08 Thread Bill
erAgent and so on. > A sample xml snippet is shown below. > > >   ** >   ** >   ** >   ** >   ** > > > Cheers, > Anash P. Oommen, > AdWords API Advisor. > > On Dec 4, 12:41 am, Bill wrote: > > > > > > > > &g

Re: Fault occurred while processing.

2010-12-06 Thread AdWords API Advisor
wrote: > Hi. > > I am getting a 'Fault occurred while processing.' error while making > the following call > to:https://adwords-sandbox.google.com/api/adwords/o/v201008/TargetingIde... > > > xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"

Fault occurred while processing.

2010-12-03 Thread Bill
Hi. I am getting a 'Fault occurred while processing.' error while making the following call to: https://adwords-sandbox.google.com/api/adwords/o/v201008/TargetingIdeaService http://schemas.xmlsoap.org/soap/envelope/"; xmlns:o="https://adwords.google.com/api/adwords/o/v2010

Re: soap:Server Fault occurred while processing.

2010-11-09 Thread AdWords API Advisor
$URL > > I'm posting it to: > > https://adwords-sandbox.google.com/api/adwords/cm/v201008/CampaignSer... > > Here is what I'm getting: > > xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";> > >         >                

soap:Server Fault occurred while processing.

2010-11-08 Thread brendangorm...@skinwest.com
ype: application/soap+xml" --data @data.xml $URL I'm posting it to: https://adwords-sandbox.google.com/api/adwords/cm/v201008/CampaignService Here is what I'm getting: http://schemas.xmlsoap.org/soap/envelope/";> soap:Server

Re: Fault occurred while processing in ReportDefinitionOperation

2010-09-17 Thread AdWords API Advisor
Hi Chris, Let us know if you have any addition questions. Best, - Eric Koleda, AdWords API Team On Sep 16, 12:11 pm, Chris Ramsay wrote: > Well, I found one problem in my SOAP: > > xmlns:ns="https://adwords.google.com/api/adwords/cm/v200909"; > > should be: > > xmlns:ns="https://adwords.google.

Re: Fault occurred while processing in ReportDefinitionOperation

2010-09-16 Thread Chris Ramsay
Well, I found one problem in my SOAP: xmlns:ns="https://adwords.google.com/api/adwords/cm/v200909"; should be: xmlns:ns="https://adwords.google.com/api/adwords/cm/v201008"; At least now I am getting a sensible auth error message...! -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Fault occurred while processing in ReportDefinitionOperation

2010-09-16 Thread Chris Ramsay
Hello All, I am making the following request to the Adwords API and am getting a 'Fault occurred while processing' error, which does not tell me a great deal. Here's the SOAP: https://adwords.google.com/api/adwords/cm/v201008"; xmlns:ns1="http://schemas.

Re: "Fault occurred while processing." when doing bidtransition test

2010-09-07 Thread AdWords API Advisor
          >         >         >                 >                         soap:Server >                         Fault occurred while > processing. >                 >         > -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

"Fault occurred while processing." when doing bidtransition test

2010-09-07 Thread Peer Jakobsen (AdWords API Guru)
1 soap:Server Fault occurred while processing. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/g

Re: Got "Fault occurred while processing" error

2010-07-29 Thread Christian Fuentes
Thanks a lot!! On 29 jul, 17:26, AdWords API Advisor wrote: > Hi, > > This error is being thrown because the date is formatted incorrectly. > The correct format is Ymd, for example 20100729.  I'll work with the > core engineering team to have a better error thrown in this case. > > Best, > - Eric

Re: Got "Fault occurred while processing" error

2010-07-29 Thread AdWords API Advisor
Hi, This error is being thrown because the date is formatted incorrectly. The correct format is Ymd, for example 20100729. I'll work with the core engineering team to have a better error thrown in this case. Best, - Eric Koleda, AdWords API Team On Jul 28, 11:28 am, Christian Fuentes wrote: >

Got "Fault occurred while processing" error

2010-07-28 Thread Christian Fuentes
Trying to add a ReportDefinition I got this error, but the code is the same as the example called AddKeywordsPerformanceReportDefinition, and the credentials are OK (I got all my campaigns and adGroups from the API). This is the code $adwords = new AdWordsUser(NULL, $email, $password, $develo

Re: TargetingIdeaService "Fault occurred while processing"

2010-05-20 Thread AdWords API Advisor
ork correctly. Best, - Eric Koleda, AdWords API Team On May 20, 3:30 am, JZhang wrote: > hi, >   I use vs.net 2008. >   I get a strange fault as below. > > http://schemas.xmlsoap.org/soap/ > envelope/">soap:Server faultcode>Fault occurred while processing. soap

TargetingIdeaService "Fault occurred while processing"

2010-05-20 Thread JZhang
hi, I use vs.net 2008. I get a strange fault as below. http://schemas.xmlsoap.org/soap/ envelope/">soap:ServerFault occurred while processing. My soap request as below. http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns:xsd="http://www.

AdWords API Re: Fault occurred while processing

2010-04-12 Thread AdWords API Advisor
Hi, I heard back from the core engineering team, and the error is being returned because the use of MONTHLY budgets is restricted. The error message for this problem will be improved in the next version of the API. Best, - Eric Koleda, AdWords API Team On Apr 9, 8:07 am, JosipK wrote: > Hi, >

AdWords API Re: Fault occurred while processing

2010-04-09 Thread JosipK
Hi, I have the same problem. Everything works fine for Daily budget, but it fails for Monthly budget. Regards, -- Josip GemBox.Ppc - http://www.GemBoxSoftware.com/Ppc/Overview.htm - Advanced AdWords API for C# / VB.NET On Apr 8, 1:54 am, Simon wrote: > On Apr 8, 2:21 am, AdWords API Advisor

AdWords API Re: Fault occurred while processing

2010-04-07 Thread Simon
On Apr 8, 2:21 am, AdWords API Advisor wrote: > I ran some tests myself, and it looks like the problem is that you are > trying to create a campaign with a MONTHLY budget.  The same request > with a DAILY budget works correctly. Thanks very much Eric. I can confirm that switching to DAILY budget

AdWords API Re: Fault occurred while processing

2010-04-07 Thread AdWords API Advisor
Hi Simon, I ran some tests myself, and it looks like the problem is that you are trying to create a campaign with a MONTHLY budget. The same request with a DAILY budget works correctly. I'll follow up with the core engineering team about this problem and let you know when I have more information

AdWords API Re: Fault occurred while processing

2010-04-06 Thread Simon
FYI, I've tested a GET campaigns request, and that works fine (returns 0). So authentication creds appear correctly configured here == request http://schemas.xmlsoap.org/soap/ envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> ht

AdWords API Re: Fault occurred while processing

2010-04-06 Thread Simon
:50,981 DEBUG [HTTPSender] --- == 09:16:51,152 DEBUG [HTTPSender] http://schemas.xmlsoap.org/soap/envelope/";> https://adwords.google.com/api/adwords/cm/ v200909"> 7630c34e2b28c62aca799b0f83ff29a0 1 371 1 soap:Server Fault occurred

AdWords API Re: Fault occurred while processing

2010-04-06 Thread AdWords API Advisor
now failing > against the sandbox. > > The error message is rather unhelpful: "Fault occurred while > processing.". > > Any ideas? > > The operation was ADD a campaign. > > http://schemas.xmlsoap.org/soap/ > envelope/">a5e2ba5c266feaf64868ab4e4fe3856c

AdWords API Fault occurred while processing

2010-04-06 Thread Simon
I tried to run some code that worked last week, and it is now failing against the sandbox. The error message is rather unhelpful: "Fault occurred while processing.". Any ideas? The operation was ADD a campaign. http://schemas.xmlsoap.org/soap

AdWords API Re: Fault occurred while processing in python call to TargetingIdeaService

2010-03-23 Thread AdWords API Advisor
t; Date: Tue, 23 Mar 2010 05:30:27 GMT > Expires: Tue, 23 Mar 2010 05:30:27 GMT > Cache-Control: private, max-age=0 > X-Content-Type-Options: nosniff > X-Frame-Options: SAMEORIGIN > Server: GSE > X-XSS-Protection: 0 > ***

AdWords API Re: Fault occurred while processing in python call to TargetingIdeaService

2010-03-22 Thread dsay
With changed headers , this is the dump *** Outgoing HTTP headers ** POST /api/adwords/o/v200909/TargetingIdeaService HTTP/1.0 Host: adwords-sandbox.google.com User-agent: SOAPpy 0.12.0 (http://pywebsvcs.sf.net) Content-type: text/xml; charset="UTF-8" Co

AdWords API Fault occurred while processing in python call to TargetingIdeaService

2010-03-20 Thread dsay
Heres the debug dump, not sure what is missing. I am using SOAPpy without client lib *** Outgoing HTTP headers ** POST /api/adwords/o/v200909/TargetingIdeaService HTTP/1.0 Host: adwords-sandbox.google.com User-agent: SOAPpy 0.12.0 (http://pywebsvcs.sf.ne

AdWords API Re: Fault occurred while processing - Is it an Internal Error???

2010-01-29 Thread AdWords API Advisor
o create your service?  I think you may be > > sending a v2009 request to a v13 endpoint. > > > Best, > > - Eric Koleda, AdWords API Team > > > On Jan 28, 2:03 pm, shriny wrote: > > > > I just tried a simple add campaigns and got this error, &g

AdWords API Re: Fault occurred while processing - Is it an Internal Error???

2010-01-29 Thread shriny
est to a v13 endpoint. > > Best, > - Eric Koleda, AdWords API Team > > On Jan 28, 2:03 pm, shriny wrote: > > > I just tried a simple add campaigns and got this error, > > "Fault occurred while processing" > > > Out Soap Message says > > > &

AdWords API Re: Fault occurred while processing - Is it an Internal Error???

2010-01-29 Thread AdWords API Advisor
Hi, Which URL are you using to create your service? I think you may be sending a v2009 request to a v13 endpoint. Best, - Eric Koleda, AdWords API Team On Jan 28, 2:03 pm, shriny wrote: > I just tried a simple add campaigns and got this error, > "Fault occurred while processing&qu

AdWords API Fault occurred while processing - Is it an Internal Error???

2010-01-28 Thread shriny
I just tried a simple add campaigns and got this error, "Fault occurred while processing" Out Soap Message says soap:Server Fault occurred while processing. Here is my soap resquest and response. === = Elapsed: 274 millise

AdWords API Re: Api 2009: Fault occurred while processing

2009-10-06 Thread AdWords API Advisor
s API Team On Oct 4, 7:51 am, Ales Sturala wrote: > Hello, > I'm getting an error 'Fault occurred while processing' when using the > new AdWords Api 2009. I found that it's caused by an ad with display > urlwww.server.com/Òrrius. What I expect is that an AdWords

AdWords API Api 2009: Fault occurred while processing

2009-10-04 Thread Ales Sturala
Hello, I'm getting an error 'Fault occurred while processing' when using the new AdWords Api 2009. I found that it's caused by an ad with display url www.server.com/Òrrius. What I expect is that an AdWords error will be returned with details saying that there is an inva

AdWords API Re: problems moving from v11 to v200902: intermittent "Fault occurred while processing."

2009-06-17 Thread AdWords API Advisor
gt; I get intermittent success with each of these steps.  Sometimes I can > create a campaign.  Other times, I try, and get a SOAP error "Fault > occurred while processing.".   In these cases, if I re-run the code, I > get an error telling me that a duplicate name is being used - >

AdWords API problems moving from v11 to v200902: intermittent "Fault occurred while processing."

2009-06-16 Thread SmartFlix.com / HeavyInk.com
an ad and keywords. I get intermittent success with each of these steps. Sometimes I can create a campaign. Other times, I try, and get a SOAP error "Fault occurred while processing.". In these cases, if I re-run the code, I get an error telling me that a duplicate name is being u

AdWords API Re: "Fault occurred while processing" error

2009-06-11 Thread AdWords API Advisor
sword and token information before posting. > > > Cheers, > > -Jeff Posnick, AdWords API Team > > > On Jun 10, 4:21 am, "gbase1staudiovis...@gmail.com" > > > wrote: > > > I am a new adword user. I get the code > > > fromhttp://code.

AdWords API Re: "Fault occurred while processing" error

2009-06-11 Thread gbase 1staudiovisual
ot;gbase1staudiovis...@gmail.com" > > wrote: > > I am a new adword user. I get the code > > fromhttp://code.google.com/p/adwords-api-php-samples/source/browse/trunk/ > > > First times that I run this script I get error, then I change request > > xml fol

AdWords API Re: "Fault occurred while processing" error

2009-06-10 Thread AdWords API Advisor
the error gone. > > But,after I run the script again, I get "Fault occurred while > processing" message and it has not any more detail. > > Thk 4 any help >< --~--~-~--~~~---~--~~ You received this message because you are subscribed to th

AdWords API "Fault occurred while processing" error

2009-06-10 Thread gbase1staudiovis...@gmail.com
get "Fault occurred while processing" message and it has not any more detail. Thk 4 any help >< --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this gr