Show / Hide Table of Contents

Class MeasurementConfig

Measurement settings of a partner.

Inheritance
System.Object
MeasurementConfig
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 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
System.Nullable<System.Boolean>

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
System.Nullable<System.Boolean>

ETag

The ETag of the item.

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

Implements

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