Hi,

i have following queries :

1. Sub-dividing Existing Product Partition 

https://groups.google.com/d/msg/adwords-api/P6DYn6N3XTU/-2FfmLh54EcJ

This is the exact need , can i get the code on these steps ?

2. i can create product Paritions using Product offerId , but can;t able to 
do with product type

*For example :  first child *

$helper = new ProductPartitionHelper($var_adgroup_id); 

$root = $helper->createSubdivision();

$helper->createUnit($root, new 
ProductType('PRODUCT_TYPE_L1','radiators'),20000);
$helper->createUnit($root, new ProductType('PRODUCT_TYPE_L1','shower 
enclosures'),20000);

$helper->createUnit($root, new ProductType());

$result = $adGroupCriterionService->mutate($helper->getOperations());

-----------------------------------

3.  ' PRODUCT_TYPE_L1' -> For first child level product types/

if we use 2nd child -> then we have to use 'PRODUCT_TYPE_L2' ?

Please help me out

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 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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/8819a80b-becc-4ac2-925e-715851ebb62f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to