Hi Marry,

Campaign criterion don't have any fields that can be updated, so the
SET operator isn't permitted.  You can delete a campaign criterion by
using the REMOVE operator.

Best,
- Eric Koleda, AdWords API Team

On Jan 19, 4:28 am, Marry Hasanova <eng.ma...@gmail.com> wrote:
> I`m trying to update a criterion, and for all type of criterion I`m
> getting an error:
> OperatorError.OPERATOR_NOT_SUPPORTED @ operations[0]
>
> Here is my XML:
> <mutate xmlns='https://adwords.google.com/api/adwords/cm/v200909'>
>         <operations>
>                 <operand xsi:type="NegativeCampaignCriterion" >
>                         <campaignId>2069</campaignId>
>                         <criterion xsi:type="Keyword" >
>                                 <text>keyword1</text>
>                                 <matchType>BROAD</matchType>
>                                 <id>10125171</id>
>                         </criterion>
>                 </operand>
>                 <operator>SET</operator>
>         </operations>
> </mutate>
>
> Does it mean that there is no possibility of deleting campaign
> criterion.
-- 
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 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.


Reply via email to