Show / Hide Table of Contents

Class ThirdPartyVerifierAssignedTargetingOptionDetails

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.

Inheritance
System.Object
ThirdPartyVerifierAssignedTargetingOptionDetails
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.DisplayVideo.v1.Data
Assembly: Google.Apis.DisplayVideo.v1.dll
Syntax
public class ThirdPartyVerifierAssignedTargetingOptionDetails : IDirectResponseSchema

Properties

Adloox

Third party brand verifier -- Adloox.

Declaration
[JsonProperty("adloox")]
public virtual Adloox Adloox { get; set; }
Property Value
Type Description
Adloox

DoubleVerify

Third party brand verifier -- DoubleVerify.

Declaration
[JsonProperty("doubleVerify")]
public virtual DoubleVerify DoubleVerify { get; set; }
Property Value
Type Description
DoubleVerify

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

IntegralAdScience

Third party brand verifier -- Integral Ad Science.

Declaration
[JsonProperty("integralAdScience")]
public virtual IntegralAdScience IntegralAdScience { get; set; }
Property Value
Type Description
IntegralAdScience

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top