Skip to main content

location_lists

Overview

Namelocation_lists
TypeResource
Idgoogledevelopers.displayvideo.location_lists

Fields

NameDatatypeDescription
namestringOutput only. The resource name of the location list.
advertiserIdstringRequired. Immutable. The unique ID of the advertiser the location list belongs to.
displayNamestringRequired. The display name of the location list. Must be UTF-8 encoded with a maximum size of 240 bytes.
locationListIdstringOutput only. The unique ID of the location list. Assigned by the system.
locationTypestringRequired. Immutable. The type of location. All locations in the list will share this type.

Methods

NameAccessible byRequired ParamsDescription
advertisers_locationLists_getSELECTadvertisersId, locationListsIdGets a location list.
advertisers_locationLists_listSELECTadvertisersIdLists location lists based on a given advertiser id.
advertisers_locationLists_createINSERTadvertisersIdCreates a new location list. Returns the newly created location list if successful.
advertisers_locationLists_patchEXECadvertisersId, locationListIdUpdates a location list. Returns the updated location list if successful.