Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
PriceOffering
A single price offering within a PriceAsset.
Fields |
description
|
string
Required. The description of the price offering. The length of this string should be between 1 and 25, inclusive.
|
price
|
Money
Required. The price value of the price offering.
|
unit
|
PriceExtensionPriceUnit
The price unit of the price offering.
|
final_url
|
string
Required. The final URL after all cross domain redirects.
|
final_mobile_url
|
string
The final mobile URL after all cross domain redirects.
|
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 2025-02-25 UTC.
[null,null,["Last updated 2025-02-25 UTC."],[[["Price offerings consist of a header, description, price, unit, and final URL (with an optional final mobile URL)."],["Headers and descriptions for price offerings should be concise, with a maximum length of 25 characters."],["Price offerings require a defined price value and unit for clarity."],["A final URL is mandatory for directing users to the relevant landing page after interacting with the price offering."],["An optional final mobile URL can be included to provide a tailored experience for users on mobile devices."]]],["A PriceAsset's single price offering requires a header and description, both 1-25 characters long. It also needs a `Money` price value and a `final_url`. Optionally, a `PriceExtensionPriceUnit` can define the price unit, and a `final_mobile_url` can be provided for mobile devices. The `final_url` and optional `final_mobile_url` specify the destination after redirects.\n"]]