AdsApp.ShoppingAdGroupAudienceBuilder
    
    
      
    
    
      
      Stay organized with collections
    
    
      
      Save and categorize content based on your preferences.
    
  
  
      
    
  
  
  
  
  
    
  
  
    
    
Builder for 
ShoppingAdGroupAudience
objects.
Example usage:
var shoppingAudienceBuilder = adGroup.targeting().newUserListBuilder();
var shoppingAudience = shoppingAudienceBuilder
  .withAudienceId(3)              // required
  .withBidModifier(1)             // optional
  .build();                       // add the audience
  Methods:
  
  build()
  Builds the audience. Returns a 
ShoppingAdGroupAudienceOperation
that corresponds to the addition of the 
ShoppingAdGroupAudience.  
Return values:
  
  withAudienceId(audienceId)
  Sets the audience ID of the audience. This field is required. User List IDs
(List IDs) are available on the details page of a User List (found under
the Audiences section of the Shared Library).  
Arguments:
  
    | Name | Type | Description | 
    
      | audienceId | 
      String | 
      The audience ID of the audience. | 
    
  
  Return values:
  
  withBidModifier(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.  
Arguments:
  
    | Name | Type | Description | 
    
      | modifier | 
      double | 
      The bid modifier value. | 
    
  
  Return values:
  
  
  
    
  
 
  
    
    
      
       
    
    
  
  
  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-10-16 UTC.
  
  
  
    
      [null,null,["Last updated 2025-10-16 UTC."],[],[]]