Hi, Currently there is only support for asset_group resource name in campaign_search_term_insights <https://developers.google.com/google-ads/api/fields/v16/campaign_search_term_insight> report. Can you support adding asset_group_name and asset_group_id to campaign_search_term_insights report? The reason behind asking this is, we want pmax search term data and asset_group data together. We are able to fetch the pmax search term data using the following query, but could not get asset_group data at this level:
SELECT campaign_search_term_insight.campaign_id, campaign_search_term_insight.category_label, campaign_search_term_insight.id, metrics.clicks, metrics.impressions, metrics.conversions, metrics.ctr, segments.search_term, segments.search_subcategory FROM campaign_search_term_insight WHERE segments.date BETWEEN ${dateRange} AND campaign_search_term_insight.campaign_id = '${campaignId}' AND campaign_search_term_insight.id = '${categoryLabelId}'; -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 on the web visit https://groups.google.com/d/msgid/adwords-api/5c0a460b-73a4-47ec-987b-70f657b724b0n%40googlegroups.com.