Liking cljdoc? Tell your friends :D

happygapi.displayvideo.inventorySourceGroups

Display & Video 360 API: inventorySourceGroups. Display & Video 360 API allows users to manage and create campaigns and reports. See: https://developers.google.com/display-video/api/reference/rest/v1/inventorySourceGroups

Display & Video 360 API: inventorySourceGroups.
Display & Video 360 API allows users to manage and create campaigns and reports.
See: https://developers.google.com/display-video/api/reference/rest/v1/inventorySourceGroups
raw docstring

assignedInventorySources-bulkEdit$clj

(assignedInventorySources-bulkEdit$ auth parameters body)

https://developers.google.com/display-video/api/reference/rest/v1/inventorySourceGroups/assignedInventorySources/bulkEdit

Required parameters: inventorySourceGroupId

Optional parameters: none

Body:

{:partnerId string, :deletedAssignedInventorySources [string], :createdAssignedInventorySources [{:assignedInventorySourceId string, :name string, :inventorySourceId string}], :advertiserId string}

Bulk edits multiple assignments between inventory sources and a single inventory source group. The operation will delete the assigned inventory sources provided in BulkEditAssignedInventorySourcesRequest.deleted_assigned_inventory_sources and then create the assigned inventory sources provided in BulkEditAssignedInventorySourcesRequest.created_assigned_inventory_sources.

https://developers.google.com/display-video/api/reference/rest/v1/inventorySourceGroups/assignedInventorySources/bulkEdit

Required parameters: inventorySourceGroupId

Optional parameters: none

Body: 

{:partnerId string,
 :deletedAssignedInventorySources [string],
 :createdAssignedInventorySources [{:assignedInventorySourceId string,
                                    :name string,
                                    :inventorySourceId string}],
 :advertiserId string}

Bulk edits multiple assignments between inventory sources and a single inventory source group. The operation will delete the assigned inventory sources provided in BulkEditAssignedInventorySourcesRequest.deleted_assigned_inventory_sources and then create the assigned inventory sources provided in BulkEditAssignedInventorySourcesRequest.created_assigned_inventory_sources.
raw docstring

assignedInventorySources-create$clj

(assignedInventorySources-create$ auth parameters body)

https://developers.google.com/display-video/api/reference/rest/v1/inventorySourceGroups/assignedInventorySources/create

Required parameters: inventorySourceGroupId

Optional parameters: partnerId, advertiserId

Body:

{:assignedInventorySourceId string, :name string, :inventorySourceId string}

Creates an assignment between an inventory source and an inventory source group.

https://developers.google.com/display-video/api/reference/rest/v1/inventorySourceGroups/assignedInventorySources/create

Required parameters: inventorySourceGroupId

Optional parameters: partnerId, advertiserId

Body: 

{:assignedInventorySourceId string,
 :name string,
 :inventorySourceId string}

Creates an assignment between an inventory source and an inventory source group.
raw docstring

assignedInventorySources-delete$clj

(assignedInventorySources-delete$ auth parameters)

https://developers.google.com/display-video/api/reference/rest/v1/inventorySourceGroups/assignedInventorySources/delete

Required parameters: inventorySourceGroupId, assignedInventorySourceId

Optional parameters: partnerId, advertiserId

Deletes the assignment between an inventory source and an inventory source group.

https://developers.google.com/display-video/api/reference/rest/v1/inventorySourceGroups/assignedInventorySources/delete

Required parameters: inventorySourceGroupId, assignedInventorySourceId

Optional parameters: partnerId, advertiserId

Deletes the assignment between an inventory source and an inventory source group.
raw docstring

assignedInventorySources-list$clj

(assignedInventorySources-list$ auth parameters)

https://developers.google.com/display-video/api/reference/rest/v1/inventorySourceGroups/assignedInventorySources/list

Required parameters: inventorySourceGroupId

Optional parameters: orderBy, pageToken, filter, partnerId, advertiserId, pageSize

Lists inventory sources assigned to an inventory source group.

https://developers.google.com/display-video/api/reference/rest/v1/inventorySourceGroups/assignedInventorySources/list

Required parameters: inventorySourceGroupId

Optional parameters: orderBy, pageToken, filter, partnerId, advertiserId, pageSize

Lists inventory sources assigned to an inventory source group.
raw docstring

create$clj

(create$ auth parameters body)

https://developers.google.com/display-video/api/reference/rest/v1/inventorySourceGroups/create

Required parameters: none

Optional parameters: advertiserId, partnerId

Body:

{:displayName string, :name string, :inventorySourceGroupId string}

Creates a new inventory source group. Returns the newly created inventory source group if successful.

https://developers.google.com/display-video/api/reference/rest/v1/inventorySourceGroups/create

Required parameters: none

Optional parameters: advertiserId, partnerId

Body: 

{:displayName string, :name string, :inventorySourceGroupId string}

Creates a new inventory source group. Returns the newly created inventory source group if successful.
raw docstring

delete$clj

(delete$ auth parameters)

https://developers.google.com/display-video/api/reference/rest/v1/inventorySourceGroups/delete

Required parameters: inventorySourceGroupId

Optional parameters: partnerId, advertiserId

Deletes an inventory source group.

https://developers.google.com/display-video/api/reference/rest/v1/inventorySourceGroups/delete

Required parameters: inventorySourceGroupId

Optional parameters: partnerId, advertiserId

Deletes an inventory source group.
raw docstring

get$clj

(get$ auth parameters)

https://developers.google.com/display-video/api/reference/rest/v1/inventorySourceGroups/get

Required parameters: inventorySourceGroupId

Optional parameters: partnerId, advertiserId

Gets an inventory source group.

https://developers.google.com/display-video/api/reference/rest/v1/inventorySourceGroups/get

Required parameters: inventorySourceGroupId

Optional parameters: partnerId, advertiserId

Gets an inventory source group.
raw docstring

list$clj

(list$ auth parameters)

https://developers.google.com/display-video/api/reference/rest/v1/inventorySourceGroups/list

Required parameters: none

Optional parameters: pageSize, orderBy, advertiserId, partnerId, filter, pageToken

Lists inventory source groups that are accessible to the current user. The order is defined by the order_by parameter.

https://developers.google.com/display-video/api/reference/rest/v1/inventorySourceGroups/list

Required parameters: none

Optional parameters: pageSize, orderBy, advertiserId, partnerId, filter, pageToken

Lists inventory source groups that are accessible to the current user. The order is defined by the order_by parameter.
raw docstring

patch$clj

(patch$ auth parameters body)

https://developers.google.com/display-video/api/reference/rest/v1/inventorySourceGroups/patch

Required parameters: inventorySourceGroupId

Optional parameters: updateMask, advertiserId, partnerId

Body:

{:displayName string, :name string, :inventorySourceGroupId string}

Updates an inventory source group. Returns the updated inventory source group if successful.

https://developers.google.com/display-video/api/reference/rest/v1/inventorySourceGroups/patch

Required parameters: inventorySourceGroupId

Optional parameters: updateMask, advertiserId, partnerId

Body: 

{:displayName string, :name string, :inventorySourceGroupId string}

Updates an inventory source group. Returns the updated inventory source group if successful.
raw docstring

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

× close