Hi Christian,

Thanks for pointing out the documentation issue. I passed the information 
along to our documentation team.

Cheers,
Josh, AdWords API Team

On Monday, October 6, 2014 11:44:29 AM UTC-4, Christian Borck wrote:
>
> Hi Josh,
>
> thanks for your quick reply. That's exactly what I was looking for. BUT: 
> When I click on your link to "Campaign Ad Schedule Target Report" I get 
> directed to the german language version (as i am german) of this site with 
> the respective report MISSING. I have to switch to english first to make 
> the report appear. This should be fixed, or at least mentioned somewhere.
>
> Cheers, Christian
>
> Am Montag, 6. Oktober 2014 16:00:26 UTC+2 schrieb Josh Radcliff (AdWords 
> API Team):
>>
>> 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/9c963e5b-aa5f-4413-9dd8-79ed6c295cdb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to