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 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->GetService('ReportDefinitionService', 
> ADWORDS_VERSION);
>     $result = $reportService->query($reportQuery);
>
> but the ReportDefinitionService doesn't have a query method.
>
> Is there a way to get a report without having to create a wrapper around 
> loading the file, parsing the CSV and returning that?
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to