Liking cljdoc? Tell your friends :D

happygapi.adexchangebuyer.accounts

Ad Exchange Buyer API: accounts. 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/accounts

Ad Exchange Buyer API: accounts.
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/accounts
raw docstring

get$clj

(get$ auth parameters)

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

Required parameters: id

Optional parameters: none

Gets one account by ID.

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

Required parameters: id

Optional parameters: none

Gets one account by ID.
sourceraw docstring

list$clj

(list$ auth parameters)

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

Required parameters: none

Optional parameters: none

Retrieves the authenticated user's list of accounts.

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

Required parameters: none

Optional parameters: none

Retrieves the authenticated user's list of accounts.
sourceraw docstring

patch$clj

(patch$ auth parameters body)

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

Required parameters: id

Optional parameters: confirmUnsafeAccountChange

Body:

{:cookieMatchingNid string, :maximumTotalQps integer, :applyPretargetingToNonGuaranteedDeals boolean, :cookieMatchingUrl string, :maximumActiveCreatives integer, :bidderLocation [{:bidProtocol string, :maximumQps integer, :region string, :url string}], :id integer, :kind string, :numberActiveCreatives integer}

Updates an existing account. This method supports patch semantics.

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

Required parameters: id

Optional parameters: confirmUnsafeAccountChange

Body: 

{:cookieMatchingNid string,
 :maximumTotalQps integer,
 :applyPretargetingToNonGuaranteedDeals boolean,
 :cookieMatchingUrl string,
 :maximumActiveCreatives integer,
 :bidderLocation [{:bidProtocol string,
                   :maximumQps integer,
                   :region string,
                   :url string}],
 :id integer,
 :kind string,
 :numberActiveCreatives integer}

Updates an existing account. 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/accounts/update

Required parameters: id

Optional parameters: confirmUnsafeAccountChange

Body:

{:cookieMatchingNid string, :maximumTotalQps integer, :applyPretargetingToNonGuaranteedDeals boolean, :cookieMatchingUrl string, :maximumActiveCreatives integer, :bidderLocation [{:bidProtocol string, :maximumQps integer, :region string, :url string}], :id integer, :kind string, :numberActiveCreatives integer}

Updates an existing account.

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

Required parameters: id

Optional parameters: confirmUnsafeAccountChange

Body: 

{:cookieMatchingNid string,
 :maximumTotalQps integer,
 :applyPretargetingToNonGuaranteedDeals boolean,
 :cookieMatchingUrl string,
 :maximumActiveCreatives integer,
 :bidderLocation [{:bidProtocol string,
                   :maximumQps integer,
                   :region string,
                   :url string}],
 :id integer,
 :kind string,
 :numberActiveCreatives integer}

Updates an existing account.
sourceraw docstring

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

× close