Class SessionPositionAssignedTargetingOptionDetails
Details for session position assigned targeting option. This will be populated in the session_position_details
field when targeting_type is TARGETING_TYPE_SESSION_POSITION
.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v2.Data
Assembly: Google.Apis.DisplayVideo.v2.dll
Syntax
public class SessionPositionAssignedTargetingOptionDetails : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SessionPosition
The position where the ad will show in a session.
Declaration
[JsonProperty("sessionPosition")]
public virtual string SessionPosition { get; set; }
Property Value
Type | Description |
---|---|
string |