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
             , AdGroupName
             , Id
             , Criteria
             , Status
            , KeywordMatchType
            , CpcBid
            , AveragePosition
            FROM KEYWORDS_PERFORMANCE_REPORT
            WHERE CampaignName = '[CampaignName]
            AND AdGroupStatus != REMOVED
            DURING [START_DATE],[END_DATE]

I use word-break in the above AWQL to become easy to see.

Best Regards.

2017年10月6日金曜日 16時10分07秒 UTC+9 Vincent Racaza (AdWords API Team):
>
> Hi,
>
> The Keywords Performance Report 
> <https://developers.google.com/adwords/api/docs/appendix/reports/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 
> correct.
>
> With your scenario, there is a possibility that there is indeed no 
> keywords with zero impression given your report definition. So I can 
> further check this, can you provide your clientCustomerId as well as your 
> report 
> definition 
> <https://developers.google.com/adwords/api/docs/guides/reporting#create_a_report_definition>?
>  
> Kindly use the *Reply privately to author* option.
>
> Thanks,
> Vincent
> AdWords API Team
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/bf57b3ec-b776-40ef-87cd-f3e96b2558e3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to