Class: Google::Apis::DisplayvideoV4::ThirdPartyOnlyConfig

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



13756
13757
13758
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 13756

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)


13753
13754
13755
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 13753

def pixel_order_id_reporting_enabled
  @pixel_order_id_reporting_enabled
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



13761
13762
13763
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 13761

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