Skip to main content

assigned_locations

Overview

Nameassigned_locations
TypeResource
Idgoogledevelopers.displayvideo.assigned_locations

Fields

NameDatatypeDescription
assignedLocationsarrayThe list of assigned locations. This list will be absent if empty.
nextPageTokenstringA token to retrieve the next page of results. Pass this value in the page_token field in the subsequent call to ListAssignedLocations method to retrieve the next page of results.

Methods

NameAccessible byRequired ParamsDescription
advertisers_locationLists_assignedLocations_listSELECTadvertiserId, locationListIdLists locations assigned to a location list.
advertisers_locationLists_assignedLocations_createINSERTadvertiserId, locationListIdCreates an assignment between a location and a location list.
advertisers_locationLists_assignedLocations_deleteDELETEadvertiserId, assignedLocationsId, locationListIdDeletes the assignment between a location and a location list.
advertisers_locationLists_assignedLocations_bulkEditEXECadvertiserId, locationListsIdBulk edits multiple assignments between locations and a single location list. The operation will delete the assigned locations provided in BulkEditAssignedLocationsRequest.deleted_assigned_locations and then create the assigned locations provided in BulkEditAssignedLocationsRequest.created_assigned_locations.