Re: ACCOUNT_PERFORMANCE_REPORT - return '400 Bad Request'

2020-02-24 Thread list...@e-n-a.jp
I fixed this error. I don't need title, summary, etc... So I removed this code. $reportDefinition->setReportName('Custom ADGROUP_PERFORMANCE_REPORT'); When I added this code, it worked. Thank you for your answer. 2020年2月21日金曜日 5時37分52秒 UTC+9 adsapiforumadvisor: > > Hello, > > Thank you for re

ACCOUNT_PERFORMANCE_REPORT - return '400 Bad Request'

2020-02-19 Thread list...@e-n-a.jp
I'm trying to get Account Performance Report with AdWords API, But I got '400 Bad Request' error . When I tried a couple days ago, it worked. Here's my code : $selector = new Selector(); $selector->setFields( [ 'AccountDescriptiveName', 'Date', 'ExternalCustomerId',