Hi Oliver,

What the documentation says is that you cannot write a query like:

SELECT Name FROM KEYWORDS_PERFORMANCE_REPORT DURING ALL_TIME;

If you don't mention a DURING clause, you get the ALL_TIME data. For custom 
dates, try something like:

SELECT Name FROM KEYWORDS_PERFORMANCE_REPORT DURING 20120101,20120625.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Friday, 31 August 2012 18:57:34 UTC+5:30, Oliver wrote:
>
> Maybe I should read the documentation properly first :-) I just found a 
> note on the above page confirming the issue:
>
> >> Note: The DateRangeTypes ALL_TIME and CUSTOM_DATE are *NOT* supported.
>
> We started migrating our code to using AWQL as it results in much less 
> code, fewer bugs and easier maintenance.  But this ALL_TIME issue is a 
> showstopper for us at the moment.
>
> Are there any plans to support it soon?
>
> Oliver
>
>
> On Thursday, August 30, 2012 5:31:04 PM UTC+1, Oliver wrote:
>>
>> I tried using 'ALL_TIME' date range in an AWQL query but got an error 
>> saying it's not supported.  When looking at the list of date ranges here: 
>>
>> https://developers.google.com/adwords/api/docs/guides/awql
>>
>> I notice ALL_TIME is not included in the list of date ranges at the 
>> bottom of the page.
>>
>> Are there any plans to add support for this date range?
>>
>> Oliver
>>
>

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

Reply via email to