How to retrieve youtube campaign's criterions?

I use this service "CampaignCriterionServiceInterface" to retrieve all 
criterions of an account  for youtube promotion.
Here are my parameters:
Selector fields: "Id", "CampaignId", "BidModifier","LanguageCode",
"LocationName","ParentLocations","DisplayType","PlatformName","UserListId",

      
"UserListName","UserListMembershipStatus","UserListEligibleForSearch","UserListEligibleForDisplay","CampaignCriterionStatus","DayOfWeek","StartHour","StartMinute",
        "EndHour","EndMinute"

Predicate criterions = new Predicate("CriteriaType",PredicateOperator.IN,new 
String[]{"LANGUAGE","LOCATION","PLATFORM","USER_LIST","AD_SCHEDULE"});
Predicate criterionStatus = new 
Predicate("CampaignCriterionStatus",PredicateOperator.IN,new 
String[]{"ACTIVE","PAUSED"});

Should i add "youtube channel" or "youtube video" type in predications*?*

Thank you for helping me solving this issue~
 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/f56d3286-518c-46c8-9016-7c339dcf0c4b%40googlegroups.com.

Reply via email to