Hi Team,
I am currently working on Subdivide opertaion in product partition 
section.I need your support on following issues.

1.Getting the error 'An error has occurred: [RequiredError.REQUIRED @ 
operations[6].operand.criterion.caseValue.type]'

   while performing product partition.

   The following is my code,

      $root = $helper->createSubdivision();
  
      $helper->createUnit($root, new ProductCanonicalCondition('NEW'), 
200000);

      $helper->createUnit($root, new ProductCanonicalCondition('USED'), 
100000);

      $otherCondition = $helper->createSubdivision($root,new 
ProductCanonicalCondition());
  

      $helper->createUnit($otherCondition,new 
ProductType('PRODUCT_TYPE_L1','sametou1'), 900000);

      $helper->createUnit($otherCondition,new 
ProductType('PRODUCT_TYPE_L1','sametou2'), 10000);

      $otherBrand = $helper->createSubdivision($otherCondition, new 
ProductType());

      $helper->createUnit($otherBrand,new ProductType('PRODUCT_TYPE_L2'), 
110000);


   I tried as in your documentation.

   Why this error and how can i resolve this?

Regards

sandeep cv

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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].
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/0d32b66f-3211-42da-98e1-ed2c9cab8e66%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to