Hi Prashant, To place all your products under the root node itself, you need to make the root node a biddable unit and set a bid for this unit. This can be done using the statement below:
> rootNode = rootNode.asBiddableUnit().setBid(bidInMicros); To create product partitions on a price range, you need to use ProductCustomAttribute <https://developers.google.com/adwords/api/docs/reference/latest/AdGroupCriterionService.ProductCustomAttribute> to create your product partitions as you can specify price range using Custom labels. This question can be better addressed by the AdWords community forum <https://www.en.advertisercommunity.com/t5/Google-AdWords/ct-p/Google_AdWords> . Regards, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/0a4e7bf8-c9c3-41ab-bf3f-7f64d77181dc%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
