Class VideoTargeting
Represents targeting information about video.
Implements
Inherited Members
Namespace: Google.Apis.AdExchangeBuyerII.v2beta1.Data
Assembly: Google.Apis.AdExchangeBuyerII.v2beta1.dll
Syntax
public class VideoTargeting : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExcludedPositionTypes
A list of video positions to be excluded. Position types can either be included or excluded (XOR).
Declaration
[JsonProperty("excludedPositionTypes")]
public virtual IList<string> ExcludedPositionTypes { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
TargetedPositionTypes
A list of video positions to be included. When the included list is present, the excluded list must be empty. When the excluded list is present, the included list must be empty.
Declaration
[JsonProperty("targetedPositionTypes")]
public virtual IList<string> TargetedPositionTypes { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |