Re: Negative Keywords Report

2019-01-09 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, Could you share us the complete report definition so I can take a closer look? You can select the Reply privately to author option and share the details only with me to troubleshoot this. Regards, Bharani, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also f

Re: Negative Keywords Report

2019-01-08 Thread programmierung
Thank you for your reply. Unfortunately the reporting api returns an exception with the given error: "includeZeroImpressions is not supported for this request" Am Dienstag, 8. Januar 2019 17:00:36 UTC+1 schrieb Zweitze: > > From the top of my head, you can get negative keywords on group level by:

Re: Negative Keywords Report

2019-01-08 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, In addition to what Zweitze mentioned, here are some additional details: You may use the Keywords Performance Report with the selector field including the IsNegative

Re: Negative Keywords Report

2019-01-08 Thread Zweitze
>From the top of my head, you can get negative keywords on group level by: - Request KEYWORDS_PERFORMANCE_REPORT; - Set IncludeZeroImpressions to true, because those negatives never get impressions(!); - Add a predicate on field IsNegative, equalling value "true" Note that you can

Negative Keywords Report

2019-01-08 Thread programmierung
Hello, I just wanted to know if thereĀ“s a Negative Keyword report. Unfortunately, the result from "CAMPAIGN_NEGATIVE_KEYWORDS_PERFORMANCE_REPORT" and "KEYWORDS_PERFORMANCE_REPORT" are not correct. For some reasons, I will just retreive 2018 rows but we do have more negative keywords in just on

Re: Campaign negative keywords report SelectorError.FILTER_BY_DATE_RANGE_NOT_SUPPORTED

2016-10-25 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi all, You can only use date ranges with reports that support the Date field. Trying to use date ranges with unsupported reports will result in the SelectorError.FILTER_BY_DATE_RANGE_NOT_SUPPORTED error. The Ad

Re: Campaign negative keywords report SelectorError.FILTER_BY_DATE_RANGE_NOT_SUPPORTED

2016-08-01 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Kurt, The Geo Performance Report does support filtering by date range. Could you provide the complete report definition you used for the Geo Performance Report when you encountered this error? The other report types are for negative criterion or structure data (Label Report). Filtering by

Re: Campaign negative keywords report SelectorError.FILTER_BY_DATE_RANGE_NOT_SUPPORTED

2016-06-21 Thread Kurt Wheeler
ember 25, 2013 12:36:45 PM UTC-4, Peter Kingswell wrote: >>> >>> Hi, >>> >>> when downloading the campaign negative keywords report, it's possible to >>> specify a date range of ReportDefinitionDateRangeType.LAST_14_DAYS (for >>> example) b

Re: Campaign negative keywords report SelectorError.FILTER_BY_DATE_RANGE_NOT_SUPPORTED

2016-06-17 Thread Kurt Wheeler
meaningless for it. > > Best, > > - David Torres - AdWords API Team > > On Wednesday, September 25, 2013 12:36:45 PM UTC-4, Peter Kingswell wrote: >> >> Hi, >> >> when downloading the campaign negative keywords report, it's possible to >> specify a d

Re: Not getting same result for Campaign Negative Keywords Report in web interface as in API.

2016-06-03 Thread 'Peter Oliquino' via AdWords API Forum
Hello Kim, You could try adding predicates to your query for the report. For example, selecting only those campaigns whose status are ENABLED. You can further filter the records by excluding zero impressions

Not getting same result for Campaign Negative Keywords Report in web interface as in API.

2016-06-03 Thread Kim Bach
Hello. I am using CAMPAIGN_NEGATIVE_KEYWORDS_PERFORMANCE_REPORT to receive the negative keywords on campaign level and I get 10474. When checking in web interface, I was told it was actually 4101 in the campaign keywords tabel. Anyone got ideas to point me in the direction of an answer to why

Re: Campaign negative keywords report SelectorError.FILTER_BY_DATE_RANGE_NOT_SUPPORTED

