AI-generated Key Takeaways
-
This documentation details how to use the API to create a new advertiser in Display & Video 360.
-
Successful requests will return an Advertiser object containing the newly created advertiser's information.
-
The creation process often involves high latency, so increasing the default timeout is recommended.
-
To use this API, authorization with the 'https://www.googleapis.com/auth/display-video' scope is required.
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/v2/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.