Re: How to refer 0 impressions keyword performance in the report.

2017-10-09 Thread T.Motodate
Thank you for your answer. Ok, I understand that using the includeZeroImpressions property is right to realize our needs. We try to make the report with AWQL. The below is the our client ID and used AWQL. [Clinet ID] 133-618-7070 [AWQL(*)] SELECT CampaignName , AdGroupId

Re: How to refer 0 impressions keyword performance in the report.

2017-10-06 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, The Keywords Performance Report supports zero impression, so it is possible to return rows with zero impression. Upon checking your code above, setting includeZeroImpressions() to true is

How to refer 0 impressions keyword performance in the report.

2017-10-05 Thread T.Motodate
I'm using AdWords API v201708. To get ALL (including 0 impressions) keywords' performances from the report, I made the below codes: [PHP Code] = $objOAuth2Credential = (new OAuth2TokenBuilder())->fromFile(PATH_ADWORDS_INI)