Method: buyers.creatives.create
    
    
      
    
    
      
      Stay organized with collections
    
    
      
      Save and categorize content based on your preferences.
    
  
  
      
    
  
  
  
  
  
    
  
  
    
    
    
    
    
      
      
      
      
        
          HTTP request
          POST https://realtimebidding.googleapis.com/v1/{parent=buyers/*}/creatives
The URL uses gRPC Transcoding syntax.
        
        
          Path parameters
          
            
              
              
            
            
              
                | Parameters | 
            
            
              
                | parent | string
 Required. The name of the parent buyer that the new creative belongs to that must follow the pattern buyers/{buyerAccountId}, where{buyerAccountId}represents the account ID of the buyer who owns a creative. For a bidder accessing creatives on behalf of a child seat buyer,{buyerAccountId}should represent the account ID of the child seat buyer. | 
            
          
        
        
          Request body
          The request body contains an instance of Creative.
        
        
          Response body
          If successful, the response body contains a newly created instance of Creative.
        
        
          Authorization scopes
          Requires the following OAuth scope:
          
            - https://www.googleapis.com/auth/realtime-bidding
 
  
    
    
      
       
    
    
  
  
  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-09-18 UTC.
  
  
  
    
      [null,null,["Last updated 2024-09-18 UTC."],[],["A `POST` HTTP request is used to create a creative at the specified URL: `https://realtimebidding.googleapis.com/v1/{parent=buyers/*}/creatives`. The `parent` path parameter, representing the buyer's account ID, is required. The request body, which must be a `Creative` instance, defines the details of the creative.  Upon successful creation, the response body returns the newly created `Creative` instance. Authorization with the scope `https://www.googleapis.com/auth/realtime-bidding` is mandatory.\n"]]