API Billing Information IS: Card Numbers, etc.

2015-07-30 Thread jtremblay
So I have seen that all the posts say that it is not possible to update or get the billing information from the Clients we manage. Now, this is true for every post I found, but they are extremely old, minimum 2 years. Could it be possible that one of the new release have ways to submit and ret

ReportUtils::DownloadReportWithAwql returnMoneyInMicros FALSE!

2015-07-29 Thread jtremblay
I keep reading that there is no way to use the header returnMoneyInMicros as False in the ReportUtils::DownloadReportWithAwql method. Can this really be? I mean, it seems lame that I can't do mathematics within the AWQL ie: "Cost/100 as Cost", but at least the header would make it bearable.

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 iterate