Re: (Reasons to Hate The) AdWords API for PHP

2014-02-18 Thread Niels Kikkert
Hi Ed, Sorry to hear your frustration. It is however possible to use AWQL within the AdWords API. There is an example on how to do that within the PHP Client Library, it's called GetCampaignsWithAwql.php and it's within the BasicOperations folder. Every Service class should have its own query()

Re: Report which returns Ad Id, Final Destination URL (Destination URL Report).

2014-01-21 Thread Niels Kikkert
Hi Bikram, I think you're looking for is the "AD_PERFORMANCE_REPORT" (https://developers.google.com/adwords/api/docs/appendix/reports?hl=nl#ad). This will not return all the fields you're requesting, and I don't know if all of those information is available through the API, but at least it giv

Re: Problem with fetching data for a particular date (Cron job PHP v201309)

2014-01-02 Thread Niels Kikkert
Hi MWA, As of v201309, statistics can no longer be retrieved through the Campaign Service, you should use an adhoc report (Reporting Service) to obtain them. https://developers.google.com/adwords/api/docs/guides/migration/v201309 On Monday, December 30, 2013 12:56:22 PM UTC+1, MWA wrote: > > I

Re: Downloading reporting data for an specific date PHP v201309

2014-01-02 Thread Niels Kikkert
Duplicate of: https://groups.google.com/forum/?fromgroups=#!topic/adwords-api/G-vxzOXTeaw Please see my answer there regarding your question. On Monday, December 30, 2013 1:44:49 PM UTC+1, MWA wrote: > > For example if I am using CampaignService: > > $campaignService = $user->GetService('Campai