GoogleApi.DisplayVideo.V1.Model.CustomBiddingAlgorithm (google_api_display_video v0.20.0) View Source
A single custom bidding algorithm.
Attributes
-
advertiserId
(type:String.t
, default:nil
) - Immutable. The unique ID of the advertiser that owns the custom bidding algorithm. -
customBiddingAlgorithmId
(type:String.t
, default:nil
) - Output only. The unique ID of the custom bidding algorithm. Assigned by the system. -
customBiddingAlgorithmType
(type:String.t
, default:nil
) - Required. Immutable. The type of custom bidding algorithm. -
displayName
(type:String.t
, default:nil
) - Required. The display name of the custom bidding algorithm. Must be UTF-8 encoded with a maximum size of 240 bytes. -
entityStatus
(type:String.t
, default:nil
) - Controls whether or not the custom bidding algorithm can be used as a bidding strategy. Accepted values are:ENTITY_STATUS_ACTIVE
ENTITY_STATUS_ARCHIVED
-
name
(type:String.t
, default:nil
) - Output only. The resource name of the custom bidding algorithm. -
partnerId
(type:String.t
, default:nil
) - Immutable. The unique ID of the partner that owns the custom bidding algorithm.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DisplayVideo.V1.Model.CustomBiddingAlgorithm{ advertiserId: String.t() | nil, customBiddingAlgorithmId: String.t() | nil, customBiddingAlgorithmType: String.t() | nil, displayName: String.t() | nil, entityStatus: String.t() | nil, name: String.t() | nil, partnerId: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.