Class: Google::Apis::DisplayvideoV2::ThirdPartyOnlyConfig
- Inherits:
-
Object
- Object
- Google::Apis::DisplayvideoV2::ThirdPartyOnlyConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/displayvideo_v2/classes.rb,
lib/google/apis/displayvideo_v2/representations.rb,
lib/google/apis/displayvideo_v2/representations.rb
Overview
Settings for advertisers that use third-party ad servers only.
Instance Attribute Summary collapse
-
#pixel_order_id_reporting_enabled ⇒ Boolean
(also: #pixel_order_id_reporting_enabled?)
Whether or not order ID reporting for pixels is enabled.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ThirdPartyOnlyConfig
constructor
A new instance of ThirdPartyOnlyConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ThirdPartyOnlyConfig
Returns a new instance of ThirdPartyOnlyConfig.
11123 11124 11125 |
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 11123 def initialize(**args) update!(**args) end |
Instance Attribute Details
#pixel_order_id_reporting_enabled ⇒ Boolean Also known as: pixel_order_id_reporting_enabled?
Whether or not order ID reporting for pixels is enabled. This value cannot be
changed once set to true.
Corresponds to the JSON property pixelOrderIdReportingEnabled
11120 11121 11122 |
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 11120 def pixel_order_id_reporting_enabled @pixel_order_id_reporting_enabled end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11128 11129 11130 |
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 11128 def update!(**args) @pixel_order_id_reporting_enabled = args[:pixel_order_id_reporting_enabled] if args.key?(:pixel_order_id_reporting_enabled) end |