Method: exchanges.publishers.create

  • This page details how to create a new publisher using an HTTP POST request.

  • The request requires a parent parameter specifying the exchange the publisher belongs to.

  • The request body should contain an instance of a Publisher, and the response body will return the newly created Publisher instance if successful.

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

Creates a new publisher.

HTTP request

POST https://dv360seller.googleapis.com/v1beta1/{parent=exchanges/*}/publishers

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. Parent path for the publisher. Example: "exchanges/123". The exchange ID identifies the exchange this publisher belongs to.

Request body

The request body contains an instance of Publisher.

Response body

If successful, the response body contains a newly created instance of Publisher.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/doubleclickbidmanager

For more information, see the OAuth 2.0 Overview.