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.
An ad parameter that is used to update numeric values (such as prices or inventory levels) in any text line of an ad (including URLs). There can be a maximum of two AdParameters per ad group criterion. (One with parameterIndex = 1 and one with parameterIndex = 2.) In the ad the parameters are referenced by a placeholder of the form "{param#:value}". For example, "{param1:$17}"
Immutable. The unique index of this ad parameter. Must be either 1 or 2.
insertionText
string
Numeric value to insert into the ad text. The following restrictions apply: - Can use comma or period as a separator, with an optional period or comma (respectively) for fractional values. For example, 1,000,000.00 and 2.000.000,10 are valid. - Can be prepended or appended with a currency symbol. For example, $99.99 is valid. - Can be prepended or appended with a currency code. For example, 99.99USD and EUR200 are valid. - Can use '%'. For example, 1.0% and 1,0% are valid. - Can use plus or minus. For example, -10.99 and 25+ are valid. - Can use '/' between two numbers. For example 4/1 and 0.95/0.45 are valid.
[[["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."],[[["Ad parameters update numeric values within ad text, including URLs, with a maximum of two per ad group criterion."],["They are referenced using placeholders like \"{param1:$17}\" within the ad copy."],["Ad parameters can include currency symbols, codes, percentages, and basic mathematical operators like plus, minus, and division in their insertion text."],["Each ad parameter is uniquely identified by a resource name with the format: `customers/{customerId}/adParameters/{adGroupId}~{criterionId}~{parameterIndex}`."],["Parameter index must be either 1 or 2, indicating the order of the parameter within the ad group criterion."]]],[]]