AdvertisersLocationListsAssignedLocations
class AdvertisersLocationListsAssignedLocations extends Resource (View source)
The "assignedLocations" collection of methods.
Typical usage is:
$displayvideoService = new Google\Service\DisplayVideo(...);
$assignedLocations = $displayvideoService->advertisers_locationLists_assignedLocations;
Methods
Bulk edits multiple assignments between locations and a single location list.
Creates an assignment between a location and a location list.
Deletes the assignment between a location and a location list.
Lists locations assigned to a location list.
Details
BulkEditAssignedLocationsResponse
bulkEdit(string $advertiserId, string $locationListId, BulkEditAssignedLocationsRequest $postBody, array $optParams = [])
Bulk edits multiple assignments between locations and a single location list.
The operation will delete the assigned locations provided in deletedAssignedLocations and then create the assigned locations provided in createdAssignedLocations. (assignedLocations.bulkEdit)
AssignedLocation
create(string $advertiserId, string $locationListId, AssignedLocation $postBody, array $optParams = [])
Creates an assignment between a location and a location list.
(assignedLocations.create)
DisplayvideoEmpty
delete(string $advertiserId, string $locationListId, string $assignedLocationId, array $optParams = [])
Deletes the assignment between a location and a location list.
(assignedLocations.delete)
ListAssignedLocationsResponse
listAdvertisersLocationListsAssignedLocations(string $advertiserId, string $locationListId, array $optParams = [])
Lists locations assigned to a location list.
(assignedLocations.listAdvertisersLocationListsAssignedLocations)