Method: advertisers.create

  • Creates a new advertiser and returns the created advertiser upon successful completion.

  • This method is known to have high latency, so increasing default timeout is recommended.

  • The request body should contain an instance of Advertiser and the successful response body will contain the newly created Advertiser instance.

  • Requires https://www.googleapis.com/auth/display-video OAuth scope for authorization.

Creates a new advertiser. Returns the newly created advertiser if successful.

This method regularly experiences high latency. We recommend increasing your default timeout to avoid errors.

HTTP request

POST https://displayvideo.googleapis.com/v3/advertisers

The URL uses gRPC Transcoding syntax.

Request body

The request body contains an instance of Advertiser.

Response body

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

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/display-video

For more information, see the OAuth 2.0 Overview.