Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonRealTimeBiddingSetting

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

Overview

Settings for Real-Time Bidding, a feature only available for campaigns targeting the Ad Exchange network.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonRealTimeBiddingSetting

Returns a new instance of GoogleAdsSearchads360V23CommonRealTimeBiddingSetting.



9820
9821
9822
# File 'lib/google/apis/searchads360_v23/classes.rb', line 9820

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

Instance Attribute Details

#opt_inBoolean Also known as: opt_in?

Whether the campaign is opted in to real-time bidding. Corresponds to the JSON property optIn

Returns:

  • (Boolean)


9817
9818
9819
# File 'lib/google/apis/searchads360_v23/classes.rb', line 9817

def opt_in
  @opt_in
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9825
9826
9827
# File 'lib/google/apis/searchads360_v23/classes.rb', line 9825

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