Show / Hide Table of Contents

Class CreativeClickThroughUrl

Click-through URL

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

Properties

ComputedClickThroughUrl

Read-only convenience field representing the actual URL that will be used for this click-through. The URL is computed as follows: - If landingPageId is specified then that landing page's URL is assigned to this field.

  • Otherwise, the customClickThroughUrl is assigned to this field.
Declaration
[JsonProperty("computedClickThroughUrl")]
public virtual string ComputedClickThroughUrl { get; set; }
Property Value
Type Description
string

CustomClickThroughUrl

Custom click-through URL. Applicable if the landingPageId field is left unset.

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

ETag

The ETag of the item.

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

LandingPageId

ID of the landing page for the click-through URL.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX