Class MeasurementConfig
Measurement settings of a partner.
Implements
Inherited Members
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 |