2013-10-01 Thread David Torres (AdWords API Team)
PM UTC-4, Peter Kingswell wrote: > > Hi, > > when downloading the campaign negative keywords report, it's possible to > specify a date range of ReportDefinitionDateRangeType.LAST_14_DAYS (for > example) but not ReportDefinitionDateRangeType.CUSTOM_DATE. If you try the &

Campaign negative keywords report SelectorError.FILTER_BY_DATE_RANGE_NOT_SUPPORTED

2013-09-25 Thread Peter Kingswell
Hi, when downloading the campaign negative keywords report, it's possible to specify a date range of ReportDefinitionDateRangeType.LAST_14_DAYS (for example) but not ReportDefinitionDateRangeType.CUSTOM_DATE. If you try the latter you get a (very informative) ReportsException with erro

Re: Strange error when using AWQL with Campaign Negative Keywords Report

2012-10-16 Thread P van E
Many thanks for your quick reply! We will see how to solve this, as I understood we do use this definition to download reports.. On Tuesday, October 16, 2012 9:45:04 AM UTC+2, Oliver wrote: > > The conclusion was AWQL doesn't work for this report type. You need to > use ReportDefinition to down

Re: Strange error when using AWQL with Campaign Negative Keywords Report

2012-10-16 Thread Oliver
The conclusion was AWQL doesn't work for this report type. You need to use ReportDefinition to download this report. Oliver On Tuesday, October 16, 2012 8:29:04 AM UTC+1, P van E wrote: > > I experience this problem as well. > > 2012-10-16 07:26:41 started 0 : >> SelectorError.FILTER_BY_DATE_R

Re: Strange error when using AWQL with Campaign Negative Keywords Report

2012-10-16 Thread P van E
I experience this problem as well. 2012-10-16 07:26:41 started 0 : > SelectorError.FILTER_BY_DATE_RANGE_NOT_SUPPORTED @ ; trigger:'Filtering by > date range not supported.' 2012-10-16 07:26:44 finished > On Monday, September 24, 2012 2:21:21 PM UTC+2, Oliver wrote: > > Hi Anash, did you get my

Re: Strange error when using AWQL with Campaign Negative Keywords Report

2012-09-24 Thread Oliver
Hi Anash, did you get my email with the http request and response? Any ideas why AWQL is failing for this report? Oliver On Wednesday, September 19, 2012 4:13:05 PM UTC+1, Oliver wrote: > > Hi Anash, I sent you an email with the requested info. > > Thanks for your help. > > Oliver > > On Wednes

Re: Strange error when using AWQL with Campaign Negative Keywords Report

2012-09-19 Thread Oliver
Hi Anash, I sent you an email with the requested info. Thanks for your help. Oliver On Wednesday, September 5, 2012 4:11:18 AM UTC+1, Anash P. Oommen wrote: > > Hi Oliver, > > Will it be possible to capture the HTTP request and response for this call > and mail it to anash.p...@google.com ? I'l

Re: Strange error when using AWQL with Campaign Negative Keywords Report

2012-09-04 Thread Anash P. Oommen
Hi Oliver, Will it be possible to capture the HTTP request and response for this call and mail it to anash.p.oom...@google.com? I'll take a look and help you troubleshoot this error. Cheers, Anash P. Oommen, AdWords API Advisor. On Tuesday, 4 September 2012 16:52:53 UTC+5:30, Oliver wrote: > >

Strange error when using AWQL with Campaign Negative Keywords Report

2012-09-04 Thread Oliver
I'm doing this: SELECT CampaignId, Id, KeywordMatchType, KeywordText FROM CAMPAIGN_NEGATIVE_KEYWORDS_PERFORMANCE_REPORT WHERE CampaignId IN [XX] DURING TODAY (please note, campaign ID XX is valid) The above AWQL query throws this error: *Report was not downloaded. 400: SelectorError.FILTER_BY