Hi, My main topic is to create a performance max campaign and filter from all the products of the shop only a few of the products. I'm coding via Java.
- I have users who are creating performance max campaign - they choose from their products *only the products they would like to advertise * (for example a user with 50 products would like to advertise only 10% of his products and I have this list of product ids) - I'm creating successfully the performance max campaign through my code, and I'm able to create the asset group as well ( but it's empty for now) - I'm trying to create the listing group (from this <https://developers.google.com/google-ads/api/docs/performance-max/listing-groups> link and from this <https://github.com/googleads/google-ads-java/blob/cc595f07816a26b76f5136121b185b9a057a2da1/google-ads-examples/src/main/java/com/google/ads/googleads/examples/advancedoperations/AddPerformanceMaxCampaign.java#L343-L368> code helper), so for example i just tried to create a dimension: as this picture shows, the output I'm getting is the error: [image: thread-171991382-4237830526620232199.jpg]error_code { asset_group_listing_group_filter_error: SUBDIVISION_MUST_HAVE_EVERYTHING_ELSE_CHILD } message: "Listing Group SUBDIVISION node must have everything else child." trigger { int64_value: -1 } Another problem is that I don't understand even after adding this division, where is the place I set the desired product IDs.. I think I don't understand completely how I am supposed to filter all the products of the store and take only some of them to be shown in the listing group finally (as in google shopping ads there were ad Groups, I'm trying to do the same in the performance max campaigns) How should I approach this problem? Thank you very much for the help! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads 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 "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/98641533-01e4-47ad-a7e4-f557fb183929n%40googlegroups.com.