Re: Ad Hoc Reporting to migrate to 309

2014-02-13 Thread Ray Tsang (AdWords API Team)
Mike, You'll have to manually parse the content, depending on what you have selected in the report, and the report format type (CSV, XML, etc). Cheers, -- Ray Tsang (AdWords API Advisor) On Wednesday, February 12, 2014 11:43:45 AM UTC-5, Mike Young wrote: Yes your quite right!, if I just

Re: Ad Hoc Reporting to migrate to 309

2014-02-12 Thread Mike Young
Yes your quite right!, if I just take out the path where it is to download I get the CLI showing all of the results. How do I capture these into a variable or array, to be able to manipulate them. I have tried many ways and it seems that Curl is involved. Am I on the right track? I have read

Re: Ad Hoc Reporting to migrate to 309

2014-02-07 Thread Ray Tsang (AdWords API Team)
Mike, Please refer to the PHP comment docshttps://github.com/googleads/googleads-php-lib/blob/master/src/Google/Api/Ads/AdWords/Util/ReportUtils.php#L117on the usage of report download related functions. For example, DownloadReportWithAwql(...) can take a NULL value for the $path variable.

Re: Ad Hoc Reporting to migrate to 309

2014-02-06 Thread Mike Young
You say it's possible to get the report in memory or a temporary file and consume it directly, but you don't say how? I want to run getcampaignstats.php in V201309, it seems this file is completely missing in this new version, and only csv and xml for download only. Please show how using PHP I

Re: Ad Hoc Reporting to migrate to 309

2014-01-16 Thread Ray Tsang (AdWords API Team)
Mike, You are correct that in v201309 you'll have to use report. There is a blog post on migrationhttp://googleadsdeveloper.blogspot.com/2013/10/adwords-api-how-to-migrate-from-stats.htmlas well. You will need to get the report response and parse - but this is no different than needing to

Ad Hoc Reporting to migrate to 309

2014-01-14 Thread Mike C
Currently I have an app utilizing the Adwords API in which clients can login and see their Adwords Campaign stat in a dashboard. I'm using v201206 and utilizing CampaignService.CampaignStats to get stats, impressions, conversion, etc. values. I see that is being removed in v201309. Is my