Show / Hide Table of Contents

Class YoutubeAndPartnersInventorySourceConfig

Settings that control what YouTube related inventories the YouTube and Partners line item will target.

Inheritance
object
YoutubeAndPartnersInventorySourceConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DisplayVideo.v2.Data
Assembly: Google.Apis.DisplayVideo.v2.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?

IncludeYoutubeSearch

Whether to target inventory on the YouTube search results page.

Declaration
[JsonProperty("includeYoutubeSearch")]
public virtual bool? IncludeYoutubeSearch { 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?

IncludeYoutubeVideos

Whether to target inventory of channels and videos on YouTube and YouTube videos embedded on other sites.

Declaration
[JsonProperty("includeYoutubeVideos")]
public virtual bool? IncludeYoutubeVideos { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX