Class TagData
Placement Tag Data
Inheritance
System.Object
TagData
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Dfareporting.v3_4.Data
Assembly: Google.Apis.Dfareporting.v3_4.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 |
---|---|
System.Nullable<System.Int64> |
ClickTag
Tag string to record a click.
Declaration
[JsonProperty("clickTag")]
public virtual string ClickTag { get; set; }
Property Value
Type | Description |
---|---|
System.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 |
---|---|
System.Nullable<System.Int64> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Format
TagData tag format of this tag.
Declaration
[JsonProperty("format")]
public virtual string Format { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ImpressionTag
Tag string for serving an ad.
Declaration
[JsonProperty("impressionTag")]
public virtual string ImpressionTag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Implements
Google.Apis.Requests.IDirectResponseSchema