Show / Hide Table of Contents

Class MeasurementConfig

Measurement settings of a partner.

Inheritance
object
MeasurementConfig
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.v2.Data
Assembly: Google.Apis.DisplayVideo.v2.dll
Syntax
public class MeasurementConfig : IDirectResponseSchema

Properties

Dv360ToCmCostReportingEnabled

Whether or not to report DV360 cost to CM360.

Declaration
[JsonProperty("dv360ToCmCostReportingEnabled")]
public virtual bool? Dv360ToCmCostReportingEnabled { get; set; }
Property Value
Type Description
bool?

Dv360ToCmDataSharingEnabled

Whether or not to include DV360 data in CM360 data transfer reports.

Declaration
[JsonProperty("dv360ToCmDataSharingEnabled")]
public virtual bool? Dv360ToCmDataSharingEnabled { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX