AdParameter
Stay organized with collections
Save and categorize content based on your preferences.
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 parameter_index = 1 and one with parameter_index = 2.) In the ad the parameters are referenced by a placeholder of the form "{param#:value}". For example, "{param1:$17}"
Fields |
resource_name
|
string
Immutable. The resource name of the ad parameter. Ad parameter resource names have the form: customers/{customer_id}/adParameters/{ad_group_id}~{criterion_id}~{parameter_index}
|
ad_group_criterion
|
string
Immutable. The ad group criterion that this ad parameter belongs to.
|
parameter_index
|
int64
Immutable. The unique index of this ad parameter. Must be either 1 or 2.
|
insertion_text
|
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.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-25 UTC.
[[["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 2024-11-25 UTC."],[[["Ad parameters are used to dynamically update numeric values (like prices or inventory) within ad text, including URLs."],["A maximum of two ad parameters are allowed per ad group criterion, distinguished by their `parameter_index` (1 or 2)."],["These parameters are inserted into ad copy using placeholders like \"{param1:$17}\", where \"1\" corresponds to the `parameter_index`."],["`insertion_text` defines the numeric value and supports various formatting options like currency symbols, percentages, and separators."],["Each ad parameter is uniquely identified by its resource name, which includes the customer ID, ad group ID, criterion ID, and parameter index."]]],[]]