Class CreativeClickThroughUrl
Click-through URL
Inheritance
System.Object
CreativeClickThroughUrl
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 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 |
---|---|
System.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 |
---|---|
System.String |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.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 |
---|---|
System.Nullable<System.Int64> |
Implements
Google.Apis.Requests.IDirectResponseSchema