Method: exchanges.publishers.uploadLogo

  • The uploadLogo method is used to upload a logo for a publisher resource.

  • The method requires the parent path parameter, which specifies the parent resource the logo will be applied to.

  • The request body requires the logoBinary (a base64-encoded string of the logo) and the logoFileExtension (JPG or PNG).

  • A successful response body contains an instance of the Publisher resource.

  • This method requires the https://www.googleapis.com/auth/doubleclickbidmanager authorization scope.