Hi Elad, Thank you for your questions.
I was asked about the "keyword_view" report if we can select at a KW level and get the metrics.search_click_share. I typed in "keyword" in the search box, and got nothing. I also see no related resource or fields. But then, why the report's name is "KW_view" ? The keyword_view specializes in your Google Ads account's keywords, which are then represented by the keyword_view.resource_name field. To retrieve further information on the keyword, you can include the below sample fields in your query for this view / report : ad_group_criterion.criterion_id ad_group_criterion.keyword.text As for the metrics.search_click_share, this should be available in the said report. Below is a sample query you can use with all the details I mentioned : SELECT keyword_view.resource_name, ad_group_criterion.criterion_id, ad_group_criterion.keyword.text, metrics.search_click_share FROM keyword_view You can also use the Query builder and Query validator to help you construct GAQL queries. a) Is is a proper way to try and select this field and metric in data-studio? b) How come I couldn't find this metric (search_click_share) in DS? Data studio is outside of our API team's scope. You may check with their support team instead, via this link, on what is available. Best regards, Peter Laurence Napa Oliquino Google Ads API Team ref:_00D1U1174p._5004Q2NT2MF: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 "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]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/Kvbmv000000000000000000000000000000000000000000000QZEYLS00AJ_AfcI2RMGNFCs4tgVkXg%40sfdc.net.
