您可以移动产品分区树中的项目吗?

Can you move items in a product partition Tree?

我是 AdWords 新手 API。我可以在广告组的产品组内移动项目吗?

例如,

Root -> ABC (products - 123,433) -0.50$
     -> ACC (products - 111) . - 0.75$
     -> Excluded

我可以将产品从 123 移到排除组吗?

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 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 and set it to be excluded. Samples in other languages can also be found here.