Caution: You are viewing documentation for the API's REST interface. Most of our official client libraries use gRPC. See the REST Introduction for details.
A list of mappings to be used for substituting URL custom parameter tags in the trackingUrlTemplate, finalUrls, and/or finalMobileUrls.
linkText
string
URL display text for the sitelink. The length of this string should be between 1 and 25, inclusive.
line1
string
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
string
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.
trackingUrlTemplate
string
URL template for constructing a tracking URL.
finalUrlSuffix
string
Final URL suffix to be appended to landing page URLs served with parallel tracking.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-06 UTC."],[[["A sitelink provides additional links to specific pages on your website within your ad."],["Sitelinks are represented by a JSON object containing fields for URLs, display text, descriptions, and tracking information."],["Customize sitelink URLs using custom parameters, final URL suffixes, and tracking URL templates for enhanced tracking and redirection."],["Ensure `line1` and `line2` are both set or both empty when providing descriptions for the sitelink."],["Adhere to the character limits for `linkText`, `line1`, and `line2` to ensure proper display of your sitelinks."]]],["Sitelink representation includes `finalUrls` and `finalMobileUrls` for destination URLs. `urlCustomParameters` allows dynamic URL tag substitutions. `linkText` specifies the display text (1-25 characters), while `line1` and `line2` provide descriptions (0-35 characters each, both required if one is set). A `trackingUrlTemplate` builds the tracking URL, and `finalUrlSuffix` appends parameters to landing pages using parallel tracking.\n"]]