Hi Brad, You won't be able to match at the *GclId* level, as neither the AdWords user interface nor the AdWords API provides that level of detail for the search query.
The closest you could get would be to use the *KeywordId* on the SEARCH_QUERY_PERFORMANCE_REPORT <https://developers.google.com/adwords/api/docs/appendix/reports/search-query-performance-report#keywordid> to match up rows from the CLICK_PERFORMANCE_REPORT by CriteriaId <https://developers.google.com/adwords/api/docs/appendix/reports/click-performance-report#criteriaid>. This has a few limitations, though: - The *CriteriaId* field on the CLICK_PERFORMANCE_REPORT won't always be a *Keyword* ID, so not every *GclId* will have a match. - You'll potentially get multiple rows from the SEARCH_QUERY_PERFORMANCE_REPORT for the same *KeywordId* but different Query <https://developers.google.com/adwords/api/docs/appendix/reports/search-query-performance-report#query> values, so the mapping won't be exact between the two reports. Cheers, Josh, AdWords API Team On Tuesday, September 22, 2015 at 8:31:59 PM UTC-4, Brad Ruderman wrote: > > Danial- > I am trying to rehash this discussion. I am using the click performance > report to do my own attribution using the gclid. Is it possible to > determine which click is associated with what search term, at the click > level. Currently I can look at click performance report which goes to the > keyword level, and I can look at the search term report which is already > aggregated, therefore I can't determine which clicks actually came from > which search terms. Is it possible to do that? > > Thanks! > > On Monday, August 4, 2014 at 2:33:26 AM UTC-7, Danial Klimkin wrote: >> >> Hello Brad, >> >> >> Please see: >> >> https://support.google.com/adwords/answer/2684537 >> >> and the Search Query Performance Report: >> >> >> https://developers.google.com/adwords/api/docs/appendix/reports#search-query >> >> >> -Danial, AdWords API Team. >> >> >> On Saturday, August 2, 2014 1:20:59 AM UTC+4, Brad Haizlett wrote: >>> >>> I am using adwords api to generate reports on my clients accounts, >>> everything works fine. But what i am trying to figure out is, is there a >>> way to get the actual search term that had a click, like lets say right now >>> i have a keyword which is +house +painter and all my clicks in the report >>> only show that, but i want to see the actual term that generated a click >>> like lets say, "professional house painter", how can i get that word in my >>> report? >>> >> -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords 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 Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at http://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/374dbd31-a635-4664-909e-01be83d4924a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
