Class: Google::Apis::DisplayvideoV3::ThirdPartyMeasurementConfigs

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

Settings that control what third-party vendors are measuring specific line item metrics.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ThirdPartyMeasurementConfigs

Returns a new instance of ThirdPartyMeasurementConfigs.



12035
12036
12037
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 12035

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

Instance Attribute Details

#brand_lift_vendor_configsArray<Google::Apis::DisplayvideoV3::ThirdPartyVendorConfig>

Optional. 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



12010
12011
12012
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 12010

def brand_lift_vendor_configs
  @brand_lift_vendor_configs
end

#brand_safety_vendor_configsArray<Google::Apis::DisplayvideoV3::ThirdPartyVendorConfig>

Optional. 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



12017
12018
12019
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 12017

def brand_safety_vendor_configs
  @brand_safety_vendor_configs
end

#reach_vendor_configsArray<Google::Apis::DisplayvideoV3::ThirdPartyVendorConfig>

Optional. 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



12024
12025
12026
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 12024

def reach_vendor_configs
  @reach_vendor_configs
end

#viewability_vendor_configsArray<Google::Apis::DisplayvideoV3::ThirdPartyVendorConfig>

Optional. 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



12033
12034
12035
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 12033

def viewability_vendor_configs
  @viewability_vendor_configs
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



12040
12041
12042
12043
12044
12045
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 12040

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