Hi, actually It happens when I get operations from tree: remove & add, but It's in a single mutation request. I guess It should be divided by 2 separated api requests?
On Tuesday, 24 September 2019 09:03:51 UTC+3, adsapiforumadvisor wrote: > > Hi Artem, > > If a partition tree has already been created as biddable, you would not be > able to directly convert it or any of its subdivisions/units to be > excluded. You will first need to REMOVE the BiddableAdGroupCriterion > <https://developers.google.com/adwords/api/docs/reference/v201809/AdGroupCriterionService.BiddableAdGroupCriterion> > > and afterwards ADD a new NegativeAdGroupCriterion > <https://developers.google.com/adwords/api/docs/reference/v201809/AdGroupCriterionService.NegativeAdGroupCriterion> > > then associate your ProductPartition > <https://developers.google.com/adwords/api/docs/reference/v201809/AdGroupCriterionService.ProductPartition.html>, > > all this using the AdGroupCriterionService > <https://developers.google.com/adwords/api/docs/reference/v201809/AdGroupCriterionService> > . > > I hope this has been helpful. > > Thanks and regards, > Peter > Google Ads API Team > > > ref:_00D1U1174p._5001UHHjTF:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads 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 --- You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/962ec9eb-8ad9-4f4a-bacc-24a93f387a8c%40googlegroups.com.
