Hello,
I am trying to get the not excluded products from and ad_group with shopping_performance_view, in the UI I can filter by the Product Status (Attached Image1), so I can get, for example, product only "ready to serve". But I cannot find a way to get this info at product level (not product group level). How can i get it?
I know that every product group (listing group in API) is an ad_group_criterion where I can see through ad_group_criterion.negative if it is excluded or not. And I know that a Product belong to a product group. But I cannot find the way to do the following. I A have a product from the shopping_performance_view, how can I get the product group this product belongs to? In order to see if its product groups i excluded or not?
I know that every ad_group_criteiron has a filed "paren_ad_group_criteiron" but if I need to know the product group when I only have the information at product level (from shopping_performance_view), how can I get this?
Moreover, if I have an specific product group, how can I get all the products that belongs to that product group? If the product are not separated as a product group of 1 product, the do not have de parent_ad_group_criterion field and I cannot get this info.
Is there anyway to know these things through the API? The most important for me is the issue about info I can get through the UI and not through the API (attached image).
Thank you