Re: Product Partition Tree Enumeration Exception

2014-11-25 Thread Sarah Gilmore
Hi Josh That's great, I have managed to implement the tree that I want. Just a few little misunderstandings. Thanks for your help Sarah On Monday, November 24, 2014 2:07:36 PM UTC, Josh Radcliff (AdWords API Team) wrote: Hi, At every level of the product partition tree, all product

Re: Product Partition Tree Enumeration Exception

2014-11-24 Thread Sarah Gilmore
Hi Josh I've tried adding product level into the constuctor but get the following error: An error has occurred: [RequiredError.REQUIRED @ operations[3].operand.criterion.caseValue.type] I've tried reducing it down to the bare minimum (as below) but stillt this error. All I really want is a

Product Partition Tree Enumeration Exception

2014-11-21 Thread Sarah Gilmore
Hi there I'm having trouble getting the Product Partition script to work in PHP. I'm using the example in the SDK. I've solved some errors by creating a new Adgroup from scratch within the API, but I get the following exception when I run the script: An error has occurred: Unmarshalling

Re: Product Partition Tree Enumeration Exception

2014-11-21 Thread Josh Radcliff (AdWords API Team)
Hi, Similar to *ProductBiddingCategory*, when creating a *ProductType* criterion, you'll want to pass both: 1. The product type level (enum) - this is on the type https://developers.google.com/adwords/api/docs/reference/v201409/AdGroupCriterionService.ProductType#type attribute and