Hi, 1. It looks like you are searching for the arguments you would use with the ProductPartitionHelper in our AddProductPartitionTree example <https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201402/ShoppingCampaigns/AddProductPartitionTree.php#L25>. However, that helper class currently doesn't work particularly well if you already have a partition tree. However, if you are trying to subdivide a product partition that is currently a unit, e.g., change this:
A / \ B C to this: A / \ B C / \ D E then you could construct a mutate request with the following operations: - REMOVE the current unit for C - ADD a subdivision for C with an ID of -1 - ADD a unit for D with an ID of -2 and a parentCriterionId of -1 - ADD a unit for E with an ID of -3 and a parentCriterionId of -1 Again, the ProductPartitionHelper won't be much help here, but you should be able to construct the above AdGroupCriterionOperations relatively easily using the API. 2. Please see the following article in the Help Center on this topic. https://www.en.adwords-community.com/t5/Advanced-Features/Product-not-transferring-over-to-Shopping-Adwords-campaign/td-p/317061 Cheers, Josh, AdWords API Team On Wednesday, June 25, 2014 6:38:29 AM UTC-7, aroxo...@gmail.com wrote: > > Hi josh, > > Thank you for Your great effort my questions . > > Two needs Again: > > 1. Add Product with Exisitng Product Partition > > createSubdivision(ProductPartition $parent = null,ProductDimension $value > = null) ; > > [0] => BiddableAdGroupCriterion Object > ( > [userStatus] => > [systemServingStatus] => > [approvalStatus] => > [disapprovalReasons] => > [destinationUrl] => > [experimentData] => > [firstPageCpc] => > [topOfPageCpc] => > [qualityInfo] => > [biddingStrategyConfiguration] => > [bidModifier] => > [adGroupId] => 14859042493 > [criterionUse] => BIDDABLE > [criterion] => ProductPartition Object > ( > [partitionType] => SUBDIVISION > [parentCriterionId] => > [caseValue] => > [id] => 18283950120 > [type] => PRODUCT_PARTITION > [CriterionType] => ProductPartition > [_parameterMap:Criterion:private] => Array > ( > [Criterion.Type] => CriterionType > ) > > ) > > [forwardCompatibilityMap] => > [AdGroupCriterionType] => BiddableAdGroupCriterion > [_parameterMap:AdGroupCriterion:private] => Array > ( > [AdGroupCriterion.Type] => AdGroupCriterionType > ) > > ) > > > i knew , i have to pass the "parentCriterionId" to " createSubdivision " > function, > > let me know, what are the parameters i have to pass , ( if i am not get > that parameters in above result, let me know ) > > 2. Adding production partition and negative keywords - i done earlier > using foreach condition > > But some of Adgroups NOT HAVING Products . > > is there Any delay sleep have to be added for each Adgroup Request? > > > 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. For more options, visit https://groups.google.com/d/optout.