Class CreativeClickThroughUrl
Click-through URL
Implements
Inherited Members
Namespace: Google.Apis.Dfareporting.v4.Data
Assembly: Google.Apis.Dfareporting.v4.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? |