Thanks for the response. Very helpful! But I would like more information.
I want to convert {AssetCombination.asset_combination_id <https://developers.google.com/google-ads/api/fields/v18/ad_group_ad_asset_combination_view#ad_group_ad_asset_combination_view.resource_name>} of "AdGroupAdAssetCombinationView" to 'asset.id' or 'asset.resource_name'. Do you know how to convert this? 2024年11月13日水曜日 21:57:15 UTC+9 Google Ads API Forum Advisor: > Hi, > > Yes, that’s correct. In the UI, there is no data available for clicks, > cost, or conversions only the impressions metric is present. Accordingly, > the ad_group_ad_asset_combination_view > <https://developers.google.com/google-ads/api/fields/v18/ad_group_ad_asset_combination_view?hl=en> > > report in the API also only supports the impressions metric. Since there’s > no data available in the UI for these metrics, it cannot be retrieved from > the API either. > > The 'AdGroupAdAssetCombinationView' does not provide direct access to > 'asset_id' or 'asset_resource_name' because it does not include references > to asset resources. Instead, you can use the 'ad_group_ad_asset_view > <https://developers.google.com/google-ads/api/fields/v18/ad_group_ad_asset_view>' > resource > to retrieve 'asset.id' and 'asset.resource_name'. Here is a sample GAQL > query to suit your requirements: > > > SELECT asset.id, ad_group_ad_asset_view.resource_name, asset.resource_name, > asset.name, > ad_group_ad.ad.type, ad_group.id FROM ad_group_ad_asset_view WHERE > ad_group_ad.ad.type = > 'RESPONSIVE_SEARCH_AD' AND ad_group.id = {ad_group.id} > > You can use the search > <https://developers.google.com/google-ads/api/rest/reference/rest/v18/customers.googleAds/search?apix=true> > > or searchStream > <https://developers.google.com/google-ads/api/rest/reference/rest/v18/customers.googleAds/searchStream?apix=true> > > methods in making the API calls while retrieving the data. Additionally, > you can utilize the Google Ads Query Builder > <https://developers.google.com/google-ads/api/fields/v18/overview_query_builder> > > and Query Validator > <https://developers.google.com/google-ads/api/fields/v18/query_validator> > to build and validate the queries for retrieving the data from the Google > Ads API. > > > This message is in relation to case > "ref:!00D1U01174p.!5004Q02vGjB1:ref" (ADR-00275070) > > Thanks, > > [image: Google Logo] Google Ads API Team > > > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 visit https://groups.google.com/d/msgid/adwords-api/a99c7def-d8a6-40b0-8934-da845606d055n%40googlegroups.com.