Class YoutubeAndPartnersInventorySourceConfig
Settings that control what YouTube related inventories the YouTube and Partners line item will target.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v3.Data
Assembly: Google.Apis.DisplayVideo.v3.dll
Syntax
public class YoutubeAndPartnersInventorySourceConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IncludeGoogleTv
Optional. Whether to target inventory in video apps available with Google TV.
Declaration
[JsonProperty("includeGoogleTv")]
public virtual bool? IncludeGoogleTv { get; set; }
Property Value
Type | Description |
---|---|
bool? |
IncludeYoutube
Optional. Whether to target inventory on YouTube. This includes both search, channels and videos.
Declaration
[JsonProperty("includeYoutube")]
public virtual bool? IncludeYoutube { get; set; }
Property Value
Type | Description |
---|---|
bool? |
IncludeYoutubeVideoPartners
Whether to target inventory on a collection of partner sites and apps that follow the same brand safety standards as YouTube.
Declaration
[JsonProperty("includeYoutubeVideoPartners")]
public virtual bool? IncludeYoutubeVideoPartners { get; set; }
Property Value
Type | Description |
---|---|
bool? |