Re: ReadOnlyError.READ_ONLY

2011-11-30 Thread Eric Koleda
Hi, The code and name fields for a Language criterion are read only: http://code.google.com/apis/adwords/docs/reference/latest/TargetingIdeaService.Language.html Instead you must use the language's ID: http://code.google.com/apis/adwords/docs/appendix/languagecodes.html Best, - Eric Koleda,

ReadOnlyError.READ_ONLY

2011-11-26 Thread grayhu...@yahoo.com
':'English(US)'}] }] the portion regarding LagaugeSearchParameter' gives me the ReadOnlyError.READ_ONLY error message. what is wrong with my syntax. I am using targeting_idea_service = client.GetTargetingIdeaService( 'https://adwords.google.com', 'v201109

ReadOnlyError.READ_ONLY exception on AdGroupCriterionService mutate call

2010-04-21 Thread kgmaho...@gmail.com
I'm using the 7.1.0 version of the DotNet Client Library and I'm trying to update the destinationUrl of some ad group criterion. I build up an array of Ad Group Criterion SET Operations; however when I issue the mutate call I get back: [ReadOnlyError.READ_ONLY @ operations[0].operand.criterion.id

Re: ReadOnlyError.READ_ONLY exception on AdGroupCriterionService mutate call

2010-04-21 Thread Peer Jakobsen (AdWords API Guru)
I have only seen this when using an ADD operator. Are you 100% sure that these are SET operations? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 sunset is on April 22, 2010. Also find us on our blog and discussion group:

Re: ReadOnlyError.READ_ONLY exception on AdGroupCriterionService mutate call

2010-04-21 Thread kgmaho...@gmail.com
In my code I had it as adGroupCriterionOperation.OperationType = SET; When I changed it to: adgroupcriterionoperati...@operator = v200909.Operator.SET; it worked - thanks for pointing me in the right direction. Kevin On Apr 21, 11:19 am, Peer Jakobsen (AdWords API Guru)

AdWords API ReadOnlyError.READ_ONLY

2010-04-05 Thread Suraj Khakurel
Hi, While working on AdGroup mutate (SET). i got the following error: [ReadOnlyError.READ_ONLY @ operations[0].operand.bids.bidSource, ReadOnlyError.READ_ONLY @ operations[1].operand.bids.bidSource] I did not assign any BidSource. i don't understand why I'm getting this error. Here is my