Basically, 4xx response code means client error. Then you should investigate client side first.
- Takeshi 2012年12月5日水曜日 21時54分07秒 UTC-8 Takeshi Hagikura: > > Hello Lokhi, > > You can't specify "Status" in your predicate. > Please refer this document for possible field names. > > https://developers.google.com/adwords/api/docs/appendix/reports#campaign-negative-placements > > Best, > - Takeshi, AdWords API Team > > 2012年12月4日火曜日 1時00分28秒 UTC-8 lokhi: >> >> Hello, >> >> Since two days I have this error: Fatal error: Uncaught exception >> 'ReportDownloadException' with message 'Report download failed.' >> >> I use PHP. I don't understand what is wrong with my code. >> >> >> Report_download.log: >> __rdxml: <?xml version="1.0"?> >> <reportDefinition> >> <selector> >> <fields>DisplayName</fields> >> <fields>Id</fields> >> <fields>IsNegative</fields> >> <predicates> >> <field>Status</field> >> <operator>NOT_IN</operator> >> <values>DELETED</values> >> </predicates> >> </selector> >> <reportName>testrapport#50bdb9afbb23a</reportName> >> <reportType>CAMPAIGN_NEGATIVE_PLACEMENTS_PERFORMANCE_REPORT</reportType> >> <dateRangeType>TODAY</dateRangeType> >> <downloadFormat>CSV</downloadFormat> >> <includeZeroImpressions>false</includeZeroImpressions> >> </reportDefinition> >> >> Response Code: 400 >> Error Message: Report download failed. >> >> >> Thanks, >> >> >> >> Lokhi. >> >> -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [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
