Liking cljdoc? Tell your friends :D

com.adgoji.doubleclick-api.queries


createclj

(create client query)

Create a new query.

Create a new query.
raw docstring

deleteclj

(delete client query-id)

Deletes a query by query-id as well as the associated reports.

Deletes a query by `query-id` as well as the associated reports.
raw docstring

get-by-idclj

(get-by-id client query-id)

Return a single query by query-id.

Return a single query by `query-id`.
raw docstring

get-listclj

(get-list client opts)

Return a list of all saved queries.

Return a list of all saved queries.
raw docstring

runclj

(run client query-id run-query-request)
(run client query-id run-query-request synchronous)

Run a stored query to generate a report.

Query can be run in synchronously or asynchronously. This behavior is controlled by synchronous parameter. When true, this funcrtion will not return until the query has finished running. When false or not doubleclick-specified, this function will return immediately.

Run a stored query to generate a report.

Query can be run in synchronously or asynchronously. This behavior
is controlled by `synchronous` parameter. When true, this funcrtion
will not return until the query has finished running. When false or
not doubleclick-specified, this function will return immediately.
raw docstring

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

× close