class Google::Apis::DisplayvideoV3::PerformanceGoalBidStrategy
performance goal.
A strategy that automatically adjusts the bid to meet or beat a specified
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @custom_bidding_algorithm_id = args[:custom_bidding_algorithm_id] if args.key?(:custom_bidding_algorithm_id) @max_average_cpm_bid_amount_micros = args[:max_average_cpm_bid_amount_micros] if args.key?(:max_average_cpm_bid_amount_micros) @performance_goal_amount_micros = args[:performance_goal_amount_micros] if args.key?(:performance_goal_amount_micros) @performance_goal_type = args[:performance_goal_type] if args.key?(:performance_goal_type) end