Hi, Ben is correct, this is controlled via the DefinedReportJob field "includeZeroImpressions" ( see http://code.google.com/apis/adwords/docs/developer/DefinedReportJob.html#includeZeroImpression ).
Best, - Eric Koleda, AdWords API Team On Nov 18, 7:46 am, BenK <[email protected]> wrote: > Try > > job.setIncludeZeroImpression(false); > > Cheers > > Ben > > On Nov 18, 4:43 am, geniusfox <[email protected]> wrote: > > > > > Hello > > i user adwords4r v13 in my system. follow is my code > > > adwords = AdWords::API.new(AdWords::AdWordsCredentials.new(creds)) > > report_name = '%s-keyword-report-%s' % > > [google_account.account_id,stat_date] > > job = AdWords::DefinedReportJob.new > > job.selectedReportType = 'Keyword' > > job.aggregationTypes = 'Daily' > > job.name = report_name > > job.selectedColumns = %w{Campaign AdGroup AdGroupId Keyword > > KeywordId KeywordStatus KeywordTypeDisplay AdWordsType > > AveragePosition Impressions Clicks MaximumCPC CPC CPM CTR Cost > > QualityScore KeywordDestUrlDisplay} > > > i want know how to setting paramter it can filter the no imps and no > > clicks keyword data. -- 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=.
