Show / Hide Table of Contents

Class TagData

Placement Tag Data

Inheritance
object
TagData
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 TagData : IDirectResponseSchema

Properties

AdId

Ad associated with this placement tag. Applicable only when format is PLACEMENT_TAG_TRACKING.

Declaration
[JsonProperty("adId")]
public virtual long? AdId { get; set; }
Property Value
Type Description
long?

ClickTag

Tag string to record a click.

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

CreativeId

Creative associated with this placement tag. Applicable only when format is PLACEMENT_TAG_TRACKING.

Declaration
[JsonProperty("creativeId")]
public virtual long? CreativeId { get; set; }
Property Value
Type Description
long?

ETag

The ETag of the item.

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

Format

TagData tag format of this tag.

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

ImpressionTag

Tag string for serving an ad.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX