GoogleApi.DisplayVideo.V3.Model.ThirdPartyVerifierAssignedTargetingOptionDetails (google_api_display_video v0.39.0)
View SourceAssigned 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
.
Attributes
-
adloox
(type:GoogleApi.DisplayVideo.V3.Model.Adloox.t
, default:nil
) - Third party brand verifier -- Adloox. -
doubleVerify
(type:GoogleApi.DisplayVideo.V3.Model.DoubleVerify.t
, default:nil
) - Third party brand verifier -- DoubleVerify. -
integralAdScience
(type:GoogleApi.DisplayVideo.V3.Model.IntegralAdScience.t
, default:nil
) - Third party brand verifier -- Integral Ad Science.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DisplayVideo.V3.Model.ThirdPartyVerifierAssignedTargetingOptionDetails{ adloox: GoogleApi.DisplayVideo.V3.Model.Adloox.t() | nil, doubleVerify: GoogleApi.DisplayVideo.V3.Model.DoubleVerify.t() | nil, integralAdScience: GoogleApi.DisplayVideo.V3.Model.IntegralAdScience.t() | nil }