Re: Campaign Performance Report using AWQL without downloading file in PHP

2015-07-29 Thread Anthony Madrigal
Hello, If you pass a *null* value to the ReportUtility constructor for $filePath, the report should then return as a string. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Campaign Performance Report using AWQL without downloading file in PHP

2015-07-29 Thread jtremblay
So I have the following file which works great for using AWQL to get the data I need, but it puts it in csv file, which is highly unneccessary and inefficient since I dont need the file. Is there a way to simply have the data outputted to a variable like a SQL result variable which I can