Show / Hide Table of Contents

Class ClickTag

Creative Click Tag.

Inheritance
object
ClickTag
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 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

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX