Class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonRealTimeBiddingSetting

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/searchads360_v0/classes.rb,
lib/google/apis/searchads360_v0/representations.rb,
lib/google/apis/searchads360_v0/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) ⇒ GoogleAdsSearchads360V0CommonRealTimeBiddingSetting

Returns a new instance of GoogleAdsSearchads360V0CommonRealTimeBiddingSetting.



1572
1573
1574
# File 'lib/google/apis/searchads360_v0/classes.rb', line 1572

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)


1569
1570
1571
# File 'lib/google/apis/searchads360_v0/classes.rb', line 1569

def opt_in
  @opt_in
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1577
1578
1579
# File 'lib/google/apis/searchads360_v0/classes.rb', line 1577

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