Method: exchanges.auctionPackages.uploadLogo

  • The Upload logo for the specified package is achieved using an HTTP POST request to a URL that includes a parent path for the resource.

  • The request body requires the logo as a base64-encoded binary string and the file extension (JPG or PNG).

  • A successful response will contain an instance of AuctionPackage.

  • The process requires the https://www.googleapis.com/auth/doubleclickbidmanager OAuth scope for authorization.