I got the same problem with you. As I already knew by doing searching on the internet, CampaignCriterionOperation only supports ADD and REMOVE even though it has SET operator. So that, I'm facing a critical error, EntityCountLimitExceeded.CAMPAIGN_LIMIT, when I added the criteria to CampaignCriterionOperation.
On Dec 29, 4:08 pm, Roger <[email protected]> wrote: > Dear Adwords-Team, > > I'm currently updating my code to the new api-version. > > In version v201101 the SET-operation can be used to completely overwrite > all campaign criterions, but in the new api-version I only get a > "[OperatorError.OPERATOR_NOT_SUPPORTED @ operations[0]]". The SET-operation > should be available like it says in the > documentation<http://code.google.com/apis/adwords/docs/reference/latest/CampaignCri...> > . > > So how can I fix this, do I really need to remove/add each criterion and > not longer easy overwrite all the settings? > > I've tested to overwrite the Platform-Criterion. > > Best regards, > Roger -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [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
