AI-generated Key Takeaways
-
Display & Video 360 API v1 is sunsetted.
-
This documentation details how to create a new advertiser using the API.
-
The process involves sending a POST request with advertiser details and receiving the created advertiser details in the response.
-
It requires authorization with the 'https://www.googleapis.com/auth/display-video' scope.
-
Advertiser creation may take up to 180 seconds.
Creates a new advertiser. Returns the newly created advertiser if successful. This method can take up to 180 seconds to complete.
HTTP request
POST https://displayvideo.googleapis.com/v1/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.