Liking cljdoc? Tell your friends :D

com.adgoji.displayvideo-api.advertisers.assigned-locations


bulk-editclj

(bulk-edit client advertiser-id location-list-id bulk-edit-request)

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.

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.
raw docstring

createclj

(create client advertiser-id location-list-id assigned-location)

Creates an assignment between a location and a location list.

Creates an assignment between a location and a location list.
raw docstring

deleteclj

(delete client advertiser-id location-list-id assigned-location-id)

Deletes the assignment between a location and a location list.

Deletes the assignment between a location and a location list.
raw docstring

get-listclj

(get-list client advertiser-id location-list-id opts)

Lists locations assigned to a location list.

Lists locations assigned to a location list.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close