Hi Dhanya, thats great, but I am specifically looking for the information which keyword/criteria was triggered by the user query. This information is not exposed according to the docs & the interactive GAQL builder, which I think uses the FieldService (https://developers.google.com/google-ads/api/docs/concepts/field-service) to gather the valid attributes and metrics for the specific resource.
I know I can get ad_group details from the view, but this information is not granular enough for our use-case, as there might be several keywords in one ad group. Regards tim On Friday, March 8, 2019 at 7:48:31 PM UTC+1, googleadsapi-forumadvisor wrote: > > Hi Tim, > > You can pull up the fields under GoogleAdsRow.getSearchTermView() > <https://developers.google.com/google-ads/api/reference/rpc/google.ads.googleads.v1.resources#google.ads.googleads.v1.resources.SearchTermView> > to > retrieve the search term and AdGroup details. For example, > GoogleAdsRow.getSearchTermView().getSearchTerm(). > > Regards, > Dhanya, Google Ads API Team > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ > Also find us on our blog and discussion group: > http://googleadsdeveloper.blogspot.com/search/label/adwords_api > https://developers.google.com/adwords/api/community/ > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ > > Was your question answered? Please rate your experience with us by taking > a short survey. > If not -- reply to this email and tell us what else we can do to help. > > Take Survey > <https://support.google.com/google-ads/contact/survey_transactional?caseid=9-9612000025394&hl=en&ctx=1> > > Also find us on our blog and discussion group: > http://googleadsdeveloper.blogspot.com/search/label/adwords_api > https://developers.google.com/adwords/api/community/ > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 "AdWords API and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/f83bac62-4033-42f0-9288-02996fc648c2%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
