Class MeasurementPartnerWrappingData
Placement tag wrapping
Implements
Inherited Members
Namespace: Google.Apis.Dfareporting.v4.Data
Assembly: Google.Apis.Dfareporting.v4.dll
Syntax
public class MeasurementPartnerWrappingData : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LinkStatus
Placement wrapping status.
Declaration
[JsonProperty("linkStatus")]
public virtual string LinkStatus { get; set; }
Property Value
Type | Description |
---|---|
string |
MeasurementPartner
Measurement partner used for wrapping the placement.
Declaration
[JsonProperty("measurementPartner")]
public virtual string MeasurementPartner { get; set; }
Property Value
Type | Description |
---|---|
string |
TagWrappingMode
Measurement mode for the wrapped placement.
Declaration
[JsonProperty("tagWrappingMode")]
public virtual string TagWrappingMode { get; set; }
Property Value
Type | Description |
---|---|
string |
WrappedTag
Tag provided by the measurement partner during wrapping.
Declaration
[JsonProperty("wrappedTag")]
public virtual string WrappedTag { get; set; }
Property Value
Type | Description |
---|---|
string |