Hi,
Thank you for reaching out to the Google Ads API support team. Based on the information provided, I understand that you are unable to retrieve asset data for your Display campaigns when querying the ad_group_ad_asset_view resource. Please note that AdGroupAdAssetView supports AppAds, Demand Gen campaigns, Responsive Search Ads, and Responsive Display Ads. Here is a sample GAQL query you can use to pull the required data: SELECT ad_group_ad_asset_view.asset, ad_group_ad_asset_view.field_type, metrics.cost_micros, campaign.id, ad_group.id FROM ad_group_ad_asset_view WHERE campaign.advertising_channel_type = 'DISPLAY' AND segments.date DURING LAST_7_DAYS You can try making a request using the Search or SearchStream by passing the customer Id. Also, you can use Query Builder to create your query and Query Validator to validate your query. If the issue persists and you are still unable to retrieve the required metrics for your Display campaigns, please provide the following so we can investigate further: An uncropped screenshot of the corresponding Google Ads UI report, clearly highlighting the specific metrics you are trying to access. The complete API logs (request and response logs with request-id and request header) generated at your end for the request where you failed to retrieve the Display campaign data. If you are using a client library and haven't enabled the logging yet, I would request you to enable logging for the specific client library that you are using. You can refer to the guides Java, .Net, PHP, Python, Ruby or Perl to enable logging at your end. For REST interface requests, you can enable logging via the curl command by using the -i flag. You can send the required details via the Reply privately to the author option or by a direct private reply to this email. Thanks, Google Ads API Team Feedback How was our support today? [2025-11-27 08:27:55Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01vUWLP:ref" (ADR-00346094) -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [email protected] To unsubscribe from this group, send email to [email protected] 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 "(Deprecated) Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/adwords-api/xSjN1000000000000000000000000000000000000000000000T6DM6K00J4ZfvItpTWuuJv5PAm7p2A%40sfdc.net.
