Class GoogleAdsSearchads360V23CommonSitelinkFeedItem
Represents a sitelink.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23CommonSitelinkFeedItem : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FinalMobileUrls
A list of possible final mobile URLs after all cross domain redirects.
Declaration
[JsonProperty("finalMobileUrls")]
public virtual IList<string> FinalMobileUrls { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
FinalUrlSuffix
Final URL suffix to be appended to landing page URLs served with parallel tracking.
Declaration
[JsonProperty("finalUrlSuffix")]
public virtual string FinalUrlSuffix { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FinalUrls
A list of possible final URLs after all cross domain redirects.
Declaration
[JsonProperty("finalUrls")]
public virtual IList<string> FinalUrls { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
Line1
First line of the description for the sitelink. If this value is set, line2 must also be set. The length of this string should be between 0 and 35, inclusive.
Declaration
[JsonProperty("line1")]
public virtual string Line1 { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Line2
Second line of the description for the sitelink. If this value is set, line1 must also be set. The length of this string should be between 0 and 35, inclusive.
Declaration
[JsonProperty("line2")]
public virtual string Line2 { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LinkText
URL display text for the sitelink. The length of this string should be between 1 and 25, inclusive.
Declaration
[JsonProperty("linkText")]
public virtual string LinkText { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TrackingUrlTemplate
URL template for constructing a tracking URL.
Declaration
[JsonProperty("trackingUrlTemplate")]
public virtual string TrackingUrlTemplate { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UrlCustomParameters
A list of mappings to be used for substituting URL custom parameter tags in the tracking_url_template, final_urls, and/or final_mobile_urls.
Declaration
[JsonProperty("urlCustomParameters")]
public virtual IList<GoogleAdsSearchads360V23CommonCustomParameter> UrlCustomParameters { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleAdsSearchads360V23CommonCustomParameter> |