Re: CampaignOperation mutate suddenly failing with SettingError

2012-04-11 Thread Danial Klimkin
Hello Aaron,


The issue should be resolved now.


-Danial, AdWords API Team.

On Tuesday, April 10, 2012 8:38:46 PM UTC+4, Aaron Sherman wrote:

 On Tuesday, April 10, 2012 12:22:48 PM UTC-4, Danial Klimkin wrote:

 Hi Aaron,


 There is a temporary issue affecting Sandbox only. We are working to 
 resolve it.




 Thank you very much for the follow-up. Should I expect to see an update, 
 here, or just keep re-running the tests, periodically?
  


-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-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


Re: CampaignOperation mutate suddenly failing with SettingError

2012-04-10 Thread Indeeplight Sarl
i got the same issue since this morning, it was working well last thursday 
(didn't test since)

Le lundi 9 avril 2012 23:35:50 UTC+2, Aaron Sherman a écrit :

 In code which has been running against the sandbox for some time now (in a 
 test suite), I've just started to get SettingErrors. I've backed out all of 
 our recent changes and re-tested, and code that worked just fine a few days 
 ago, now fails as of this afternoon.

 The error indicates a path which isn't in the request itself 
 (operations[0].operand.settings[1]), so how do I find out what data the 
 error is referencing?

 If you need more detail, here's the request body:

  SOAP-ENV:Body
   mutate xmlns=https://adwords.google.com/api/adwords/cm/v201109; 
 xmlns:cm=https://adwords.google.com/api/adwords/cm/v201109;
operations xsi3:type=cm:CampaignOperation
 cm:operatorADD/cm:operator
 cm:operand xsi3:type=cm:Campaign
  cm:nameUnit test campaign 
 b8fac442-b174-4148-b7ea-a96997551341/cm:name
  cm:statusPAUSED/cm:status
  cm:budget xsi3:type=cm:Budget
   cm:periodDAILY/cm:period
   cm:amount xsi3:type=cm:Money
cm:microAmount5000/cm:microAmount
   /cm:amount
   cm:deliveryMethodSTANDARD/cm:deliveryMethod
  /cm:budget
  cm:biddingStrategy xsi3:type=cm:ManualCPC
  /cm:biddingStrategy
 /cm:operand
/operations
   /mutate
  /SOAP-ENV:Body

 And this is the response:

 ?xml version=1.0 encoding=UTF-8?
 soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/;
  soap:Header
   ResponseHeader xmlns=https://adwords.google.com/api/adwords/cm/v201109
 
requestId0004bd456fcc1b380a0ce10514f8/requestId
serviceNameCampaignService/serviceName
methodNamemutate/methodName
operations1/operations
responseTime579/responseTime
units1/units
   /ResponseHeader
  /soap:Header
  soap:Body
   soap:Fault
faultcodesoap:Server/faultcode
faultstring[SettingError.SETTING_TYPE_IS_NOT_AVAILABLE @ 
 operations[0].operand.settings[1]]/faultstring
detail
 ApiExceptionFault xmlns=
 https://adwords.google.com/api/adwords/cm/v201109;
  message[SettingError.SETTING_TYPE_IS_NOT_AVAILABLE @ 
 operations[0].operand.settings[1]]/message
  ApplicationException.TypeApiException/ApplicationException.Type
  errors xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
 xsi:type=SettingError
   fieldPathoperations[0].operand.settings[1]/fieldPath
   trigger/
   errorStringSettingError.SETTING_TYPE_IS_NOT_AVAILABLE/errorString
   ApiError.TypeSettingError/ApiError.Type
   reasonSETTING_TYPE_IS_NOT_AVAILABLE/reason
  /errors
 /ApiExceptionFault
/detail
   /soap:Fault
  /soap:Body
 /soap:Envelope



-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-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


Re: CampaignOperation mutate suddenly failing with SettingError

2012-04-10 Thread Danial Klimkin
Hi Aaron,


There is a temporary issue affecting Sandbox only. We are working to 
resolve it.


-Danial, AdWords API Team.


On Tuesday, April 10, 2012 1:35:50 AM UTC+4, Aaron Sherman wrote:

 In code which has been running against the sandbox for some time now (in a 
 test suite), I've just started to get SettingErrors. I've backed out all of 
 our recent changes and re-tested, and code that worked just fine a few days 
 ago, now fails as of this afternoon.

 The error indicates a path which isn't in the request itself 
 (operations[0].operand.settings[1]), so how do I find out what data the 
 error is referencing?

 If you need more detail, here's the request body:

  SOAP-ENV:Body
   mutate xmlns=https://adwords.google.com/api/adwords/cm/v201109; 
 xmlns:cm=https://adwords.google.com/api/adwords/cm/v201109;
operations xsi3:type=cm:CampaignOperation
 cm:operatorADD/cm:operator
 cm:operand xsi3:type=cm:Campaign
  cm:nameUnit test campaign 
 b8fac442-b174-4148-b7ea-a96997551341/cm:name
  cm:statusPAUSED/cm:status
  cm:budget xsi3:type=cm:Budget
   cm:periodDAILY/cm:period
   cm:amount xsi3:type=cm:Money
cm:microAmount5000/cm:microAmount
   /cm:amount
   cm:deliveryMethodSTANDARD/cm:deliveryMethod
  /cm:budget
  cm:biddingStrategy xsi3:type=cm:ManualCPC
  /cm:biddingStrategy
 /cm:operand
/operations
   /mutate
  /SOAP-ENV:Body

 And this is the response:

 ?xml version=1.0 encoding=UTF-8?
 soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/;
  soap:Header
   ResponseHeader xmlns=https://adwords.google.com/api/adwords/cm/v201109
 
requestId0004bd456fcc1b380a0ce10514f8/requestId
serviceNameCampaignService/serviceName
methodNamemutate/methodName
operations1/operations
responseTime579/responseTime
units1/units
   /ResponseHeader
  /soap:Header
  soap:Body
   soap:Fault
faultcodesoap:Server/faultcode
faultstring[SettingError.SETTING_TYPE_IS_NOT_AVAILABLE @ 
 operations[0].operand.settings[1]]/faultstring
detail
 ApiExceptionFault xmlns=
 https://adwords.google.com/api/adwords/cm/v201109;
  message[SettingError.SETTING_TYPE_IS_NOT_AVAILABLE @ 
 operations[0].operand.settings[1]]/message
  ApplicationException.TypeApiException/ApplicationException.Type
  errors xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
 xsi:type=SettingError
   fieldPathoperations[0].operand.settings[1]/fieldPath
   trigger/
   errorStringSettingError.SETTING_TYPE_IS_NOT_AVAILABLE/errorString
   ApiError.TypeSettingError/ApiError.Type
   reasonSETTING_TYPE_IS_NOT_AVAILABLE/reason
  /errors
 /ApiExceptionFault
/detail
   /soap:Fault
  /soap:Body
 /soap:Envelope



-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-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


Re: CampaignOperation mutate suddenly failing with SettingError

2012-04-10 Thread Aaron Sherman
On Tuesday, April 10, 2012 12:22:48 PM UTC-4, Danial Klimkin wrote:

 Hi Aaron,


 There is a temporary issue affecting Sandbox only. We are working to 
 resolve it.




Thank you very much for the follow-up. Should I expect to see an update, 
here, or just keep re-running the tests, periodically?
 

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-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


CampaignOperation mutate suddenly failing with SettingError

2012-04-09 Thread Aaron Sherman
In code which has been running against the sandbox for some time now (in a 
test suite), I've just started to get SettingErrors. I've backed out all of 
our recent changes and re-tested, and code that worked just fine a few days 
ago, now fails as of this afternoon.

The error indicates a path which isn't in the request itself 
(operations[0].operand.settings[1]), so how do I find out what data the 
error is referencing?

If you need more detail, here's the request body:

 SOAP-ENV:Body
  mutate xmlns=https://adwords.google.com/api/adwords/cm/v201109; 
xmlns:cm=https://adwords.google.com/api/adwords/cm/v201109;
   operations xsi3:type=cm:CampaignOperation
cm:operatorADD/cm:operator
cm:operand xsi3:type=cm:Campaign
 cm:nameUnit test campaign 
b8fac442-b174-4148-b7ea-a96997551341/cm:name
 cm:statusPAUSED/cm:status
 cm:budget xsi3:type=cm:Budget
  cm:periodDAILY/cm:period
  cm:amount xsi3:type=cm:Money
   cm:microAmount5000/cm:microAmount
  /cm:amount
  cm:deliveryMethodSTANDARD/cm:deliveryMethod
 /cm:budget
 cm:biddingStrategy xsi3:type=cm:ManualCPC
 /cm:biddingStrategy
/cm:operand
   /operations
  /mutate
 /SOAP-ENV:Body

And this is the response:

?xml version=1.0 encoding=UTF-8?
soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/;
 soap:Header
  ResponseHeader xmlns=https://adwords.google.com/api/adwords/cm/v201109;
   requestId0004bd456fcc1b380a0ce10514f8/requestId
   serviceNameCampaignService/serviceName
   methodNamemutate/methodName
   operations1/operations
   responseTime579/responseTime
   units1/units
  /ResponseHeader
 /soap:Header
 soap:Body
  soap:Fault
   faultcodesoap:Server/faultcode
   faultstring[SettingError.SETTING_TYPE_IS_NOT_AVAILABLE @ 
operations[0].operand.settings[1]]/faultstring
   detail
ApiExceptionFault 
xmlns=https://adwords.google.com/api/adwords/cm/v201109;
 message[SettingError.SETTING_TYPE_IS_NOT_AVAILABLE @ 
operations[0].operand.settings[1]]/message
 ApplicationException.TypeApiException/ApplicationException.Type
 errors xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
xsi:type=SettingError
  fieldPathoperations[0].operand.settings[1]/fieldPath
  trigger/
  errorStringSettingError.SETTING_TYPE_IS_NOT_AVAILABLE/errorString
  ApiError.TypeSettingError/ApiError.Type
  reasonSETTING_TYPE_IS_NOT_AVAILABLE/reason
 /errors
/ApiExceptionFault
   /detail
  /soap:Fault
 /soap:Body
/soap:Envelope

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-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