Found the issue:

My partition case value was missing a value. In removing it for the 
negative value I also removed it for the partition.

For reference, the parent ids should all be -1 in this case (although this 
is a flat structure)

Thanks again Peter

On Friday, August 26, 2016 at 11:25:43 AM UTC+1, ph...@brainlabsdigital.com 
wrote:
>
> Also just to add: I think the documentation says these nodes should have 
> the parentCriterion ids the same as the root->id ?
>
>
> ProductPartition root = new ProductPartition();
> root.setPartitionType(ProductPartitionType.SUBDIVISION);
> root.setId(-1);
>
> ProductPartition node1 = new ProductPartition();
> node1.setPartitionType(ProductPartitionType.UNIT);
> node1.setCaseValue(new ProductBrand(null, "Brand A"));
> node1.setParentCriterionId(root.getId());
>
> ProductPartition node2 = new ProductPartition();
> node2.setPartitionType(ProductPartitionType.UNIT);
> node2.setCaseValue(new ProductBrand());
> node2.setParentCriterionId(root.getId());
>
>
> https://developers.google.com/adwords/api/docs/guides/shopping
>
> ProductPartition node2 = new ProductPartition();
> node2.setPartitionType(ProductPartitionType.UNIT);
> node2.setCaseValue(new ProductBrand());
> node2.setParentCriterionId(root.getId());
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/7a868ca0-e00d-4e64-b0d5-2b4edcc17fc9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to