Liking cljdoc? Tell your friends :D
Clojure only.

happygapi.adexchangebuyer.marketplacenotes

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

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

insert$clj

(insert$ auth parameters body)

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

Required parameters: proposalId

Optional parameters: none

Body:

{:notes [{:creatorRole string, :dealId string, :kind string, :note string, :noteId string, :proposalId string, :proposalRevisionNumber string, :timestampMs string}]}

Add notes to the proposal

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

Required parameters: proposalId

Optional parameters: none

Body: 

{:notes [{:creatorRole string,
          :dealId string,
          :kind string,
          :note string,
          :noteId string,
          :proposalId string,
          :proposalRevisionNumber string,
          :timestampMs string}]}

Add notes to the proposal
sourceraw docstring

list$clj

(list$ auth parameters)

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

Required parameters: proposalId

Optional parameters: pqlQuery

Get all the notes associated with a proposal

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

Required parameters: proposalId

Optional parameters: pqlQuery

Get all the notes associated with a proposal
sourceraw docstring

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

× close