Hello Google Team
I am integrating pmax campaigns with merchant option to promote products.
I'm a bit stymied because I can't find any information or documentation on what API / endpoint would be used to get the information reflected in the screenshot below.
That is, I want to retrieve the category information and the count of products there, the list of brands, condition or product type.
I appreciate your guidance
Hi,
Thank you for reaching out to the Google Ads API support team.
Based on the provided information, I understand that you want to retrieve the listing groups information through the Google Ads API. I would recommend you to use the asset_group_listing_group_filter resource to retrieve the details of the listing groups in the provided screenshot. Please use the below query to retrieve the listing group information through the Google Ads API:
SELECT asset_group_listing_group_filter.case_value.product_brand.value, asset_group_listing_group_filter.case_value.product_category.category_id, asset_group_listing_group_filter.type, asset_group_listing_group_filter.case_value.product_type.value, asset_group_listing_group_filter.case_value.product_channel.channel, asset_group_listing_group_filter.case_value.product_condition.condition, asset_group_listing_group_filter.case_value.product_item_id.value FROM asset_group_listing_group_filter
You can try making a request using the Search or SearchStream by passing the customer Id and the developer token. Also, you can use Query Builder to create your query and Query Validator to validate your query.
I hope this helps! If you have any questions, please feel free to contact us.
![]() |
Google Ads API Team |
[2025-05-20 16:34:16Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01qXbC2:ref" (ADR-00307107)
SELECT asset_group_listing_group_filter.case_value.product_brand.value, asset_group_listing_group_filter.case_value.product_category.category_id, asset_group_listing_group_filter.type, asset_group_listing_group_filter.case_value.product_type.value, asset_group_listing_group_filter.case_value.product_channel.channel, asset_group_listing_group_filter.case_value.product_condition.condition, asset_group_listing_group_filter.case_value.product_item_id.value FROM asset_group_listing_group_filter
![]() |
Google Ads API Team |
[2025-05-20 20:18:55Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01qXbC2:ref" (ADR-00307107)
Hello Google Team, here is the information you requested
RequestID VilQTtW8RyCZRD-VJYiQpg
I don't understand how this answer would help me to build the functionality of the deleted query images.
Response:
Based on the statement that you have made, "I don't understand how this answer would help me to build the functionality of the deleted query images." Could you please confirm whether you would like to retrieve the ListingGroups data shared in the screenshots via the API or would like to build the functionality to delete the images via the API? If you concern is regarding the deleting the images, I request you kindly provide more details of your issue for further assistance.
![]() |
Google Ads API Team |
[2025-05-26 20:11:48Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01qXbC2:ref" (ADR-00307107)