Liking cljdoc? Tell your friends :D

happygapi.displayvideo.sdfdownloadtasks

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

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

create$clj

(create$ auth parameters body)

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

Required parameters: none

Optional parameters: none

Body:

{:version string, :parentEntityFilter {:filterType string, :filterIds [string], :fileType [string]}, :partnerId string, :advertiserId string, :inventorySourceFilter {:inventorySourceIds [string]}, :idFilter {:campaignIds [string], :adGroupAdIds [string], :lineItemIds [string], :mediaProductIds [string], :insertionOrderIds [string], :adGroupIds [string]}}

Creates an SDF Download Task. Returns an Operation. An SDF Download Task is a long-running, asynchronous operation. The metadata type of this operation is SdfDownloadTaskMetadata. If the request is successful, the response type of the operation is SdfDownloadTask. The response will not include the download files, which must be retrieved with media.download. The state of operation can be retrieved with sdfdownloadtask.operations.get. Any errors can be found in the error.message. Note that error.details is expected to be empty.

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

Required parameters: none

Optional parameters: none

Body: 

{:version string,
 :parentEntityFilter {:filterType string,
                      :filterIds [string],
                      :fileType [string]},
 :partnerId string,
 :advertiserId string,
 :inventorySourceFilter {:inventorySourceIds [string]},
 :idFilter {:campaignIds [string],
            :adGroupAdIds [string],
            :lineItemIds [string],
            :mediaProductIds [string],
            :insertionOrderIds [string],
            :adGroupIds [string]}}

Creates an SDF Download Task. Returns an Operation. An SDF Download Task is a long-running, asynchronous operation. The metadata type of this operation is SdfDownloadTaskMetadata. If the request is successful, the response type of the operation is SdfDownloadTask. The response will not include the download files, which must be retrieved with media.download. The state of operation can be retrieved with sdfdownloadtask.operations.get. Any errors can be found in the error.message. Note that error.details is expected to be empty.
sourceraw docstring

operations-get$clj

(operations-get$ auth parameters)

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

Required parameters: name

Optional parameters: none

Gets the latest state of an asynchronous SDF download task operation. Clients should poll this method at intervals of 30 seconds.

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

Required parameters: name

Optional parameters: none

Gets the latest state of an asynchronous SDF download task operation. Clients should poll this method at intervals of 30 seconds.
sourceraw docstring

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

× close