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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en.
