Method: advertisers.locationLists.assignedLocations.create

  • Display & Video 360 API v2 has been sunset and this documentation details how to create an assignment between a location and a location list using the API.

  • This process involves making a POST request to a specified endpoint with the advertiser and location list IDs as path parameters.

  • The request body should contain an AssignedLocation object and, if successful, the response will contain the newly created AssignedLocation object.

  • Authorization requires the https://www.googleapis.com/auth/display-video OAuth scope.

Creates an assignment between a location and a location list.

HTTP request

POST https://displayvideo.googleapis.com/v2/advertisers/{advertiserId}/locationLists/{locationListId}/assignedLocations

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
advertiserId

string (int64 format)

Required. The ID of the DV360 advertiser to which the location list belongs.

locationListId

string (int64 format)

Required. The ID of the location list for which the assignment will be created.

Request body

The request body contains an instance of AssignedLocation.

Response body

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

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the OAuth 2.0 Overview.