Liking cljdoc? Tell your friends :D
Clojure only.

happygapi.adexchangebuyer.budget

Ad Exchange Buyer API: budget. Accesses your bidding-account information, submits creatives for validation, finds available direct deals, and retrieves performance reports. See: https://developers.google.com/ad-exchange/buyer-restapi/reference/rest/v1.4/budget

Ad Exchange Buyer API: budget.
Accesses your bidding-account information, submits creatives for validation, finds available direct deals, and retrieves performance reports.
See: https://developers.google.com/ad-exchange/buyer-restapi/reference/rest/v1.4/budget
raw docstring

get$clj

(get$ auth parameters)

https://developers.google.com/ad-exchange/buyer-restapi/reference/rest/v1.4/budget/get

Required parameters: accountId, billingId

Optional parameters: none

Returns the budget information for the adgroup specified by the accountId and billingId.

https://developers.google.com/ad-exchange/buyer-restapi/reference/rest/v1.4/budget/get

Required parameters: accountId, billingId

Optional parameters: none

Returns the budget information for the adgroup specified by the accountId and billingId.
sourceraw docstring

patch$clj

(patch$ auth parameters body)

https://developers.google.com/ad-exchange/buyer-restapi/reference/rest/v1.4/budget/patch

Required parameters: accountId, billingId

Optional parameters: none

Body:

{:accountId string, :billingId string, :budgetAmount string, :currencyCode string, :id string, :kind string}

Updates the budget amount for the budget of the adgroup specified by the accountId and billingId, with the budget amount in the request. This method supports patch semantics.

https://developers.google.com/ad-exchange/buyer-restapi/reference/rest/v1.4/budget/patch

Required parameters: accountId, billingId

Optional parameters: none

Body: 

{:accountId string,
 :billingId string,
 :budgetAmount string,
 :currencyCode string,
 :id string,
 :kind string}

Updates the budget amount for the budget of the adgroup specified by the accountId and billingId, with the budget amount in the request. This method supports patch semantics.
sourceraw docstring

update$clj

(update$ auth parameters body)

https://developers.google.com/ad-exchange/buyer-restapi/reference/rest/v1.4/budget/update

Required parameters: accountId, billingId

Optional parameters: none

Body:

{:accountId string, :billingId string, :budgetAmount string, :currencyCode string, :id string, :kind string}

Updates the budget amount for the budget of the adgroup specified by the accountId and billingId, with the budget amount in the request.

https://developers.google.com/ad-exchange/buyer-restapi/reference/rest/v1.4/budget/update

Required parameters: accountId, billingId

Optional parameters: none

Body: 

{:accountId string,
 :billingId string,
 :budgetAmount string,
 :currencyCode string,
 :id string,
 :kind string}

Updates the budget amount for the budget of the adgroup specified by the accountId and billingId, with the budget amount in the request.
sourceraw docstring

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

× close