AI-generated Key Takeaways
- 
          
Display & Video 360 API v1 has been sunset.
 - 
          
This document details how to create a new campaign using the API, returning the new campaign upon success.
 - 
          
The HTTP request uses a POST method to a specific URL including the advertiser ID.
 - 
          
The request body requires an instance of a Campaign, and the response body returns a newly created Campaign instance.
 - 
          
Authorization requires specific OAuth scopes related to display and video or media planning.
 
Creates a new campaign. Returns the newly created campaign if successful.
HTTP request
POST https://displayvideo.googleapis.com/v1/advertisers/{campaign.advertiserId}/campaigns
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
campaign.advertiserId | 
                
                   
 Output only. The unique ID of the advertiser the campaign belongs to.  | 
              
Request body
The request body contains an instance of Campaign.
Response body
If successful, the response body contains a newly created instance of Campaign.
Authorization Scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/display-videohttps://www.googleapis.com/auth/display-video-mediaplanning
For more information, see the OAuth 2.0 Overview.