Re: AWQL result has duplicates

2017-09-07 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, You need to change the logging level as described here to suppress logger messages as required. Regards, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: http

Re: AWQL result has duplicates

2017-09-06 Thread Tim Johnson
Hi Shwetha, Thanks for that- that's very logical. Quick follow up, do you know how to ensure that this area: [2017-09-06 08:11:06] AW_REPORT_DOWNLOADER.INFO : clientCustomerId=509-496-9641 unknown (AwApi-PHP, googleads-php-lib/29.0.0, PHP/7.1.2, GuzzleHttp/6.

Re: AWQL result has duplicates

2017-09-06 Thread Tim Johnson
That seems extremely logical! Appreciate the help on that one! On Thursday, September 7, 2017 at 12:34:21 AM UTC+10, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Tim, > > I see that you are retrieving an AdGroup Performance Report >

Re: AWQL result has duplicates

2017-09-06 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Tim, I see that you are retrieving an AdGroup Performance Report , which aggregates performance statistics at the AdGroup level, one row per AdGroup. Since both these campaigns have 2 AdGroups, you a

AWQL result has duplicates

2017-09-06 Thread Tim Johnson
Hi, I am trying to pull unique Account,Campaign Name, & Campaign ID's using AWQL using PHP. Here's the reporting part of my code: $reportQuery = 'SELECT AccountDescriptiveName,CampaignName,CampaignId FROM ADGROUP_PERFORMANCE_REPORT'; $reportDownloader = new ReportDownloader($session);