Class: Google::Apis::DisplayvideoV1::FixedBidStrategy

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/displayvideo_v1/classes.rb,
generated/google/apis/displayvideo_v1/representations.rb,
generated/google/apis/displayvideo_v1/representations.rb

Overview

A strategy that uses a fixed bidding price.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ FixedBidStrategy

Returns a new instance of FixedBidStrategy.



4099
4100
4101
# File 'generated/google/apis/displayvideo_v1/classes.rb', line 4099

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#bid_amount_microsFixnum

The fixed bid amount, in micros of the advertiser's currency. For insertion order entity, bid_amount_micros should be set as 0. For line item entity, bid_amount_micros must be greater than or equal to billable unit of the given currency and smaller than or equal to the upper limit 1000000000. For example, 1500000 represents 1.5 standard units of the currency. Corresponds to the JSON property bidAmountMicros

Returns:

  • (Fixnum)


4097
4098
4099
# File 'generated/google/apis/displayvideo_v1/classes.rb', line 4097

def bid_amount_micros
  @bid_amount_micros
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4104
4105
4106
# File 'generated/google/apis/displayvideo_v1/classes.rb', line 4104

def update!(**args)
  @bid_amount_micros = args[:bid_amount_micros] if args.key?(:bid_amount_micros)
end