Liking cljdoc? Tell your friends :D

com.adgoji.ad-manager-api.forecast


availabilityclj

(availability client prospective-line-item opts)

Gets the availability forecast for a prospective-line-item.

An availability forecast reports the maximum number of available units that the line item can book, and the total number of units matching the line item's targeting.

Gets the availability forecast for a `prospective-line-item`.

An availability forecast reports the maximum number of available
units that the line item can book, and the total number of units
matching the line item's targeting.
raw docstring

availability-by-idclj

(availability-by-id client line-item-id opts)

Gets an AvailabilityForecast for an existing LineItem object.

An availability forecast reports the maximum number of available units that the line item can be booked with, and also the total number of units matching the line item's targeting.

Only line items having type SPONSORSHIP or STANDARD are valid. Other types will throw a LINE_ITEM_TYPE_NOT_ALLOWED error.

Gets an AvailabilityForecast for an existing LineItem object.

An availability forecast reports the maximum number of available
units that the line item can be booked with, and also the total
number of units matching the line item's targeting.

Only line items having type SPONSORSHIP or STANDARD are valid. Other
types will throw a LINE_ITEM_TYPE_NOT_ALLOWED error.
raw docstring

deliveryclj

(delivery client prospective-line-items opts)

Gets the delivery forecast for a list of prospective-line-item objects in a single delivery simulation with line items potentially contending with each other.

A delivery forecast reports the number of units that will be delivered to each line item given the line item goals and contentions from other line items.

Gets the delivery forecast for a list of `prospective-line-item`
objects in a single delivery simulation with line items potentially
contending with each other.

A delivery forecast reports the number of units that will be
delivered to each line item given the line item goals and
contentions from other line items.
raw docstring

delivery-by-idsclj

(delivery-by-ids client line-item-ids opts)

Gets the delivery forecast for a list of existing LineItem objects in a single delivery simulation.

A delivery forecast reports the number of units that will be delivered to each line item given the line item goals and contentions from other line items.

Gets the delivery forecast for a list of existing LineItem objects in
a single delivery simulation.

A delivery forecast reports the number of units that will be
delivered to each line item given the line item goals and
contentions from other line items.
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close