Hi, In the *Selector* you used for your AdGroupCriterionService.get request, did you include the field "ParentCriterionId"? Your logs suggest that you did not, since it would be impossible for a single ad group to have multiple ACTIVE AdGroupCriterion objects with a ProductPartition having a null parentCriterionId. In other words, there can be only one root ProductPartition for an ad group at any given time.
Regarding your statement "Please have a look at selector result, i dont have any Criterion ID without NULL," -- you will never have an AdGroupCriterion with *criterionId* of null since that's a required field. However, the one with a ProductPartition where *parentCriterionId* is null will be the root of your partition tree. Cheers, Josh, AdWords API Team On Tuesday, June 17, 2014 7:09:57 AM UTC-4, [email protected] wrote: > > Hi, > > Yes i understood your point. > > Delete Product Partition : > > 1. we can have single REMOVE and mutate request , if we had " > parentCriterionId > <https://developers.google.com/adwords/api/docs/reference/v201402/AdGroupCriterionService.ProductPartition#parentCriterionId> > " > > 2. If we dont have "parentCriterionId > <https://developers.google.com/adwords/api/docs/reference/v201402/AdGroupCriterionService.ProductPartition#parentCriterionId>" > > , then we will collect all the criterion ID and use Each One Mutate > Request for each ID. > > ---------------- > My Question is : > > i have created the Product Partition , Please have a look at this place > here > <https://groups.google.com/d/msg/adwords-api/P6DYn6N3XTU/uZOMer9znAEJ>, > then if i get Adgroup details, > > It wont have " parentCriterionId", i used same "createSubdivision" . > > here with i attached the XML reponse & Selector Result > > Please have a look at selector result, i dont have any Criterion ID > without NULL, > > i need to have Parent Criterion ID to make SINGLE REMOVE in order to > delete product Partition > > Looking forward your help > > Thanks > > > > > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
