View Source GoogleApi.DisplayVideo.V3.Model.YoutubeAndPartnersBiddingStrategy (google_api_display_video v0.38.3)

Settings that control the bid strategy for YouTube and Partners resources.

Attributes

  • adGroupEffectiveTargetCpaSource (type: String.t, default: nil) - Output only. Source of the effective target CPA value for ad group.
  • adGroupEffectiveTargetCpaValue (type: String.t, default: nil) - Output only. The effective target CPA for ad group, in micros of advertiser's currency.
  • type (type: String.t, default: nil) - The type of the bidding strategy.
  • value (type: String.t, default: nil) - The value used by the bidding strategy. When the bidding strategy is assigned at the line item level, this field is only applicable for the following strategy types: YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_CPA YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_ROAS When the bidding strategy is assigned at the ad group level, this field is only applicable for the following strategy types: YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_MANUAL_CPM YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_MANUAL_CPV YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_CPA YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_CPM YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_RESERVE_CPM YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_ROAS If not using an applicable strategy, the value of this field will be 0.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DisplayVideo.V3.Model.YoutubeAndPartnersBiddingStrategy{
  adGroupEffectiveTargetCpaSource: String.t() | nil,
  adGroupEffectiveTargetCpaValue: String.t() | nil,
  type: String.t() | nil,
  value: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.