Class YoutubeAndPartnersThirdPartyMeasurementSettings
Settings that control what third-party vendors are measuring specific line item metrics.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v2.Data
Assembly: Google.Apis.DisplayVideo.v2.dll
Syntax
public class YoutubeAndPartnersThirdPartyMeasurementSettings : IDirectResponseSchema
Properties
BrandLiftVendorConfigs
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
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
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
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> |