Class ContentOutstreamPositionTargetingOptionDetails
Represents a targetable content outstream position, which could be used by display and video ads. This will be
populated in the content_outstream_position_details field when targeting_type is
TARGETING_TYPE_CONTENT_OUTSTREAM_POSITION
.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v3.Data
Assembly: Google.Apis.DisplayVideo.v3.dll
Syntax
public class ContentOutstreamPositionTargetingOptionDetails : IDirectResponseSchema
Properties
ContentOutstreamPosition
Output only. The content outstream position.
Declaration
[JsonProperty("contentOutstreamPosition")]
public virtual string ContentOutstreamPosition { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |