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
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
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
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
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
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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_
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
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
--
=~=~=~=~=~=
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