Class: Google::Apis::DisplayvideoV3::ThirdPartyOnlyConfig

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

Overview

Settings for advertisers that use third-party ad servers only.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ThirdPartyOnlyConfig

Returns a new instance of ThirdPartyOnlyConfig.



13125
13126
13127
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 13125

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

Instance Attribute Details

#pixel_order_id_reporting_enabledBoolean 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

Returns:

  • (Boolean)


13122
13123
13124
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 13122

def pixel_order_id_reporting_enabled
  @pixel_order_id_reporting_enabled
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



13130
13131
13132
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 13130

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