Re: report definition service

2011-04-22 Thread kush
Thank youI found the bug -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 su

Re: report definition service

2011-04-20 Thread Anash P. Oommen
Hi Kush, .INVALID_REPORT_DEFINITION_ID can happen if you have deleted the report, or if you are passing the wrong clientEmail in the headers. Could you check from the frontend if the desired report is still undeleted, and that you are sending the right clientEmail headers? Cheers, Anash P. Oom

Re: report definition service

2011-04-19 Thread kush
hi eric, when i'm able to add new report definitions but, when i try to set an existing report definition i get an exception (i want to change the date range for existing report ID) ReportDefinitionError.INVALID_REPORT_DEFINITION_ID @ operations]. but i could get the report for that ID.I don't und

Re: report definition service

2011-04-19 Thread kush
thank you eric.It works -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 subscrib

Re: report definition service

2011-04-15 Thread Eric Koleda
Hi Kushvanth, As the error indicates, the SEARCH_QUERY report doesn't have a field called 'Id': http://code.google.com/apis/adwords/docs/appendix/reports.html#search-query Remove this field from your selector and it should work. Best, - Eric -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: report definition service

2011-04-15 Thread kush
hi eric, i tried to add report definition for search query performance report and my code looks something like this: $reportDefinition = new ReportDefinition(); $reportDefinition->reportName = 'Search query performance report #' . time(); $reportDefinition->dateRangeType = 'CUSTOM_

Re: report definition service

2011-04-15 Thread kush
Thank you Eric On Apr 14, 5:33 pm, Eric Koleda wrote: > Hi Kushvanth, > > Unfortunately the DateRange of a report is configured on the Selector of the > ReportDefinition.  You'll need to create a new report definition for each > date range, or edit an existing report definition to adjust the date

Re: report definition service

2011-04-14 Thread Eric Koleda
Hi Kushvanth, Unfortunately the DateRange of a report is configured on the Selector of the ReportDefinition. You'll need to create a new report definition for each date range, or edit an existing report definition to adjust the date range. Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=

Re: Report Definition Service in v201101

2011-03-23 Thread Anash P. Oommen
Hi, KeywordMatchType column is already present in keyword performance reports, see http://code.google.com/apis/adwords/docs/appendix/reports.html#keywords for details. Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog an