Show / Hide Table of Contents

Class ThirdPartyMeasurementConfigs

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

Inheritance
object
ThirdPartyMeasurementConfigs
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DisplayVideo.v3.Data
Assembly: Google.Apis.DisplayVideo.v3.dll
Syntax
public class ThirdPartyMeasurementConfigs : IDirectResponseSchema

Properties

BrandLiftVendorConfigs

Optional. The third-party vendors measuring brand lift. The following third-party vendors are applicable: * THIRD_PARTY_VENDOR_DYNATA * THIRD_PARTY_VENDOR_KANTAR

Declaration
[JsonProperty("brandLiftVendorConfigs")]
public virtual IList<ThirdPartyVendorConfig> BrandLiftVendorConfigs { get; set; }
Property Value
Type Description
IList<ThirdPartyVendorConfig>

BrandSafetyVendorConfigs

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
Declaration
[JsonProperty("brandSafetyVendorConfigs")]
public virtual IList<ThirdPartyVendorConfig> BrandSafetyVendorConfigs { get; set; }
Property Value
Type Description
IList<ThirdPartyVendorConfig>

ETag

The ETag of the item.

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

ReachVendorConfigs

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

Declaration
[JsonProperty("reachVendorConfigs")]
public virtual IList<ThirdPartyVendorConfig> ReachVendorConfigs { get; set; }
Property Value
Type Description
IList<ThirdPartyVendorConfig>

ViewabilityVendorConfigs

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

Declaration
[JsonProperty("viewabilityVendorConfigs")]
public virtual IList<ThirdPartyVendorConfig> ViewabilityVendorConfigs { get; set; }
Property Value
Type Description
IList<ThirdPartyVendorConfig>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX