class Google::Apis::DisplayvideoV1::ThirdPartyOnlyConfig

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

Attributes

pixel_order_id_reporting_enabled[RW]

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` @return [Boolean]

pixel_order_id_reporting_enabled?[RW]

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` @return [Boolean]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/displayvideo_v1/classes.rb, line 9213
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/displayvideo_v1/classes.rb, line 9218
def update!(**args)
  @pixel_order_id_reporting_enabled = args[:pixel_order_id_reporting_enabled] if args.key?(:pixel_order_id_reporting_enabled)
end