Re: Unable to mutate ProductPartitions for AdGroup

2015-03-06 Thread Михаил Бесчетнов
Thank you! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 subscrib

Re: Unable to mutate ProductPartitions for AdGroup

2015-03-05 Thread Josh Radcliff (AdWords API Team)
Hi, The problem is that your "other" node is a SUBDIVISION node, but it needs to be a UNIT node. Here's what you are attempting to create: - root, type = SUBDIVISION - CanonicalCondition=NEW, type = UNIT - CanonicalCondition=null, type = SUBDIVISION To fix this, you can eith

Unable to mutate ProductPartitions for AdGroup

2015-03-05 Thread Михаил Бесчетнов
Hello! There is an issue with adding a ProductPartition list for AdGroup. I'm trying to add new ProductPartition to existing root partition, which is now empty: AdGroupCriterionServiceInterface adGroupCriterionService = new AdWordsServices().get(adWordsSession, AdGroupCriterionServiceInterface