Class: Google::Apis::DisplayvideoV3::ThirdPartyVerifierAssignedTargetingOptionDetails

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

Assigned third party verifier targeting option details. This will be populated in the details field of an AssignedTargetingOption when targeting_type is TARGETING_TYPE_THIRD_PARTY_VERIFIER.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ThirdPartyVerifierAssignedTargetingOptionDetails

Returns a new instance of ThirdPartyVerifierAssignedTargetingOptionDetails.



13210
13211
13212
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 13210

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

Instance Attribute Details

#adlooxGoogle::Apis::DisplayvideoV3::Adloox

Details of Scope3 (previously known as Adloox) brand safety settings. Corresponds to the JSON property adloox



13198
13199
13200
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 13198

def adloox
  @adloox
end

#double_verifyGoogle::Apis::DisplayvideoV3::DoubleVerify

Details of DoubleVerify settings. Corresponds to the JSON property doubleVerify



13203
13204
13205
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 13203

def double_verify
  @double_verify
end

#integral_ad_scienceGoogle::Apis::DisplayvideoV3::IntegralAdScience

Details of Integral Ad Science settings. Corresponds to the JSON property integralAdScience



13208
13209
13210
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 13208

def integral_ad_science
  @integral_ad_science
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



13215
13216
13217
13218
13219
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 13215

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