Class VideoPlcmtTargeting
Defines targeting criteria based on the video placement type, often corresponding to the IAB OpenRTB 'plcmt' field.
Implements
Inherited Members
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> |