Hi Sherwin, Thank you for your response.
In the query you specified, it appears the impressions number we would get would be applicable to the entire ad not to the specific headlines and descriptions, isn't that correct? I need the impressions for each individual headline and description. How would I accomplish that? Thanks. On Wednesday, October 26, 2022 at 12:41:08 AM UTC-7 adsapi wrote: > Hi Stepanian, > > Thank you for reaching us out. I am Sherwin from Google Ads API support > team. I hope that you are doing well today. > > We are glad that you've found the answer to your second question. Now let > me try to answer your question number 1 about *how to get the number of > impressions for each individual description and headline associated with a > responsive search ad*? You can get it by using the ad_group_ad > <https://developers.google.com/google-ads/api/fields/v11/ad_group_ad> report. > You may include ad_group_ad.ad.responsive_search_ad.descriptions > <https://developers.google.com/google-ads/api/fields/v11/ad_group_ad#ad_group_ad.ad.responsive_search_ad.descriptions> > , ad_group_ad.ad.responsive_search_ad.headlines > <https://developers.google.com/google-ads/api/fields/v11/ad_group_ad#ad_group_ad.ad.responsive_search_ad.headlines> > , metrics.impressions > <https://developers.google.com/google-ads/api/fields/v11/ad_group_ad#metrics.impressions> > in > the "*FROM*" clause. And then you should include the ad_group_ad.ad.type > <https://developers.google.com/google-ads/api/fields/v11/ad_group_ad#ad_group_ad.ad.type> > and > select the RESPONSIVE_SEARCH_AD in the "*WHERE*" clause. You may use this > GAQL > <https://developers.google.com/google-ads/api/fields/v11/ad_group_ad_query_builder> > to > create a query. > > Please let us know if this works on your end. > > Kind regards, > [image: Google Logo] > Sherwin Vincent > Google Ads API Team > > > ref:_00D1U1174p._5004Q2foDly:ref > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 "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 on the web visit https://groups.google.com/d/msgid/adwords-api/c13536e3-fd76-4b5f-9f04-0efdebf6700an%40googlegroups.com.
