Thanks for your response. I got a list of products using the following query:
SELECT segments.product_title, segments.product_item_id FROM shopping_performance_view
This returns a list of products which is what I was looking for, but many of them seem to be duplicated or not active. Is there a way to filter this query in order to get only the active products?
I'm trying to get the products without having direct access to the merchant account. I know this can be done as some time ago I received an invitation from a company to try their platform to manage my shopping ads. This platform only requested access to my Ads account, and it automatically generated product groups for individual products, so they got product-specific information directly from my ads account.
Thank you in advance.