Namespace Google.Apis.AdExchangeBuyerII.v2beta1
Classes
AccountsResource
The "accounts" collection of methods.
AccountsResource.ClientsResource
The "clients" collection of methods.
AccountsResource.ClientsResource.CreateRequest
Creates a new client buyer.
AccountsResource.ClientsResource.GetRequest
Gets a client buyer with a given client account ID.
AccountsResource.ClientsResource.InvitationsResource
The "invitations" collection of methods.
AccountsResource.ClientsResource.InvitationsResource.CreateRequest
Creates and sends out an email invitation to access an Ad Exchange client buyer account.
AccountsResource.ClientsResource.InvitationsResource.GetRequest
Retrieves an existing client user invitation.
AccountsResource.ClientsResource.InvitationsResource.ListRequest
Lists all the client users invitations for a client with a given account ID.
AccountsResource.ClientsResource.ListRequest
Lists all the clients for the current sponsor buyer.
AccountsResource.ClientsResource.UpdateRequest
Updates an existing client buyer.
AccountsResource.ClientsResource.UsersResource
The "users" collection of methods.
AccountsResource.ClientsResource.UsersResource.GetRequest
Retrieves an existing client user.
AccountsResource.ClientsResource.UsersResource.ListRequest
Lists all the known client users for a specified sponsor buyer account ID.
AccountsResource.ClientsResource.UsersResource.UpdateRequest
Updates an existing client user. Only the user status can be changed on update.
AccountsResource.CreativesResource
The "creatives" collection of methods.
AccountsResource.CreativesResource.CreateRequest
Creates a creative.
AccountsResource.CreativesResource.DealAssociationsResource
The "dealAssociations" collection of methods.
AccountsResource.CreativesResource.DealAssociationsResource.AddRequest
Associate an existing deal with a creative.
AccountsResource.CreativesResource.DealAssociationsResource.ListRequest
List all creative-deal associations.
AccountsResource.CreativesResource.DealAssociationsResource.RemoveRequest
Remove the association between a deal and a creative.
AccountsResource.CreativesResource.GetRequest
Gets a creative.
AccountsResource.CreativesResource.ListRequest
Lists creatives.
AccountsResource.CreativesResource.StopWatchingRequest
Stops watching a creative. Will stop push notifications being sent to the topics when the creative changes status.
AccountsResource.CreativesResource.UpdateRequest
Updates a creative.
AccountsResource.CreativesResource.WatchRequest
Watches a creative. Will result in push notifications being sent to the topic when the creative changes status.
AccountsResource.FinalizedProposalsResource
The "finalizedProposals" collection of methods.
AccountsResource.FinalizedProposalsResource.ListRequest
List finalized proposals, regardless if a proposal is being renegotiated. A filter expression (PQL query) may be specified to filter the results. The notes will not be returned.
AccountsResource.FinalizedProposalsResource.PauseRequest
Update given deals to pause serving. This method will set the
DealServingMetadata.DealPauseStatus.has_buyer_paused
bit to true for all listed deals in the request.
Currently, this method only applies to PG and PD deals. For PA deals, call accounts.proposals.pause
endpoint. It is a no-op to pause already-paused deals. It is an error to call PauseProposalDeals for
deals which are not part of the proposal of proposal_id or which are not finalized or renegotiating.
AccountsResource.FinalizedProposalsResource.ResumeRequest
Update given deals to resume serving. This method will set the
DealServingMetadata.DealPauseStatus.has_buyer_paused
bit to false for all listed deals in the request.
Currently, this method only applies to PG and PD deals. For PA deals, call accounts.proposals.resume
endpoint. It is a no-op to resume running deals or deals paused by the other party. It is an error to
call ResumeProposalDeals for deals which are not part of the proposal of proposal_id or which are not
finalized or renegotiating.
AccountsResource.ProductsResource
The "products" collection of methods.
AccountsResource.ProductsResource.GetRequest
Gets the requested product by ID.
AccountsResource.ProductsResource.ListRequest
List all products visible to the buyer (optionally filtered by the specified PQL query).
AccountsResource.ProposalsResource
The "proposals" collection of methods.
AccountsResource.ProposalsResource.AcceptRequest
Mark the proposal as accepted at the given revision number. If the number does not match the server's
revision number an ABORTED
error message will be returned. This call updates the proposal_state from
PROPOSED
to BUYER_ACCEPTED
, or from SELLER_ACCEPTED
to FINALIZED
. Upon calling this endpoint,
the buyer implicitly agrees to the terms and conditions optionally set within the proposal by the
publisher.
AccountsResource.ProposalsResource.AddNoteRequest
Create a new note and attach it to the proposal. The note is assigned a unique ID by the server. The proposal revision number will not increase when associated with a new note.
AccountsResource.ProposalsResource.CancelNegotiationRequest
Cancel an ongoing negotiation on a proposal. This does not cancel or end serving for the deals if the proposal has been finalized, but only cancels a negotiation unilaterally.
AccountsResource.ProposalsResource.CompleteSetupRequest
You can opt-in to manually update proposals to indicate that setup is complete. By default, proposal
setup is automatically completed after their deals are finalized. Contact your Technical Account Manager
to opt in. Buyers can call this method when the proposal has been finalized, and all the required
creatives have been uploaded using the Creatives API. This call updates the is_setup_completed
field
on the deals in the proposal, and notifies the seller. The server then advances the revision number of
the most recent proposal. To mark an individual deal as ready to serve, call
buyers.finalizedDeals.setReadyToServe
in the Marketplace API.
AccountsResource.ProposalsResource.CreateRequest
Create the given proposal. Each created proposal and any deals it contains are assigned a unique ID by the server.
AccountsResource.ProposalsResource.GetRequest
Gets a proposal given its ID. The proposal is returned at its head revision.
AccountsResource.ProposalsResource.ListRequest
List proposals. A filter expression (PQL query) may be specified to filter the results. To retrieve all finalized proposals, regardless if a proposal is being renegotiated, see the FinalizedProposals resource. Note that Bidder/ChildSeat relationships differ from the usual behavior. A Bidder account can only see its child seats' proposals by specifying the ChildSeat's accountId in the request path.
AccountsResource.ProposalsResource.PauseRequest
Update the given proposal to pause serving. This method will set the
DealServingMetadata.DealPauseStatus.has_buyer_paused
bit to true for all deals in the proposal. It is
a no-op to pause an already-paused proposal. It is an error to call PauseProposal for a proposal that is
not finalized or renegotiating.
AccountsResource.ProposalsResource.ResumeRequest
Update the given proposal to resume serving. This method will set the
DealServingMetadata.DealPauseStatus.has_buyer_paused
bit to false for all deals in the proposal. Note
that if the has_seller_paused
bit is also set, serving will not resume until the seller also resumes.
It is a no-op to resume an already-running proposal. It is an error to call ResumeProposal for a
proposal that is not finalized or renegotiating.
AccountsResource.ProposalsResource.UpdateRequest
Update the given proposal at the client known revision number. If the server revision has advanced since
the passed-in proposal.proposal_revision
, an ABORTED
error message will be returned. Only the
buyer-modifiable fields of the proposal will be updated. Note that the deals in the proposal will be
updated to match the passed-in copy. If a passed-in deal does not have a deal_id
, the server will
assign a new unique ID and create the deal. If passed-in deal has a deal_id
, it will be updated to
match the passed-in copy. Any existing deals not present in the passed-in proposal will be deleted. It
is an error to pass in a deal with a deal_id
not present at head.
AccountsResource.PublisherProfilesResource
The "publisherProfiles" collection of methods.
AccountsResource.PublisherProfilesResource.GetRequest
Gets the requested publisher profile by id.
AccountsResource.PublisherProfilesResource.ListRequest
List all publisher profiles visible to the buyer
AdExchangeBuyerIIBaseServiceRequest<TResponse>
A base abstract class for AdExchangeBuyerII requests.
AdExchangeBuyerIIService
The AdExchangeBuyerII Service.
AdExchangeBuyerIIService.Scope
Available OAuth 2.0 scopes for use with the Ad Exchange Buyer API II.
AdExchangeBuyerIIService.ScopeConstants
Available OAuth 2.0 scope constants for use with the Ad Exchange Buyer API II.
BiddersResource
The "bidders" collection of methods.
BiddersResource.AccountsResource
The "accounts" collection of methods.
BiddersResource.AccountsResource.FilterSetsResource
The "filterSets" collection of methods.
BiddersResource.AccountsResource.FilterSetsResource.BidMetricsResource
The "bidMetrics" collection of methods.
BiddersResource.AccountsResource.FilterSetsResource.BidMetricsResource.ListRequest
Lists all metrics that are measured in terms of number of bids.
BiddersResource.AccountsResource.FilterSetsResource.BidResponseErrorsResource
The "bidResponseErrors" collection of methods.
BiddersResource.AccountsResource.FilterSetsResource.BidResponseErrorsResource.ListRequest
List all errors that occurred in bid responses, with the number of bid responses affected for each reason.
BiddersResource.AccountsResource.FilterSetsResource.BidResponsesWithoutBidsResource
The "bidResponsesWithoutBids" collection of methods.
BiddersResource.AccountsResource.FilterSetsResource.BidResponsesWithoutBidsResource.ListRequest
List all reasons for which bid responses were considered to have no applicable bids, with the number of bid responses affected for each reason.
BiddersResource.AccountsResource.FilterSetsResource.CreateRequest
Creates the specified filter set for the account with the given account ID.
BiddersResource.AccountsResource.FilterSetsResource.DeleteRequest
Deletes the requested filter set from the account with the given account ID.
BiddersResource.AccountsResource.FilterSetsResource.FilteredBidRequestsResource
The "filteredBidRequests" collection of methods.
BiddersResource.AccountsResource.FilterSetsResource.FilteredBidRequestsResource.ListRequest
List all reasons that caused a bid request not to be sent for an impression, with the number of bid requests not sent for each reason.
BiddersResource.AccountsResource.FilterSetsResource.FilteredBidsResource
The "filteredBids" collection of methods.
BiddersResource.AccountsResource.FilterSetsResource.FilteredBidsResource.CreativesResource
The "creatives" collection of methods.
BiddersResource.AccountsResource.FilterSetsResource.FilteredBidsResource.CreativesResource.ListRequest
List all creatives associated with a specific reason for which bids were filtered, with the number of bids filtered for each creative.
BiddersResource.AccountsResource.FilterSetsResource.FilteredBidsResource.DetailsResource
The "details" collection of methods.
BiddersResource.AccountsResource.FilterSetsResource.FilteredBidsResource.DetailsResource.ListRequest
List all details associated with a specific reason for which bids were filtered, with the number of bids filtered for each detail.
BiddersResource.AccountsResource.FilterSetsResource.FilteredBidsResource.ListRequest
List all reasons for which bids were filtered, with the number of bids filtered for each reason.
BiddersResource.AccountsResource.FilterSetsResource.GetRequest
Retrieves the requested filter set for the account with the given account ID.
BiddersResource.AccountsResource.FilterSetsResource.ImpressionMetricsResource
The "impressionMetrics" collection of methods.
BiddersResource.AccountsResource.FilterSetsResource.ImpressionMetricsResource.ListRequest
Lists all metrics that are measured in terms of number of impressions.
BiddersResource.AccountsResource.FilterSetsResource.ListRequest
Lists all filter sets for the account with the given account ID.
BiddersResource.AccountsResource.FilterSetsResource.LosingBidsResource
The "losingBids" collection of methods.
BiddersResource.AccountsResource.FilterSetsResource.LosingBidsResource.ListRequest
List all reasons for which bids lost in the auction, with the number of bids that lost for each reason.
BiddersResource.AccountsResource.FilterSetsResource.NonBillableWinningBidsResource
The "nonBillableWinningBids" collection of methods.
BiddersResource.AccountsResource.FilterSetsResource.NonBillableWinningBidsResource.ListRequest
List all reasons for which winning bids were not billable, with the number of bids not billed for each reason.
BiddersResource.FilterSetsResource
The "filterSets" collection of methods.
BiddersResource.FilterSetsResource.BidMetricsResource
The "bidMetrics" collection of methods.
BiddersResource.FilterSetsResource.BidMetricsResource.ListRequest
Lists all metrics that are measured in terms of number of bids.
BiddersResource.FilterSetsResource.BidResponseErrorsResource
The "bidResponseErrors" collection of methods.
BiddersResource.FilterSetsResource.BidResponseErrorsResource.ListRequest
List all errors that occurred in bid responses, with the number of bid responses affected for each reason.
BiddersResource.FilterSetsResource.BidResponsesWithoutBidsResource
The "bidResponsesWithoutBids" collection of methods.
BiddersResource.FilterSetsResource.BidResponsesWithoutBidsResource.ListRequest
List all reasons for which bid responses were considered to have no applicable bids, with the number of bid responses affected for each reason.
BiddersResource.FilterSetsResource.CreateRequest
Creates the specified filter set for the account with the given account ID.
BiddersResource.FilterSetsResource.DeleteRequest
Deletes the requested filter set from the account with the given account ID.
BiddersResource.FilterSetsResource.FilteredBidRequestsResource
The "filteredBidRequests" collection of methods.
BiddersResource.FilterSetsResource.FilteredBidRequestsResource.ListRequest
List all reasons that caused a bid request not to be sent for an impression, with the number of bid requests not sent for each reason.
BiddersResource.FilterSetsResource.FilteredBidsResource
The "filteredBids" collection of methods.
BiddersResource.FilterSetsResource.FilteredBidsResource.CreativesResource
The "creatives" collection of methods.
BiddersResource.FilterSetsResource.FilteredBidsResource.CreativesResource.ListRequest
List all creatives associated with a specific reason for which bids were filtered, with the number of bids filtered for each creative.
BiddersResource.FilterSetsResource.FilteredBidsResource.DetailsResource
The "details" collection of methods.
BiddersResource.FilterSetsResource.FilteredBidsResource.DetailsResource.ListRequest
List all details associated with a specific reason for which bids were filtered, with the number of bids filtered for each detail.
BiddersResource.FilterSetsResource.FilteredBidsResource.ListRequest
List all reasons for which bids were filtered, with the number of bids filtered for each reason.
BiddersResource.FilterSetsResource.GetRequest
Retrieves the requested filter set for the account with the given account ID.
BiddersResource.FilterSetsResource.ImpressionMetricsResource
The "impressionMetrics" collection of methods.
BiddersResource.FilterSetsResource.ImpressionMetricsResource.ListRequest
Lists all metrics that are measured in terms of number of impressions.
BiddersResource.FilterSetsResource.ListRequest
Lists all filter sets for the account with the given account ID.
BiddersResource.FilterSetsResource.LosingBidsResource
The "losingBids" collection of methods.
BiddersResource.FilterSetsResource.LosingBidsResource.ListRequest
List all reasons for which bids lost in the auction, with the number of bids that lost for each reason.
BiddersResource.FilterSetsResource.NonBillableWinningBidsResource
The "nonBillableWinningBids" collection of methods.
BiddersResource.FilterSetsResource.NonBillableWinningBidsResource.ListRequest
List all reasons for which winning bids were not billable, with the number of bids not billed for each reason.
BuyersResource
The "buyers" collection of methods.
BuyersResource.FilterSetsResource
The "filterSets" collection of methods.
BuyersResource.FilterSetsResource.BidMetricsResource
The "bidMetrics" collection of methods.
BuyersResource.FilterSetsResource.BidMetricsResource.ListRequest
Lists all metrics that are measured in terms of number of bids.
BuyersResource.FilterSetsResource.BidResponseErrorsResource
The "bidResponseErrors" collection of methods.
BuyersResource.FilterSetsResource.BidResponseErrorsResource.ListRequest
List all errors that occurred in bid responses, with the number of bid responses affected for each reason.
BuyersResource.FilterSetsResource.BidResponsesWithoutBidsResource
The "bidResponsesWithoutBids" collection of methods.
BuyersResource.FilterSetsResource.BidResponsesWithoutBidsResource.ListRequest
List all reasons for which bid responses were considered to have no applicable bids, with the number of bid responses affected for each reason.
BuyersResource.FilterSetsResource.CreateRequest
Creates the specified filter set for the account with the given account ID.
BuyersResource.FilterSetsResource.DeleteRequest
Deletes the requested filter set from the account with the given account ID.
BuyersResource.FilterSetsResource.FilteredBidRequestsResource
The "filteredBidRequests" collection of methods.
BuyersResource.FilterSetsResource.FilteredBidRequestsResource.ListRequest
List all reasons that caused a bid request not to be sent for an impression, with the number of bid requests not sent for each reason.
BuyersResource.FilterSetsResource.FilteredBidsResource
The "filteredBids" collection of methods.
BuyersResource.FilterSetsResource.FilteredBidsResource.CreativesResource
The "creatives" collection of methods.
BuyersResource.FilterSetsResource.FilteredBidsResource.CreativesResource.ListRequest
List all creatives associated with a specific reason for which bids were filtered, with the number of bids filtered for each creative.
BuyersResource.FilterSetsResource.FilteredBidsResource.DetailsResource
The "details" collection of methods.
BuyersResource.FilterSetsResource.FilteredBidsResource.DetailsResource.ListRequest
List all details associated with a specific reason for which bids were filtered, with the number of bids filtered for each detail.
BuyersResource.FilterSetsResource.FilteredBidsResource.ListRequest
List all reasons for which bids were filtered, with the number of bids filtered for each reason.
BuyersResource.FilterSetsResource.GetRequest
Retrieves the requested filter set for the account with the given account ID.
BuyersResource.FilterSetsResource.ImpressionMetricsResource
The "impressionMetrics" collection of methods.
BuyersResource.FilterSetsResource.ImpressionMetricsResource.ListRequest
Lists all metrics that are measured in terms of number of impressions.
BuyersResource.FilterSetsResource.ListRequest
Lists all filter sets for the account with the given account ID.
BuyersResource.FilterSetsResource.LosingBidsResource
The "losingBids" collection of methods.
BuyersResource.FilterSetsResource.LosingBidsResource.ListRequest
List all reasons for which bids lost in the auction, with the number of bids that lost for each reason.
BuyersResource.FilterSetsResource.NonBillableWinningBidsResource
The "nonBillableWinningBids" collection of methods.
BuyersResource.FilterSetsResource.NonBillableWinningBidsResource.ListRequest
List all reasons for which winning bids were not billable, with the number of bids not billed for each reason.
Enums
AccountsResource.CreativesResource.CreateRequest.DuplicateIdModeEnum
Indicates if multiple creatives can share an ID or not. Default is NO_DUPLICATES (one ID per creative).
AccountsResource.FinalizedProposalsResource.ListRequest.FilterSyntaxEnum
Syntax the filter is written in. Current implementation defaults to PQL but in the future it will be LIST_FILTER.
AccountsResource.ProposalsResource.ListRequest.FilterSyntaxEnum
Syntax the filter is written in. Current implementation defaults to PQL but in the future it will be LIST_FILTER.
AdExchangeBuyerIIBaseServiceRequest<TResponse>.AltEnum
Data format for response.
AdExchangeBuyerIIBaseServiceRequest<TResponse>.XgafvEnum
V1 error format.