Re: Access reports via AWQL without saving to file

2014-06-11 Thread Danial Klimkin
Hello, You can omit path (set it to null) to get the raw response back. Note, this may not work well for large reports as the report must be stored in memory in full in this case. -Danial, AdWords API Team. On Wednesday, June 11, 2014 1:59:46 PM UTC+4, Wizzard wrote: > > I am using the Goog

Access reports via AWQL without saving to file

2014-06-11 Thread Wizzard
I am using the Google Ads PHP lib to query the Adwords API. Using the example DownloadCriteriaReportWithAwql.php as a base I have changed the query to what I want, but it saves the results to a file, which I would then have to load and parse I tried to do $reportService = $user->GetSer