Class TagData
Placement Tag Data
Implements
Inherited Members
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 |