Class: Google::Apis::DisplayvideoV2::YoutubeAndPartnersThirdPartyMeasurementSettings
- Inherits:
-
Object
- Object
- Google::Apis::DisplayvideoV2::YoutubeAndPartnersThirdPartyMeasurementSettings
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/displayvideo_v2/classes.rb,
lib/google/apis/displayvideo_v2/representations.rb,
lib/google/apis/displayvideo_v2/representations.rb
Overview
Settings that control what third-party vendors are measuring specific line item metrics.
Instance Attribute Summary collapse
-
#brand_lift_vendor_configs ⇒ Array<Google::Apis::DisplayvideoV2::ThirdPartyVendorConfig>
The third-party vendors measuring brand lift.
-
#brand_safety_vendor_configs ⇒ Array<Google::Apis::DisplayvideoV2::ThirdPartyVendorConfig>
The third-party vendors measuring brand safety.
-
#reach_vendor_configs ⇒ Array<Google::Apis::DisplayvideoV2::ThirdPartyVendorConfig>
The third-party vendors measuring reach.
-
#viewability_vendor_configs ⇒ Array<Google::Apis::DisplayvideoV2::ThirdPartyVendorConfig>
The third-party vendors measuring viewability.
Instance Method Summary collapse
-
#initialize(**args) ⇒ YoutubeAndPartnersThirdPartyMeasurementSettings
constructor
A new instance of YoutubeAndPartnersThirdPartyMeasurementSettings.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ YoutubeAndPartnersThirdPartyMeasurementSettings
Returns a new instance of YoutubeAndPartnersThirdPartyMeasurementSettings.
12406 12407 12408 |
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 12406 def initialize(**args) update!(**args) end |
Instance Attribute Details
#brand_lift_vendor_configs ⇒ Array<Google::Apis::DisplayvideoV2::ThirdPartyVendorConfig>
The third-party vendors measuring brand lift. The following third-party
vendors are applicable: * THIRD_PARTY_VENDOR_DYNATA
*
THIRD_PARTY_VENDOR_KANTAR
Corresponds to the JSON property brandLiftVendorConfigs
12381 12382 12383 |
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 12381 def brand_lift_vendor_configs @brand_lift_vendor_configs end |
#brand_safety_vendor_configs ⇒ Array<Google::Apis::DisplayvideoV2::ThirdPartyVendorConfig>
The third-party vendors measuring brand safety. The following third-party
vendors are applicable: * THIRD_PARTY_VENDOR_ZERF
*
THIRD_PARTY_VENDOR_DOUBLE_VERIFY
* THIRD_PARTY_VENDOR_INTEGRAL_AD_SCIENCE
Corresponds to the JSON property brandSafetyVendorConfigs
12388 12389 12390 |
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 12388 def brand_safety_vendor_configs @brand_safety_vendor_configs end |
#reach_vendor_configs ⇒ Array<Google::Apis::DisplayvideoV2::ThirdPartyVendorConfig>
The third-party vendors measuring reach. The following third-party vendors are
applicable: * THIRD_PARTY_VENDOR_NIELSEN
* THIRD_PARTY_VENDOR_COMSCORE
*
THIRD_PARTY_VENDOR_KANTAR
Corresponds to the JSON property reachVendorConfigs
12395 12396 12397 |
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 12395 def reach_vendor_configs @reach_vendor_configs end |
#viewability_vendor_configs ⇒ Array<Google::Apis::DisplayvideoV2::ThirdPartyVendorConfig>
The third-party vendors measuring viewability. The following third-party
vendors are applicable: * THIRD_PARTY_VENDOR_MOAT
*
THIRD_PARTY_VENDOR_DOUBLE_VERIFY
* THIRD_PARTY_VENDOR_INTEGRAL_AD_SCIENCE
*
THIRD_PARTY_VENDOR_COMSCORE
* THIRD_PARTY_VENDOR_TELEMETRY
*
THIRD_PARTY_VENDOR_MEETRICS
Corresponds to the JSON property viewabilityVendorConfigs
12404 12405 12406 |
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 12404 def viewability_vendor_configs @viewability_vendor_configs end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
12411 12412 12413 12414 12415 12416 |
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 12411 def update!(**args) @brand_lift_vendor_configs = args[:brand_lift_vendor_configs] if args.key?(:brand_lift_vendor_configs) @brand_safety_vendor_configs = args[:brand_safety_vendor_configs] if args.key?(:brand_safety_vendor_configs) @reach_vendor_configs = args[:reach_vendor_configs] if args.key?(:reach_vendor_configs) @viewability_vendor_configs = args[:viewability_vendor_configs] if args.key?(:viewability_vendor_configs) end |