Hi, The products in a product group is defined by the attributes provided in Merchant Center and you cannot change them from one product group to another in AdWords. To exclude a specific product, you could add the product by productId/OfferId and set it to exclude instead of setting it as biddable. This sample <https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201708/shoppingcampaigns/AddProductPartitionTree.java> in Java shows how to create a product partition for a given AdGroup. To exclude the product, you could add the node with ProductOfferId case value <https://developers.google.com/adwords/api/docs/reference/v201708/AdGroupCriterionService.ProductPartition#casevalue> and set it to be excluded. Samples in other languages can also be found here <https://developers.google.com/adwords/api/docs/clientlibraries>.
Thanks, Sreelakshmi, 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/8437ced0-0828-4e71-8ded-f512d7686d48%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
