Represents a sitelink.
JSON representation |
---|
{
"finalUrls": [
string
],
"finalMobileUrls": [
string
],
"urlCustomParameters": [
{
object ( |
Fields | |
---|---|
final |
A list of possible final URLs after all cross domain redirects. |
final |
A list of possible final mobile URLs after all cross domain redirects. |
url |
A list of mappings to be used for substituting URL custom parameter tags in the trackingUrlTemplate, finalUrls, and/or finalMobileUrls. |
link |
URL display text for the sitelink. The length of this string should be between 1 and 25, inclusive. |
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. |
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. |
tracking |
URL template for constructing a tracking URL. |
final |
Final URL suffix to be appended to landing page URLs served with parallel tracking. |