AI-generated Key Takeaways
-
This document details how to create a new advertiser using a POST request to the provided URL.
-
The request body requires an instance of an Advertiser, and the response body returns the newly created Advertiser instance upon success.
-
This method frequently has high latency, so increasing your default timeout is recommended to prevent errors.
-
The method requires authorization using the
https://www.googleapis.com/auth/display-video
OAuth scope.
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/v4/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.