Show / Hide Table of Contents

Class VideoPlcmtTargeting

Defines targeting criteria based on the video placement type, often corresponding to the IAB OpenRTB 'plcmt' field.

Inheritance
object
VideoPlcmtTargeting
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.AuthorizedBuyersMarketplace.v1alpha.Data
Assembly: Google.Apis.AuthorizedBuyersMarketplace.v1alpha.dll
Syntax
public class VideoPlcmtTargeting : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

SelectionType

Required. The selection type for the list of video plcmts.

Declaration
[JsonProperty("selectionType")]
public virtual string SelectionType { get; set; }
Property Value
Type Description
string

VideoPlcmtTypes

Required. The list of targeted video plcmts types. If empty, inventory will be targeted regardless of video plcmt type.

Declaration
[JsonProperty("videoPlcmtTypes")]
public virtual IList<string> VideoPlcmtTypes { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX