Hi Sebastian, With regards to your issue in Search Query Performance <https://developers.google.com/adwords/api/docs/appendix/reports/search-query-performance-report> report, could you also provide your clientCustomerId and the complete report definition <https://developers.google.com/adwords/api/docs/guides/reporting#create_a_report_definition> you used in generating the report so I could further investigate your issue? Please reply via the *Reply privately to author*.
Best regards, Luis AdWords API Team On Tuesday, October 16, 2018 at 5:21:22 PM UTC+8, Sebastian Razola wrote: > > I have the exact same issue. Did you figure out the problem? > > Thanks! > > /Sebastian > > On Wednesday, October 10, 2018 at 12:12:56 AM UTC+2, Luis Xander Talag > (AdWords API Team) wrote: >> >> Hi Nellle, >> >> Yes, you are correct, Search Query Performance >> <https://developers.google.com/adwords/api/docs/appendix/reports/search-query-performance-report> >> Report >> returns data with non-zero impressions even though the search terms have >> zero clicks. This said, could you provide your clientCustomerId and the >> complete report definition >> <https://developers.google.com/adwords/api/docs/guides/reporting#create_a_report_definition> >> you >> used in generating the report? Please reply via the *Reply privately to >> author*. >> >> Best regards, >> Luis >> AdWordsAPI Team >> >> On Wednesday, October 10, 2018 at 4:47:54 AM UTC+8, Nellle Rickchards >> wrote: >>> >>> Hello, >>> I'm using the search_query_performance_report to find additional >>> keywords for our account. I'm running into an issue as my query is only >>> returning search terms with atleast one click. >>> >>> Ideally, it should return search terms with one ore more impressions >>> (even if it had 0 clicks). >>> >>> Here is my code: >>> >>> output = io.StringIO() >>> >>> report_query = { >>> 'reportName': 'All Time days SEARCH_QUERY_PERFORMANCE_REPORT', >>> 'dateRangeType': 'ALL_TIME', >>> 'reportType': 'SEARCH_QUERY_PERFORMANCE_REPORT', >>> 'downloadFormat': 'CSV', >>> 'selector': { >>> 'fields': ['Query', 'AdGroupName', 'AdGroupId', 'Impressions', >>> 'Clicks', 'QueryTargetingStatus'], >>> 'predicates': [ >>> { >>> 'field': 'AdGroupId', >>> 'operator': 'IN', >>> 'values': adgroup_ids, >>> }, >>> { >>> 'field': 'QueryTargetingStatus', >>> 'operator': 'IN', >>> 'values': 'NONE', >>> }, >>> { >>> 'field': 'Impressions', >>> 'operator': 'GREATER_THAN', >>> 'values': impressions_threshold, >>> } >>> ] >>> } >>> } >>> >>> report_downloader.DownloadReport( >>> report_query, >>> output, >>> skip_report_header=True, >>> skip_column_header=False, >>> skip_report_summary=True, >>> include_zero_impressions=False) >>> >>> >>> -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/46e58a18-e937-404a-9494-3bebbe905df3%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
