Class: Google::Apis::DisplayvideoV1::ThirdPartyOnlyConfig

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



10346
10347
10348
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 10346

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)


10343
10344
10345
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 10343

def pixel_order_id_reporting_enabled
  @pixel_order_id_reporting_enabled
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



10351
10352
10353
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 10351

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