Hello, If you look at the error message you will see that the "Trigger" is the field named "Status". If you look at the report definition for this report <https://developers.google.com/adwords/api/docs/appendix/reports#search-query>, you will see that there is no field named "Status". You are not selecting this field, but you are trying to filter on it. You can only select or filter on fields that exist within the report definition.
Regards, Mike, AdWords API Team On Tuesday, October 28, 2014 1:43:28 PM UTC-4, Akoudad Marvin wrote: > > Hello ! > > I just begin to use Adwords API and more specifically the reports. > > But SEARCH_QUERY_PERFORMANCE_REPORT doesn't work, in fact i want to get > Query, Clicks, etc... but i've got this error: > ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT (I verified this fields > are in the report and for information, KEYWORDS_PERFORMANCE_REPORT works) > > Log: > > <reportDefinition> > <selector> > <fields>Query</fields> > <fields>Clicks</fields> > <fields>Impressions</fields> > <fields>Ctr</fields> > <fields>AverageCpc</fields> > <fields>Cost</fields> > <fields>AveragePosition</fields> > <fields>ConversionsManyPerClick</fields> > <predicates> > <field>Status</field> > <operator>NOT_IN</operator> > <values>REMOVED</values> > </predicates> > <dateRange> > <min>20141024</min> > <max>20141024</max> > </dateRange> > </selector> > <reportName>Search_query_performance_report_2014_10_24</reportName> > <reportType>SEARCH_QUERY_PERFORMANCE_REPORT</reportType> > <dateRangeType>CUSTOM_DATE</dateRangeType> > <downloadFormat>CSV</downloadFormat> > <includeZeroImpressions>false</includeZeroImpressions> > </reportDefinition> > > Response Code: 400 > Error Message: Report download failed. Underlying errors are > Type = 'ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT', Trigger = > 'Status', FieldPath = ''. > > Any idea for help ? > > Thanks and good day. > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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]. Visit this group at http://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/98a1e3f3-96d4-4f3e-a9ba-8fcc82c47840%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
