Class ClickThroughUrl
Click-through URL
Implements
Inherited Members
Namespace: Google.Apis.Dfareporting.v4.Data
Assembly: Google.Apis.Dfareporting.v4.dll
Syntax
public class ClickThroughUrl : 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 defaultLandingPage is enabled then the campaign's default landing page URL is assigned to this field. - If defaultLandingPage is not enabled and a landingPageId is specified then that landing page's URL is assigned to this field. - If neither of the above cases apply, then 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 defaultLandingPage field is set to false and the landingPageId field is left unset.
Declaration
[JsonProperty("customClickThroughUrl")]
public virtual string CustomClickThroughUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
DefaultLandingPage
Whether the campaign default landing page is used.
Declaration
[JsonProperty("defaultLandingPage")]
public virtual bool? DefaultLandingPage { get; set; }
Property Value
Type | Description |
---|---|
bool? |
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. Applicable if the defaultLandingPage field is set to false.
Declaration
[JsonProperty("landingPageId")]
public virtual long? LandingPageId { get; set; }
Property Value
Type | Description |
---|---|
long? |