Show / Hide Table of Contents

Namespace Google.Apis.AdExchangeBuyer.v1_4

Classes

AccountsResource

The "accounts" collection of methods.

AccountsResource.GetRequest

Gets one account by ID.

AccountsResource.ListRequest

Retrieves the authenticated user's list of accounts.

AccountsResource.PatchRequest

Updates an existing account. This method supports patch semantics.

AccountsResource.UpdateRequest

Updates an existing account.

AdExchangeBuyerBaseServiceRequest<TResponse>

A base abstract class for AdExchangeBuyer requests.

AdExchangeBuyerService

The AdExchangeBuyer Service.

AdExchangeBuyerService.Scope

Available OAuth 2.0 scopes for use with the Ad Exchange Buyer API.

AdExchangeBuyerService.ScopeConstants

Available OAuth 2.0 scope constants for use with the Ad Exchange Buyer API.

BillingInfoResource

The "billingInfo" collection of methods.

BillingInfoResource.GetRequest

Returns the billing information for one account specified by account ID.

BillingInfoResource.ListRequest

Retrieves a list of billing information for all accounts of the authenticated user.

BudgetResource

The "budget" collection of methods.

BudgetResource.GetRequest

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

BudgetResource.PatchRequest

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.

BudgetResource.UpdateRequest

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

CreativesResource

The "creatives" collection of methods.

CreativesResource.AddDealRequest

Add a deal id association for the creative.

CreativesResource.GetRequest

Gets the status for a single creative. A creative will be available 30-40 minutes after submission.

CreativesResource.InsertRequest

Submit a new creative.

CreativesResource.ListDealsRequest

Lists the external deal ids associated with the creative.

CreativesResource.ListRequest

Retrieves a list of the authenticated user's active creatives. A creative will be available 30-40 minutes after submission.

CreativesResource.RemoveDealRequest

Remove a deal id associated with the creative.

MarketplacedealsResource

The "marketplacedeals" collection of methods.

MarketplacedealsResource.DeleteRequest

Delete the specified deals from the proposal

MarketplacedealsResource.InsertRequest

Add new deals for the specified proposal

MarketplacedealsResource.ListRequest

List all the deals for a given proposal

MarketplacedealsResource.UpdateRequest

Replaces all the deals in the proposal with the passed in deals

MarketplacenotesResource

The "marketplacenotes" collection of methods.

MarketplacenotesResource.InsertRequest

Add notes to the proposal

MarketplacenotesResource.ListRequest

Get all the notes associated with a proposal

MarketplaceprivateauctionResource

The "marketplaceprivateauction" collection of methods.

MarketplaceprivateauctionResource.UpdateproposalRequest

Update a given private auction proposal

PerformanceReportResource

The "performanceReport" collection of methods.

PerformanceReportResource.ListRequest

Retrieves the authenticated user's list of performance metrics.

PretargetingConfigResource

The "pretargetingConfig" collection of methods.

PretargetingConfigResource.DeleteRequest

Deletes an existing pretargeting config.

PretargetingConfigResource.GetRequest

Gets a specific pretargeting configuration

PretargetingConfigResource.InsertRequest

Inserts a new pretargeting configuration.

PretargetingConfigResource.ListRequest

Retrieves a list of the authenticated user's pretargeting configurations.

PretargetingConfigResource.PatchRequest

Updates an existing pretargeting config. This method supports patch semantics.

PretargetingConfigResource.UpdateRequest

Updates an existing pretargeting config.

ProductsResource

The "products" collection of methods.

ProductsResource.GetRequest

Gets the requested product by id.

ProductsResource.SearchRequest

Gets the requested product.

ProposalsResource

The "proposals" collection of methods.

ProposalsResource.GetRequest

Get a proposal given its id

ProposalsResource.InsertRequest

Create the given list of proposals

ProposalsResource.PatchRequest

Update the given proposal. This method supports patch semantics.

ProposalsResource.SearchRequest

Search for proposals using pql query

ProposalsResource.SetupcompleteRequest

Update the given proposal to indicate that setup has been completed.

ProposalsResource.UpdateRequest

Update the given proposal

PubprofilesResource

The "pubprofiles" collection of methods.

PubprofilesResource.ListRequest

Gets the requested publisher profile(s) by publisher accountId.

Enums

AdExchangeBuyerBaseServiceRequest<TResponse>.AltEnum

Data format for the response.

CreativesResource.ListRequest.DealsStatusFilterEnum

When specified, only creatives having the given deals status are returned.

CreativesResource.ListRequest.OpenAuctionStatusFilterEnum

When specified, only creatives having the given open auction status are returned.

ProposalsResource.PatchRequest.UpdateActionEnum

The proposed action to take on the proposal. This field is required and it must be set when updating a proposal.

ProposalsResource.UpdateRequest.UpdateActionEnum

The proposed action to take on the proposal. This field is required and it must be set when updating a proposal.

In This Article
Back to top