Hi,
Try to remove field CtrSignificance. It prevents zero impressions data.
See docs here.
https://developers.google.com/adwords/api/docs/appendix/reports#criteria

On Thursday, April 19, 2012 11:08:26 AM UTC+5:30, Michael Ni wrote:
>
> Is there somewhere in the documentation that shows clearly which criteria 
> report report definitions cannot produce zero impressions?
>
>
> On Wednesday, April 18, 2012 12:32:34 AM UTC-7, Michael Ni wrote:
>>
>> i'm sorry question was stated wrong,
>>
>> The criteria report is not returning me rows with 0 impressions even 
>> though i have :include_zero_impressions => true
>>
>> mike
>>
>> On Wednesday, April 18, 2012 12:30:53 AM UTC-7, Michael Ni wrote:
>>>
>>> here is report definition
>>>
>>>           {
>>>             :selector => {
>>>               :fields => [
>>>                 'Status',
>>>                 'AdGroupName',  #AdGroup
>>>                 'CampaignName',
>>>                 'CampaignStatus',
>>>                 'KeywordMaxCpc', # Default max. CPC
>>>                 'KeywordContentMaxCpc', # Display Network max. CPC
>>>                 'Clicks',
>>>                 'Impressions',
>>>                 'Ctr',
>>>                 'AverageCpc',
>>>                 'Cost',
>>>                 'AveragePosition',
>>>                 'CtrSignificance',
>>>                 'AverageCpm'
>>>               ],
>>>               :predicates => {
>>>                 :field => 'Status',
>>>                 :operator => 'IN',
>>>                 :values => %w[ENABLED PAUSED DELETED]
>>>                 # :values => %w[ENABLED]
>>>               }
>>>             },
>>>             :report_name => "hello",
>>>             :report_type => report_type,
>>>             :download_format => 'CSV',
>>>             :date_range_type => 'TODAY',
>>>   
>>>             # Enable to get rows with zero impressions.
>>>             :include_zero_impressions => true
>>>           }
>>>
>>

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

Reply via email to