View Source GoogleApi.AuthorizedBuyersMarketplace.V1.Api.Bidders (google_api_authorized_buyers_marketplace v0.4.0)
API calls for all endpoints tagged Bidders
.
Summary
Functions
Lists finalized deals. Use the URL path "/v1/buyers/{accountId}/finalizedDeals" to list finalized deals for the current buyer and its clients. Bidders can use the URL path "/v1/bidders/{accountId}/finalizedDeals" to list finalized deals for the bidder, its buyers and all their clients.
Functions
Link to this function
authorizedbuyersmarketplace_bidders_finalized_deals_list(connection, parent, optional_params \\ [], opts \\ [])
View Source@spec authorizedbuyersmarketplace_bidders_finalized_deals_list( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.AuthorizedBuyersMarketplace.V1.Model.ListFinalizedDealsResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Lists finalized deals. Use the URL path "/v1/buyers/{accountId}/finalizedDeals" to list finalized deals for the current buyer and its clients. Bidders can use the URL path "/v1/bidders/{accountId}/finalizedDeals" to list finalized deals for the bidder, its buyers and all their clients.
Parameters
-
connection
(type:GoogleApi.AuthorizedBuyersMarketplace.V1.Connection.t
) - Connection to server -
parent
(type:String.t
) - Required. The buyer to list the finalized deals for, in the format:buyers/{accountId}
. When used to list finalized deals for a bidder, its buyers and clients, in the formatbidders/{accountId}
. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:filter
(type:String.t
) - Optional query string using the Cloud API list filtering syntax Supported columns for filtering are: deal.displayName deal.dealType deal.createTime deal.updateTime deal.flightStartTime deal.flightEndTime deal.eligibleSeatIds dealServingStatus -
:orderBy
(type:String.t
) - An optional query string to sort finalized deals using the Cloud API sorting syntax. If no sort order is specified, results will be returned in an arbitrary order. Supported columns for sorting are: deal.displayName deal.createTime deal.updateTime deal.flightStartTime deal.flightEndTime rtbMetrics.bidRequests7Days rtbMetrics.bids7Days rtbMetrics.adImpressions7Days rtbMetrics.bidRate7Days rtbMetrics.filteredBidRate7Days * rtbMetrics.mustBidRateCurrentMonth Example: 'deal.displayName, deal.updateTime desc' -
:pageSize
(type:integer()
) - Requested page size. The server may return fewer results than requested. If requested more than 500, the server will return 500 results per page. If unspecified, the server will pick a default page size of 100. -
:pageToken
(type:String.t
) - The page token as returned from ListFinalizedDealsResponse.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.AuthorizedBuyersMarketplace.V1.Model.ListFinalizedDealsResponse{}}
on success -
{:error, info}
on failure