Show / Hide Table of Contents

Class MeasurementPartnerCampaignLink

Inheritance
object
MeasurementPartnerCampaignLink
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.v3_5.Data
Assembly: Google.Apis.Dfareporting.v3_5.dll
Syntax
public class MeasurementPartnerCampaignLink : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

LinkStatus

.

Declaration
[JsonProperty("linkStatus")]
public virtual string LinkStatus { get; set; }
Property Value
Type Description
string

MeasurementPartner

Measurement partner used for tag wrapping.

Declaration
[JsonProperty("measurementPartner")]
public virtual string MeasurementPartner { get; set; }
Property Value
Type Description
string

PartnerCampaignId

Partner campaign ID needed for establishing linking with Measurement partner.

Declaration
[JsonProperty("partnerCampaignId")]
public virtual string PartnerCampaignId { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX