Hi Danial, We've been using the Keyword Performance report for over a year now to get negative keywords, both at the campaign and adgroup level. It's working for us.
Also, negative keywords never have stats. So they never come back in this report if a 'segment' field is used in the selector. If no segment field is included, then they are included in the report. Oliver On Tuesday, September 17, 2013 9:29:31 AM UTC+1, Danial Klimkin wrote: > > Hello Peter, > > > Keyword Performance report does not return negative keywords at the > moment. All performance reports are designed to be used for stats retrieval > and negative criteria can't have any stats. > > Also, deleted criteria can also be retrieved if it had stats for the > report period. > > > -Danial, AdWords API Team. > > > On Monday, September 16, 2013 8:56:13 PM UTC+4, Peter Kingswell wrote: >> >> I initially misspoke. We're not supplying a date range selector and >> we're still not getting the ad group level negative keywords. Can anyone >> spot anything in the following report definition that would prevent >> negative keywords from being downloaded? >> >> ReportDefinition definition = new ReportDefinition(); >> definition.reportName = >> "ADGROUP_NEGATIVE_KEYWORD_PERFORMANCE_REPORT__HIST__"; >> definition.reportType = >> ReportDefinitionReportType.KEYWORDS_PERFORMANCE_REPORT; >> definition.downloadFormat = DownloadFormat.CSV; >> definition.includeZeroImpressions = true; >> definition.dateRangeType = ReportDefinitionDateRangeType.ALL_TIME; >> >> Selector selector = new Selector(); >> selector.fields = ... >> definition.selector = selector; >> >> >> Many thanks! >> >> >> On Monday, September 16, 2013 9:05:07 AM UTC-4, Peter Kingswell wrote: >>> >>> fantastic, thanks again for the rapid answer. >>> >>> On Monday, September 16, 2013 9:04:14 AM UTC-4, Oliver wrote: >>>> >>>> 1) Yes, you can use IsNegative=1 to limit the report to negative >>>> keywords only. >>>> >>>> 2) Deleted keywords are *not *included. >>>> >>>> >>>> >>>> >>>> On Monday, September 16, 2013 1:58:00 PM UTC+1, Peter Kingswell wrote: >>>>> >>>>> Many thanks Oliver. Do you happen to know if it's possible to use an >>>>> IsNegative=1 selector to pull only the negative keywords? Also, if you >>>>> don't supply a date range, are historic (i.e. deleted) Negative Keywords >>>>> included do you know? >>>>> >>>>> On Friday, September 13, 2013 4:23:18 PM UTC-4, Oliver wrote: >>>>>> >>>>>> A date field is a 'segment' field. Segment fields prevent zero >>>>>> impression rows from being returned. Since negative keywords don't have >>>>>> impressions, they won't be returned if you include a date range. To get >>>>>> the negative keywords, you need to avoid using any segment fields in the >>>>>> selector. >>>>>> >>>>>> Oliver >>>>>> >>>>>> >>>>>> >>>>>> On Friday, September 13, 2013 4:58:51 PM UTC+1, Peter Kingswell wrote: >>>>>>> >>>>>>> Hi, >>>>>>> >>>>>>> we're using the ReportUtilities class to download a bunch of >>>>>>> different CSV reports without issues. However, >>>>>>> the KEYWORDS_PERFORMANCE_REPORT is not returning any rows with Is >>>>>>> Negative=TRUE even though the Ad Groups have negative keywords. The >>>>>>> only >>>>>>> Selector being used is a date range. >>>>>>> >>>>>>> Anyone have any suggestions? >>>>>>> >>>>>>> We're using v201306 Google.AdWords.dll, v16.1.0.0 >>>>>>> >>>>>>> Thanks in advance, >>>>>>> Peter >>>>>>> >>>>>> -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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]. For more options, visit https://groups.google.com/groups/opt_out.
