View Source GoogleApi.DisplayVideo.V3.Model.ThirdPartyMeasurementConfigs (google_api_display_video v0.37.1)
Settings that control what third-party vendors are measuring specific line item metrics.
Attributes
-
brandLiftVendorConfigs
(type:list(GoogleApi.DisplayVideo.V3.Model.ThirdPartyVendorConfig.t)
, default:nil
) - Optional. The third-party vendors measuring brand lift. The following third-party vendors are applicable:THIRD_PARTY_VENDOR_DYNATA
THIRD_PARTY_VENDOR_KANTAR
-
brandSafetyVendorConfigs
(type:list(GoogleApi.DisplayVideo.V3.Model.ThirdPartyVendorConfig.t)
, default:nil
) - 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
-
reachVendorConfigs
(type:list(GoogleApi.DisplayVideo.V3.Model.ThirdPartyVendorConfig.t)
, default:nil
) - 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
-
viewabilityVendorConfigs
(type:list(GoogleApi.DisplayVideo.V3.Model.ThirdPartyVendorConfig.t)
, default:nil
) - 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
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DisplayVideo.V3.Model.ThirdPartyMeasurementConfigs{ brandLiftVendorConfigs: [GoogleApi.DisplayVideo.V3.Model.ThirdPartyVendorConfig.t()] | nil, brandSafetyVendorConfigs: [GoogleApi.DisplayVideo.V3.Model.ThirdPartyVendorConfig.t()] | nil, reachVendorConfigs: [GoogleApi.DisplayVideo.V3.Model.ThirdPartyVendorConfig.t()] | nil, viewabilityVendorConfigs: [GoogleApi.DisplayVideo.V3.Model.ThirdPartyVendorConfig.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.