AdsApp.ShoppingAudienceBidding
Stay organized with collections
Save and categorize content based on your preferences.
Provides access to a shopping audience's bidding fields.
Methods:
clearBidModifier()
Clears the bid modifier value.
Returns nothing.
getBidModifier()
Returns the current bid modifier value.
Return values:
Type | Description |
double |
The current bid modifier value. |
setBidModifier(modifier)
Sets the bid modifier value for this audience to the specified value.
The bid modifier is a multiplier applied to the audience's bids, with an
acceptable range from 0.1
(a 90%
decrease) to
10.0
(a 900%
increase).
For more information about bid modifiers please see the Google Ads Help
Center article.
Returns nothing.
Arguments:
Name | Type | Description |
modifier |
double |
The new bid modifier value. |
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-08-25 UTC.
[null,null,["Last updated 2025-08-25 UTC."],[[["\u003cp\u003eAccess and manage bid modifiers for shopping audiences to adjust bid values.\u003c/p\u003e\n"],["\u003cp\u003eUtilize methods like \u003ccode\u003eclearBidModifier\u003c/code\u003e, \u003ccode\u003egetBidModifier\u003c/code\u003e, and \u003ccode\u003esetBidModifier\u003c/code\u003e to control bid adjustments.\u003c/p\u003e\n"],["\u003cp\u003eBid modifiers range from 0.1 to 10.0, representing a decrease of 90% to an increase of 900% respectively.\u003c/p\u003e\n"],["\u003cp\u003eRefer to Google Ads Help Center for comprehensive information on bid modifiers.\u003c/p\u003e\n"]]],[],null,["# AdsApp.ShoppingAudienceBidding\n\nProvides access to a shopping audience's bidding fields.\n\n### Methods:\n\n| Member | Type | Description |\n|------------------------------------------------------|----------|-----------------------------------------------------------------------|\n| [clearBidModifier()](#clearBidModifier) | `void` | Clears the bid modifier value. |\n| [getBidModifier()](#getBidModifier) | `double` | Returns the current bid modifier value. |\n| [setBidModifier(modifier)](#setBidModifier_modifier) | `void` | Sets the bid modifier value for this audience to the specified value. |\n\n`clearBidModifier()`\n--------------------\n\nClears the bid modifier value.\n\nReturns nothing.\n\n`getBidModifier()`\n------------------\n\nReturns the current bid modifier value.\n\n### Return values:\n\n| Type | Description |\n|----------|---------------------------------|\n| `double` | The current bid modifier value. |\n\n`setBidModifier(modifier)`\n--------------------------\n\nSets the bid modifier value for this audience to the specified value.\n\nThe bid modifier is a multiplier applied to the audience's bids, with an\nacceptable range from `0.1` (a `90%` decrease) to\n`10.0` (a `900%` increase).\n\nFor more information about bid modifiers please see the [Google Ads Help\nCenter article](//support.google.com/google-ads/answer/2732132).\n\nReturns nothing.\n\n### Arguments:\n\n| Name | Type | Description |\n|----------|----------|-----------------------------|\n| modifier | `double` | The new bid modifier value. |"]]