Class ClickTag
Creative Click Tag.
Implements
Inherited Members
Namespace: Google.Apis.Dfareporting.v4.Data
Assembly: Google.Apis.Dfareporting.v4.dll
Syntax
public class ClickTag : IDirectResponseSchema
Properties
ClickThroughUrl
Parameter value for the specified click tag. This field contains a click-through url.
Declaration
[JsonProperty("clickThroughUrl")]
public virtual CreativeClickThroughUrl ClickThroughUrl { get; set; }
Property Value
Type | Description |
---|---|
CreativeClickThroughUrl |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EventName
Advertiser event name associated with the click tag. This field is used by DISPLAY_IMAGE_GALLERY and HTML5_BANNER creatives. Applicable to DISPLAY when the primary asset type is not HTML_IMAGE.
Declaration
[JsonProperty("eventName")]
public virtual string EventName { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Parameter name for the specified click tag. For DISPLAY_IMAGE_GALLERY creative assets, this field must match the value of the creative asset's creativeAssetId.name field.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |