Hi, The *Criteria Performance Report* is a single attribution report <https://developers.google.com/adwords/api/docs/guides/reporting-concepts#single-and-multi-attribution>, meaning AdWords chooses the most relevant criterion for each impression and only shows that criterion in the report. Since the ad schedule is probably not the most relevant criteria, you don't see it in that report.
For schedule information, try out the Campaign Ad Schedule Target Report <https://developers.google.com/adwords/api/docs/appendix/reports#campaign-ad-schedule-target> instead. Cheers, Josh, AdWords API Team On Monday, October 6, 2014 9:53:03 AM UTC-4, Christian Borck wrote: > > We're trying to use a criteria performance report to read ad-schedule > criterions. Unfortunately, we only get criteria of type "Keyword". We > definitely have a campaign that has an Ad-Schedule Criterion using the > CampaignCriterionService returns that criterion as expected. If we filter > the report for CriteriaType==AD_SCHEDULE, we get an empty result. > > Any idea why we don't see the criterion in the report. (We are using API > v201402) > > Here is the Java-code with the report definition: > > ReportDefinition report = new ReportDefinition(); > report.setReportName("Some Report"); > report.setDateRangeType(ReportDefinitionDateRangeType.ALL_TIME); > report.setReportType(ReportDef > initionReportType.CRITERIA_PERFORMANCE_REPORT); > report.setDownloadFormat(DownloadFormat.XML); > report.setIncludeZeroImpressions(true); > Selector reportSelector = new Selector(); > reportSelector.getFields().add("CampaignId"); > reportSelector.getFields().add("CampaignName"); > reportSelector.getFields().add("BidModifier"); > reportSelector.getFields().add("CriteriaType"); > Predicate adSchedulePredicate = new Predicate(); > adSchedulePredicate.setField("CriteriaType"); > adSchedulePredicate.setOperator(PredicateOperator.EQUALS); > adSchedulePredicate.getValues().add("AD_SCHEDULE"); > reportSelector.getPredicates().add(adSchedulePredicate); > report.setSelector(reportSelector); > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 http://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/b7d0f218-6dda-4a21-bf83-464568f26462%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.