Hello Jorge, As mentioned in the forum post <https://groups.google.com/forum/m/#!topic/adwords-api/1sS-Ks5q9zE>, you could download the Ad Performance Report <https://developers.google.com/adwords/api/docs/appendix/reports/ad-performance-report> and include KeywordId <https://developers.google.com/adwords/api/docs/appendix/reports/ad-performance-report#criterionid> in the report query. You can filter for "Call only ads" by using a predicate on AdType <https://developers.google.com/adwords/api/docs/appendix/reports/ad-performance-report#adtype> field then you could use Id <https://developers.google.com/adwords/api/docs/appendix/reports/keywords-performance-report#id> field of the KeywordsPerformanceReport <https://developers.google.com/adwords/api/docs/appendix/reports/keywords-performance-report> to match the Id's of the Keywords <https://developers.google.com/adwords/api/docs/appendix/reports/keywords-performance-report#criteria> triggered your "Call only ads".
For "call extensions", you could use AdId <https://developers.google.com/adwords/api/docs/appendix/reports/placeholder-feed-item-report#adid> and Criteria <https://developers.google.com/adwords/api/docs/appendix/reports/placeholder-feed-item-report#criteria> fields of the Placeholder Feed Item Report <https://developers.google.com/adwords/api/docs/appendix/reports/placeholder-feed-item-report#placeholdertype> and filter PlaceholderType <https://developers.google.com/adwords/api/docs/appendix/reports/placeholder-feed-item-report#placeholdertype> with 2 (as for "call extensions" placeholder type is 2 refer here <https://developers.google.com/adwords/api/docs/appendix/placeholders#call> for more details). You could also refer the report sample from here <https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201806/reporting/DownloadCriteriaReportWithAwql.java> in Java. Code samples in other languages can be found here <https://developers.google.com/adwords/api/docs/clientlibraries>. Plesae give it a try and let me know if you have any further questions. Regards, Sai Teja, AdWords API Team. On Tuesday, September 4, 2018 at 5:13:08 AM UTC-4, [email protected] wrote: > > > Can someone point me in the right direction on how to retrieve the keyword > that triggered the click for call only and call extensions? > > I have seen other posts including this one: > > https://groups.google.com/forum/m/#!topic/adwords-api/1sS-Ks5q9zE > > which is exactly what I'm trying to accomplish. > > I would appreciate if someone can let me know how to find/correlate the > call metrics with another report to get the keyword. > > Thanks > > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/4eab35e8-f9c6-4676-b159-2ec592dbf8d5%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
