Show / Hide Table of Contents

Class MeasurementPartnerWrappingData

Placement tag wrapping

Inheritance
object
MeasurementPartnerWrappingData
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX