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.



1636
1637
1638
# File 'lib/google/apis/searchads360_v0/classes.rb', line 1636

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)


1633
1634
1635
# File 'lib/google/apis/searchads360_v0/classes.rb', line 1633

def opt_in
  @opt_in
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1641
1642
1643
# File 'lib/google/apis/searchads360_v0/classes.rb', line 1641

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