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:

{:advertiserId string, :partnerId string, :deletedAssignedInventorySources [string], :createdAssignedInventorySources [{:name string, :assignedInventorySourceId string, :inventorySourceId 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: 

{:advertiserId string,
 :partnerId string,
 :deletedAssignedInventorySources [string],
 :createdAssignedInventorySources [{:name string,
                                    :assignedInventorySourceId string,
                                    :inventorySourceId 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.
sourceraw 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: advertiserId, partnerId

Body:

{:name string, :assignedInventorySourceId 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: advertiserId, partnerId

Body: 

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

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

assignedInventorySources-delete$clj

(assignedInventorySources-delete$ auth parameters)

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

Required parameters: assignedInventorySourceId, inventorySourceGroupId

Optional parameters: advertiserId, partnerId

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: assignedInventorySourceId, inventorySourceGroupId

Optional parameters: advertiserId, partnerId

Deletes the assignment between an inventory source and an inventory source group.
sourceraw 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: advertiserId, pageToken, orderBy, pageSize, partnerId, filter

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: advertiserId, pageToken, orderBy, pageSize, partnerId, filter

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

create$clj

(create$ auth parameters body)

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

Required parameters: none

Optional parameters: partnerId, advertiserId

Body:

{:name string, :inventorySourceGroupId string, :displayName 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: partnerId, advertiserId

Body: 

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

Creates a new inventory source group. Returns the newly created inventory source group if successful.
sourceraw 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.
sourceraw 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.
sourceraw docstring

list$clj

(list$ auth parameters)

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

Required parameters: none

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

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: pageToken, orderBy, pageSize, filter, partnerId, advertiserId

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

patch$clj

(patch$ auth parameters body)

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

Required parameters: inventorySourceGroupId

Optional parameters: partnerId, updateMask, advertiserId

Body:

{:name string, :inventorySourceGroupId string, :displayName 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: partnerId, updateMask, advertiserId

Body: 

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

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

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

× close