Re: How to get all VALID results from DisplayKeywordPerformaceReport

2016-07-06 Thread T.Motodate
Thank you very much, Shwetha! According to you, now I get all valid results from DisplayKeywrodPerformanceReport with the below way! 1) add "includeZeroImpressions' to option for the method ReportUtils::DownloadReportWithAwql. 2) add "Impressions >= 0" IN AWQL's where section. Now my issue's

Re: How to get all VALID results from DisplayKeywordPerformaceReport

2016-07-06 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, By default, only rows which have non-zero Impressions are returned when the *includeZeroImpressions* request header is not specified or is set to *false*. To get all the keywords in a campaign, you would

How to get all VALID results from DisplayKeywordPerformaceReport

2016-07-06 Thread T.Motodate
Hi. I have some question about the below related to DisplayKeywrodPerformanceReport. To get all data of keyword on display network, I used the below AWQL through PHP AdWords Lib Ver.201601. SELECT CampaignName , AdGroupId , AdGroupName , Id , Criteria , Status ,