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.



11925
11926
11927
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 11925

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)


11922
11923
11924
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 11922

def pixel_order_id_reporting_enabled
  @pixel_order_id_reporting_enabled
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



11930
11931
11932
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 11930

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