Documentation
Overview ¶
Package adexchangebuyer2 provides access to the Ad Exchange Buyer API II.
For product documentation, see: https://developers.google.com/authorized-buyers/apis/reference/rest/
Creating a client ¶
Usage example:
import "google.golang.org/api/adexchangebuyer2/v2beta1" ... ctx := context.Background() adexchangebuyer2Service, err := adexchangebuyer2.NewService(ctx)
In this example, Google Application Default Credentials are used for authentication.
For information on how to create and obtain Application Default Credentials, see https://developers.google.com/identity/protocols/application-default-credentials.
Other authentication options ¶
To use an API key for authentication (note: some APIs do not support API keys), use option.WithAPIKey:
adexchangebuyer2Service, err := adexchangebuyer2.NewService(ctx, option.WithAPIKey("AIza..."))
To use an OAuth token (e.g., a user token obtained via a three-legged OAuth flow), use option.WithTokenSource:
config := &oauth2.Config{...} // ... token, err := config.Exchange(ctx, ...) adexchangebuyer2Service, err := adexchangebuyer2.NewService(ctx, option.WithTokenSource(config.TokenSource(ctx, token)))
See https://godoc.org/google.golang.org/api/option/ for details on options.
Index ¶
- Constants
- type AbsoluteDateRange
- type AcceptProposalRequest
- type AccountsClientsCreateCall
- func (c *AccountsClientsCreateCall) Context(ctx context.Context) *AccountsClientsCreateCall
- func (c *AccountsClientsCreateCall) Do(opts ...googleapi.CallOption) (*Client, error)
- func (c *AccountsClientsCreateCall) Fields(s ...googleapi.Field) *AccountsClientsCreateCall
- func (c *AccountsClientsCreateCall) Header() http.Header
- type AccountsClientsGetCall
- func (c *AccountsClientsGetCall) Context(ctx context.Context) *AccountsClientsGetCall
- func (c *AccountsClientsGetCall) Do(opts ...googleapi.CallOption) (*Client, error)
- func (c *AccountsClientsGetCall) Fields(s ...googleapi.Field) *AccountsClientsGetCall
- func (c *AccountsClientsGetCall) Header() http.Header
- func (c *AccountsClientsGetCall) IfNoneMatch(entityTag string) *AccountsClientsGetCall
- type AccountsClientsInvitationsCreateCall
- func (c *AccountsClientsInvitationsCreateCall) Context(ctx context.Context) *AccountsClientsInvitationsCreateCall
- func (c *AccountsClientsInvitationsCreateCall) Do(opts ...googleapi.CallOption) (*ClientUserInvitation, error)
- func (c *AccountsClientsInvitationsCreateCall) Fields(s ...googleapi.Field) *AccountsClientsInvitationsCreateCall
- func (c *AccountsClientsInvitationsCreateCall) Header() http.Header
- type AccountsClientsInvitationsGetCall
- func (c *AccountsClientsInvitationsGetCall) Context(ctx context.Context) *AccountsClientsInvitationsGetCall
- func (c *AccountsClientsInvitationsGetCall) Do(opts ...googleapi.CallOption) (*ClientUserInvitation, error)
- func (c *AccountsClientsInvitationsGetCall) Fields(s ...googleapi.Field) *AccountsClientsInvitationsGetCall
- func (c *AccountsClientsInvitationsGetCall) Header() http.Header
- func (c *AccountsClientsInvitationsGetCall) IfNoneMatch(entityTag string) *AccountsClientsInvitationsGetCall
- type AccountsClientsInvitationsListCall
- func (c *AccountsClientsInvitationsListCall) Context(ctx context.Context) *AccountsClientsInvitationsListCall
- func (c *AccountsClientsInvitationsListCall) Do(opts ...googleapi.CallOption) (*ListClientUserInvitationsResponse, error)
- func (c *AccountsClientsInvitationsListCall) Fields(s ...googleapi.Field) *AccountsClientsInvitationsListCall
- func (c *AccountsClientsInvitationsListCall) Header() http.Header
- func (c *AccountsClientsInvitationsListCall) IfNoneMatch(entityTag string) *AccountsClientsInvitationsListCall
- func (c *AccountsClientsInvitationsListCall) PageSize(pageSize int64) *AccountsClientsInvitationsListCall
- func (c *AccountsClientsInvitationsListCall) PageToken(pageToken string) *AccountsClientsInvitationsListCall
- func (c *AccountsClientsInvitationsListCall) Pages(ctx context.Context, f func(*ListClientUserInvitationsResponse) error) error
- type AccountsClientsInvitationsService
- func (r *AccountsClientsInvitationsService) Create(accountId int64, clientAccountId int64, ...) *AccountsClientsInvitationsCreateCall
- func (r *AccountsClientsInvitationsService) Get(accountId int64, clientAccountId int64, invitationId int64) *AccountsClientsInvitationsGetCall
- func (r *AccountsClientsInvitationsService) List(accountId int64, clientAccountId string) *AccountsClientsInvitationsListCall
- type AccountsClientsListCall
- func (c *AccountsClientsListCall) Context(ctx context.Context) *AccountsClientsListCall
- func (c *AccountsClientsListCall) Do(opts ...googleapi.CallOption) (*ListClientsResponse, error)
- func (c *AccountsClientsListCall) Fields(s ...googleapi.Field) *AccountsClientsListCall
- func (c *AccountsClientsListCall) Header() http.Header
- func (c *AccountsClientsListCall) IfNoneMatch(entityTag string) *AccountsClientsListCall
- func (c *AccountsClientsListCall) PageSize(pageSize int64) *AccountsClientsListCall
- func (c *AccountsClientsListCall) PageToken(pageToken string) *AccountsClientsListCall
- func (c *AccountsClientsListCall) Pages(ctx context.Context, f func(*ListClientsResponse) error) error
- func (c *AccountsClientsListCall) PartnerClientId(partnerClientId string) *AccountsClientsListCall
- type AccountsClientsService
- func (r *AccountsClientsService) Create(accountId int64, client *Client) *AccountsClientsCreateCall
- func (r *AccountsClientsService) Get(accountId int64, clientAccountId int64) *AccountsClientsGetCall
- func (r *AccountsClientsService) List(accountId int64) *AccountsClientsListCall
- func (r *AccountsClientsService) Update(accountId int64, clientAccountId int64, client *Client) *AccountsClientsUpdateCall
- type AccountsClientsUpdateCall
- func (c *AccountsClientsUpdateCall) Context(ctx context.Context) *AccountsClientsUpdateCall
- func (c *AccountsClientsUpdateCall) Do(opts ...googleapi.CallOption) (*Client, error)
- func (c *AccountsClientsUpdateCall) Fields(s ...googleapi.Field) *AccountsClientsUpdateCall
- func (c *AccountsClientsUpdateCall) Header() http.Header
- type AccountsClientsUsersGetCall
- func (c *AccountsClientsUsersGetCall) Context(ctx context.Context) *AccountsClientsUsersGetCall
- func (c *AccountsClientsUsersGetCall) Do(opts ...googleapi.CallOption) (*ClientUser, error)
- func (c *AccountsClientsUsersGetCall) Fields(s ...googleapi.Field) *AccountsClientsUsersGetCall
- func (c *AccountsClientsUsersGetCall) Header() http.Header
- func (c *AccountsClientsUsersGetCall) IfNoneMatch(entityTag string) *AccountsClientsUsersGetCall
- type AccountsClientsUsersListCall
- func (c *AccountsClientsUsersListCall) Context(ctx context.Context) *AccountsClientsUsersListCall
- func (c *AccountsClientsUsersListCall) Do(opts ...googleapi.CallOption) (*ListClientUsersResponse, error)
- func (c *AccountsClientsUsersListCall) Fields(s ...googleapi.Field) *AccountsClientsUsersListCall
- func (c *AccountsClientsUsersListCall) Header() http.Header
- func (c *AccountsClientsUsersListCall) IfNoneMatch(entityTag string) *AccountsClientsUsersListCall
- func (c *AccountsClientsUsersListCall) PageSize(pageSize int64) *AccountsClientsUsersListCall
- func (c *AccountsClientsUsersListCall) PageToken(pageToken string) *AccountsClientsUsersListCall
- func (c *AccountsClientsUsersListCall) Pages(ctx context.Context, f func(*ListClientUsersResponse) error) error
- type AccountsClientsUsersService
- func (r *AccountsClientsUsersService) Get(accountId int64, clientAccountId int64, userId int64) *AccountsClientsUsersGetCall
- func (r *AccountsClientsUsersService) List(accountId int64, clientAccountId string) *AccountsClientsUsersListCall
- func (r *AccountsClientsUsersService) Update(accountId int64, clientAccountId int64, userId int64, clientuser *ClientUser) *AccountsClientsUsersUpdateCall
- type AccountsClientsUsersUpdateCall
- func (c *AccountsClientsUsersUpdateCall) Context(ctx context.Context) *AccountsClientsUsersUpdateCall
- func (c *AccountsClientsUsersUpdateCall) Do(opts ...googleapi.CallOption) (*ClientUser, error)
- func (c *AccountsClientsUsersUpdateCall) Fields(s ...googleapi.Field) *AccountsClientsUsersUpdateCall
- func (c *AccountsClientsUsersUpdateCall) Header() http.Header
- type AccountsCreativesCreateCall
- func (c *AccountsCreativesCreateCall) Context(ctx context.Context) *AccountsCreativesCreateCall
- func (c *AccountsCreativesCreateCall) Do(opts ...googleapi.CallOption) (*Creative, error)
- func (c *AccountsCreativesCreateCall) DuplicateIdMode(duplicateIdMode string) *AccountsCreativesCreateCall
- func (c *AccountsCreativesCreateCall) Fields(s ...googleapi.Field) *AccountsCreativesCreateCall
- func (c *AccountsCreativesCreateCall) Header() http.Header
- type AccountsCreativesDealAssociationsAddCall
- func (c *AccountsCreativesDealAssociationsAddCall) Context(ctx context.Context) *AccountsCreativesDealAssociationsAddCall
- func (c *AccountsCreativesDealAssociationsAddCall) Do(opts ...googleapi.CallOption) (*Empty, error)
- func (c *AccountsCreativesDealAssociationsAddCall) Fields(s ...googleapi.Field) *AccountsCreativesDealAssociationsAddCall
- func (c *AccountsCreativesDealAssociationsAddCall) Header() http.Header
- type AccountsCreativesDealAssociationsListCall
- func (c *AccountsCreativesDealAssociationsListCall) Context(ctx context.Context) *AccountsCreativesDealAssociationsListCall
- func (c *AccountsCreativesDealAssociationsListCall) Do(opts ...googleapi.CallOption) (*ListDealAssociationsResponse, error)
- func (c *AccountsCreativesDealAssociationsListCall) Fields(s ...googleapi.Field) *AccountsCreativesDealAssociationsListCall
- func (c *AccountsCreativesDealAssociationsListCall) Header() http.Header
- func (c *AccountsCreativesDealAssociationsListCall) IfNoneMatch(entityTag string) *AccountsCreativesDealAssociationsListCall
- func (c *AccountsCreativesDealAssociationsListCall) PageSize(pageSize int64) *AccountsCreativesDealAssociationsListCall
- func (c *AccountsCreativesDealAssociationsListCall) PageToken(pageToken string) *AccountsCreativesDealAssociationsListCall
- func (c *AccountsCreativesDealAssociationsListCall) Pages(ctx context.Context, f func(*ListDealAssociationsResponse) error) error
- func (c *AccountsCreativesDealAssociationsListCall) Query(query string) *AccountsCreativesDealAssociationsListCall
- type AccountsCreativesDealAssociationsRemoveCall
- func (c *AccountsCreativesDealAssociationsRemoveCall) Context(ctx context.Context) *AccountsCreativesDealAssociationsRemoveCall
- func (c *AccountsCreativesDealAssociationsRemoveCall) Do(opts ...googleapi.CallOption) (*Empty, error)
- func (c *AccountsCreativesDealAssociationsRemoveCall) Fields(s ...googleapi.Field) *AccountsCreativesDealAssociationsRemoveCall
- func (c *AccountsCreativesDealAssociationsRemoveCall) Header() http.Header
- type AccountsCreativesDealAssociationsService
- func (r *AccountsCreativesDealAssociationsService) Add(accountId string, creativeId string, ...) *AccountsCreativesDealAssociationsAddCall
- func (r *AccountsCreativesDealAssociationsService) List(accountId string, creativeId string) *AccountsCreativesDealAssociationsListCall
- func (r *AccountsCreativesDealAssociationsService) Remove(accountId string, creativeId string, ...) *AccountsCreativesDealAssociationsRemoveCall
- type AccountsCreativesGetCall
- func (c *AccountsCreativesGetCall) Context(ctx context.Context) *AccountsCreativesGetCall
- func (c *AccountsCreativesGetCall) Do(opts ...googleapi.CallOption) (*Creative, error)
- func (c *AccountsCreativesGetCall) Fields(s ...googleapi.Field) *AccountsCreativesGetCall
- func (c *AccountsCreativesGetCall) Header() http.Header
- func (c *AccountsCreativesGetCall) IfNoneMatch(entityTag string) *AccountsCreativesGetCall
- type AccountsCreativesListCall
- func (c *AccountsCreativesListCall) Context(ctx context.Context) *AccountsCreativesListCall
- func (c *AccountsCreativesListCall) Do(opts ...googleapi.CallOption) (*ListCreativesResponse, error)
- func (c *AccountsCreativesListCall) Fields(s ...googleapi.Field) *AccountsCreativesListCall
- func (c *AccountsCreativesListCall) Header() http.Header
- func (c *AccountsCreativesListCall) IfNoneMatch(entityTag string) *AccountsCreativesListCall
- func (c *AccountsCreativesListCall) PageSize(pageSize int64) *AccountsCreativesListCall
- func (c *AccountsCreativesListCall) PageToken(pageToken string) *AccountsCreativesListCall
- func (c *AccountsCreativesListCall) Pages(ctx context.Context, f func(*ListCreativesResponse) error) error
- func (c *AccountsCreativesListCall) Query(query string) *AccountsCreativesListCall
- type AccountsCreativesService
- func (r *AccountsCreativesService) Create(accountId string, creative *Creative) *AccountsCreativesCreateCall
- func (r *AccountsCreativesService) Get(accountId string, creativeId string) *AccountsCreativesGetCall
- func (r *AccountsCreativesService) List(accountId string) *AccountsCreativesListCall
- func (r *AccountsCreativesService) StopWatching(accountId string, creativeId string, ...) *AccountsCreativesStopWatchingCall
- func (r *AccountsCreativesService) Update(accountId string, creativeId string, creative *Creative) *AccountsCreativesUpdateCall
- func (r *AccountsCreativesService) Watch(accountId string, creativeId string, ...) *AccountsCreativesWatchCall
- type AccountsCreativesStopWatchingCall
- func (c *AccountsCreativesStopWatchingCall) Context(ctx context.Context) *AccountsCreativesStopWatchingCall
- func (c *AccountsCreativesStopWatchingCall) Do(opts ...googleapi.CallOption) (*Empty, error)
- func (c *AccountsCreativesStopWatchingCall) Fields(s ...googleapi.Field) *AccountsCreativesStopWatchingCall
- func (c *AccountsCreativesStopWatchingCall) Header() http.Header
- type AccountsCreativesUpdateCall
- func (c *AccountsCreativesUpdateCall) Context(ctx context.Context) *AccountsCreativesUpdateCall
- func (c *AccountsCreativesUpdateCall) Do(opts ...googleapi.CallOption) (*Creative, error)
- func (c *AccountsCreativesUpdateCall) Fields(s ...googleapi.Field) *AccountsCreativesUpdateCall
- func (c *AccountsCreativesUpdateCall) Header() http.Header
- type AccountsCreativesWatchCall
- func (c *AccountsCreativesWatchCall) Context(ctx context.Context) *AccountsCreativesWatchCall
- func (c *AccountsCreativesWatchCall) Do(opts ...googleapi.CallOption) (*Empty, error)
- func (c *AccountsCreativesWatchCall) Fields(s ...googleapi.Field) *AccountsCreativesWatchCall
- func (c *AccountsCreativesWatchCall) Header() http.Header
- type AccountsFinalizedProposalsListCall
- func (c *AccountsFinalizedProposalsListCall) Context(ctx context.Context) *AccountsFinalizedProposalsListCall
- func (c *AccountsFinalizedProposalsListCall) Do(opts ...googleapi.CallOption) (*ListProposalsResponse, error)
- func (c *AccountsFinalizedProposalsListCall) Fields(s ...googleapi.Field) *AccountsFinalizedProposalsListCall
- func (c *AccountsFinalizedProposalsListCall) Filter(filter string) *AccountsFinalizedProposalsListCall
- func (c *AccountsFinalizedProposalsListCall) FilterSyntax(filterSyntax string) *AccountsFinalizedProposalsListCall
- func (c *AccountsFinalizedProposalsListCall) Header() http.Header
- func (c *AccountsFinalizedProposalsListCall) IfNoneMatch(entityTag string) *AccountsFinalizedProposalsListCall
- func (c *AccountsFinalizedProposalsListCall) PageSize(pageSize int64) *AccountsFinalizedProposalsListCall
- func (c *AccountsFinalizedProposalsListCall) PageToken(pageToken string) *AccountsFinalizedProposalsListCall
- func (c *AccountsFinalizedProposalsListCall) Pages(ctx context.Context, f func(*ListProposalsResponse) error) error
- type AccountsFinalizedProposalsService
- type AccountsProductsGetCall
- func (c *AccountsProductsGetCall) Context(ctx context.Context) *AccountsProductsGetCall
- func (c *AccountsProductsGetCall) Do(opts ...googleapi.CallOption) (*Product, error)
- func (c *AccountsProductsGetCall) Fields(s ...googleapi.Field) *AccountsProductsGetCall
- func (c *AccountsProductsGetCall) Header() http.Header
- func (c *AccountsProductsGetCall) IfNoneMatch(entityTag string) *AccountsProductsGetCall
- type AccountsProductsListCall
- func (c *AccountsProductsListCall) Context(ctx context.Context) *AccountsProductsListCall
- func (c *AccountsProductsListCall) Do(opts ...googleapi.CallOption) (*ListProductsResponse, error)
- func (c *AccountsProductsListCall) Fields(s ...googleapi.Field) *AccountsProductsListCall
- func (c *AccountsProductsListCall) Filter(filter string) *AccountsProductsListCall
- func (c *AccountsProductsListCall) Header() http.Header
- func (c *AccountsProductsListCall) IfNoneMatch(entityTag string) *AccountsProductsListCall
- func (c *AccountsProductsListCall) PageSize(pageSize int64) *AccountsProductsListCall
- func (c *AccountsProductsListCall) PageToken(pageToken string) *AccountsProductsListCall
- func (c *AccountsProductsListCall) Pages(ctx context.Context, f func(*ListProductsResponse) error) error
- type AccountsProductsService
- type AccountsProposalsAcceptCall
- func (c *AccountsProposalsAcceptCall) Context(ctx context.Context) *AccountsProposalsAcceptCall
- func (c *AccountsProposalsAcceptCall) Do(opts ...googleapi.CallOption) (*Proposal, error)
- func (c *AccountsProposalsAcceptCall) Fields(s ...googleapi.Field) *AccountsProposalsAcceptCall
- func (c *AccountsProposalsAcceptCall) Header() http.Header
- type AccountsProposalsAddNoteCall
- func (c *AccountsProposalsAddNoteCall) Context(ctx context.Context) *AccountsProposalsAddNoteCall
- func (c *AccountsProposalsAddNoteCall) Do(opts ...googleapi.CallOption) (*Note, error)
- func (c *AccountsProposalsAddNoteCall) Fields(s ...googleapi.Field) *AccountsProposalsAddNoteCall
- func (c *AccountsProposalsAddNoteCall) Header() http.Header
- type AccountsProposalsCancelNegotiationCall
- func (c *AccountsProposalsCancelNegotiationCall) Context(ctx context.Context) *AccountsProposalsCancelNegotiationCall
- func (c *AccountsProposalsCancelNegotiationCall) Do(opts ...googleapi.CallOption) (*Proposal, error)
- func (c *AccountsProposalsCancelNegotiationCall) Fields(s ...googleapi.Field) *AccountsProposalsCancelNegotiationCall
- func (c *AccountsProposalsCancelNegotiationCall) Header() http.Header
- type AccountsProposalsCompleteSetupCall
- func (c *AccountsProposalsCompleteSetupCall) Context(ctx context.Context) *AccountsProposalsCompleteSetupCall
- func (c *AccountsProposalsCompleteSetupCall) Do(opts ...googleapi.CallOption) (*Proposal, error)
- func (c *AccountsProposalsCompleteSetupCall) Fields(s ...googleapi.Field) *AccountsProposalsCompleteSetupCall
- func (c *AccountsProposalsCompleteSetupCall) Header() http.Header
- type AccountsProposalsCreateCall
- func (c *AccountsProposalsCreateCall) Context(ctx context.Context) *AccountsProposalsCreateCall
- func (c *AccountsProposalsCreateCall) Do(opts ...googleapi.CallOption) (*Proposal, error)
- func (c *AccountsProposalsCreateCall) Fields(s ...googleapi.Field) *AccountsProposalsCreateCall
- func (c *AccountsProposalsCreateCall) Header() http.Header
- type AccountsProposalsGetCall
- func (c *AccountsProposalsGetCall) Context(ctx context.Context) *AccountsProposalsGetCall
- func (c *AccountsProposalsGetCall) Do(opts ...googleapi.CallOption) (*Proposal, error)
- func (c *AccountsProposalsGetCall) Fields(s ...googleapi.Field) *AccountsProposalsGetCall
- func (c *AccountsProposalsGetCall) Header() http.Header
- func (c *AccountsProposalsGetCall) IfNoneMatch(entityTag string) *AccountsProposalsGetCall
- type AccountsProposalsListCall
- func (c *AccountsProposalsListCall) Context(ctx context.Context) *AccountsProposalsListCall
- func (c *AccountsProposalsListCall) Do(opts ...googleapi.CallOption) (*ListProposalsResponse, error)
- func (c *AccountsProposalsListCall) Fields(s ...googleapi.Field) *AccountsProposalsListCall
- func (c *AccountsProposalsListCall) Filter(filter string) *AccountsProposalsListCall
- func (c *AccountsProposalsListCall) FilterSyntax(filterSyntax string) *AccountsProposalsListCall
- func (c *AccountsProposalsListCall) Header() http.Header
- func (c *AccountsProposalsListCall) IfNoneMatch(entityTag string) *AccountsProposalsListCall
- func (c *AccountsProposalsListCall) PageSize(pageSize int64) *AccountsProposalsListCall
- func (c *AccountsProposalsListCall) PageToken(pageToken string) *AccountsProposalsListCall
- func (c *AccountsProposalsListCall) Pages(ctx context.Context, f func(*ListProposalsResponse) error) error
- type AccountsProposalsPauseCall
- func (c *AccountsProposalsPauseCall) Context(ctx context.Context) *AccountsProposalsPauseCall
- func (c *AccountsProposalsPauseCall) Do(opts ...googleapi.CallOption) (*Proposal, error)
- func (c *AccountsProposalsPauseCall) Fields(s ...googleapi.Field) *AccountsProposalsPauseCall
- func (c *AccountsProposalsPauseCall) Header() http.Header
- type AccountsProposalsResumeCall
- func (c *AccountsProposalsResumeCall) Context(ctx context.Context) *AccountsProposalsResumeCall
- func (c *AccountsProposalsResumeCall) Do(opts ...googleapi.CallOption) (*Proposal, error)
- func (c *AccountsProposalsResumeCall) Fields(s ...googleapi.Field) *AccountsProposalsResumeCall
- func (c *AccountsProposalsResumeCall) Header() http.Header
- type AccountsProposalsService
- func (r *AccountsProposalsService) Accept(accountId string, proposalId string, ...) *AccountsProposalsAcceptCall
- func (r *AccountsProposalsService) AddNote(accountId string, proposalId string, addnoterequest *AddNoteRequest) *AccountsProposalsAddNoteCall
- func (r *AccountsProposalsService) CancelNegotiation(accountId string, proposalId string, ...) *AccountsProposalsCancelNegotiationCall
- func (r *AccountsProposalsService) CompleteSetup(accountId string, proposalId string, ...) *AccountsProposalsCompleteSetupCall
- func (r *AccountsProposalsService) Create(accountId string, proposal *Proposal) *AccountsProposalsCreateCall
- func (r *AccountsProposalsService) Get(accountId string, proposalId string) *AccountsProposalsGetCall
- func (r *AccountsProposalsService) List(accountId string) *AccountsProposalsListCall
- func (r *AccountsProposalsService) Pause(accountId string, proposalId string, ...) *AccountsProposalsPauseCall
- func (r *AccountsProposalsService) Resume(accountId string, proposalId string, ...) *AccountsProposalsResumeCall
- func (r *AccountsProposalsService) Update(accountId string, proposalId string, proposal *Proposal) *AccountsProposalsUpdateCall
- type AccountsProposalsUpdateCall
- func (c *AccountsProposalsUpdateCall) Context(ctx context.Context) *AccountsProposalsUpdateCall
- func (c *AccountsProposalsUpdateCall) Do(opts ...googleapi.CallOption) (*Proposal, error)
- func (c *AccountsProposalsUpdateCall) Fields(s ...googleapi.Field) *AccountsProposalsUpdateCall
- func (c *AccountsProposalsUpdateCall) Header() http.Header
- type AccountsPublisherProfilesGetCall
- func (c *AccountsPublisherProfilesGetCall) Context(ctx context.Context) *AccountsPublisherProfilesGetCall
- func (c *AccountsPublisherProfilesGetCall) Do(opts ...googleapi.CallOption) (*PublisherProfile, error)
- func (c *AccountsPublisherProfilesGetCall) Fields(s ...googleapi.Field) *AccountsPublisherProfilesGetCall
- func (c *AccountsPublisherProfilesGetCall) Header() http.Header
- func (c *AccountsPublisherProfilesGetCall) IfNoneMatch(entityTag string) *AccountsPublisherProfilesGetCall
- type AccountsPublisherProfilesListCall
- func (c *AccountsPublisherProfilesListCall) Context(ctx context.Context) *AccountsPublisherProfilesListCall
- func (c *AccountsPublisherProfilesListCall) Do(opts ...googleapi.CallOption) (*ListPublisherProfilesResponse, error)
- func (c *AccountsPublisherProfilesListCall) Fields(s ...googleapi.Field) *AccountsPublisherProfilesListCall
- func (c *AccountsPublisherProfilesListCall) Header() http.Header
- func (c *AccountsPublisherProfilesListCall) IfNoneMatch(entityTag string) *AccountsPublisherProfilesListCall
- func (c *AccountsPublisherProfilesListCall) PageSize(pageSize int64) *AccountsPublisherProfilesListCall
- func (c *AccountsPublisherProfilesListCall) PageToken(pageToken string) *AccountsPublisherProfilesListCall
- func (c *AccountsPublisherProfilesListCall) Pages(ctx context.Context, f func(*ListPublisherProfilesResponse) error) error
- type AccountsPublisherProfilesService
- type AccountsService
- type AdSize
- type AdTechnologyProviders
- type AddDealAssociationRequest
- type AddNoteRequest
- type AppContext
- type AuctionContext
- type BidMetricsRow
- type BidResponseWithoutBidsStatusRow
- type BiddersAccountsFilterSetsBidMetricsListCall
- func (c *BiddersAccountsFilterSetsBidMetricsListCall) Context(ctx context.Context) *BiddersAccountsFilterSetsBidMetricsListCall
- func (c *BiddersAccountsFilterSetsBidMetricsListCall) Do(opts ...googleapi.CallOption) (*ListBidMetricsResponse, error)
- func (c *BiddersAccountsFilterSetsBidMetricsListCall) Fields(s ...googleapi.Field) *BiddersAccountsFilterSetsBidMetricsListCall
- func (c *BiddersAccountsFilterSetsBidMetricsListCall) Header() http.Header
- func (c *BiddersAccountsFilterSetsBidMetricsListCall) IfNoneMatch(entityTag string) *BiddersAccountsFilterSetsBidMetricsListCall
- func (c *BiddersAccountsFilterSetsBidMetricsListCall) PageSize(pageSize int64) *BiddersAccountsFilterSetsBidMetricsListCall
- func (c *BiddersAccountsFilterSetsBidMetricsListCall) PageToken(pageToken string) *BiddersAccountsFilterSetsBidMetricsListCall
- func (c *BiddersAccountsFilterSetsBidMetricsListCall) Pages(ctx context.Context, f func(*ListBidMetricsResponse) error) error
- type BiddersAccountsFilterSetsBidMetricsService
- type BiddersAccountsFilterSetsBidResponseErrorsListCall
- func (c *BiddersAccountsFilterSetsBidResponseErrorsListCall) Context(ctx context.Context) *BiddersAccountsFilterSetsBidResponseErrorsListCall
- func (c *BiddersAccountsFilterSetsBidResponseErrorsListCall) Do(opts ...googleapi.CallOption) (*ListBidResponseErrorsResponse, error)
- func (c *BiddersAccountsFilterSetsBidResponseErrorsListCall) Fields(s ...googleapi.Field) *BiddersAccountsFilterSetsBidResponseErrorsListCall
- func (c *BiddersAccountsFilterSetsBidResponseErrorsListCall) Header() http.Header
- func (c *BiddersAccountsFilterSetsBidResponseErrorsListCall) IfNoneMatch(entityTag string) *BiddersAccountsFilterSetsBidResponseErrorsListCall
- func (c *BiddersAccountsFilterSetsBidResponseErrorsListCall) PageSize(pageSize int64) *BiddersAccountsFilterSetsBidResponseErrorsListCall
- func (c *BiddersAccountsFilterSetsBidResponseErrorsListCall) PageToken(pageToken string) *BiddersAccountsFilterSetsBidResponseErrorsListCall
- func (c *BiddersAccountsFilterSetsBidResponseErrorsListCall) Pages(ctx context.Context, f func(*ListBidResponseErrorsResponse) error) error
- type BiddersAccountsFilterSetsBidResponseErrorsService
- type BiddersAccountsFilterSetsBidResponsesWithoutBidsListCall
- func (c *BiddersAccountsFilterSetsBidResponsesWithoutBidsListCall) Context(ctx context.Context) *BiddersAccountsFilterSetsBidResponsesWithoutBidsListCall
- func (c *BiddersAccountsFilterSetsBidResponsesWithoutBidsListCall) Do(opts ...googleapi.CallOption) (*ListBidResponsesWithoutBidsResponse, error)
- func (c *BiddersAccountsFilterSetsBidResponsesWithoutBidsListCall) Fields(s ...googleapi.Field) *BiddersAccountsFilterSetsBidResponsesWithoutBidsListCall
- func (c *BiddersAccountsFilterSetsBidResponsesWithoutBidsListCall) Header() http.Header
- func (c *BiddersAccountsFilterSetsBidResponsesWithoutBidsListCall) IfNoneMatch(entityTag string) *BiddersAccountsFilterSetsBidResponsesWithoutBidsListCall
- func (c *BiddersAccountsFilterSetsBidResponsesWithoutBidsListCall) PageSize(pageSize int64) *BiddersAccountsFilterSetsBidResponsesWithoutBidsListCall
- func (c *BiddersAccountsFilterSetsBidResponsesWithoutBidsListCall) PageToken(pageToken string) *BiddersAccountsFilterSetsBidResponsesWithoutBidsListCall
- func (c *BiddersAccountsFilterSetsBidResponsesWithoutBidsListCall) Pages(ctx context.Context, f func(*ListBidResponsesWithoutBidsResponse) error) error
- type BiddersAccountsFilterSetsBidResponsesWithoutBidsService
- type BiddersAccountsFilterSetsCreateCall
- func (c *BiddersAccountsFilterSetsCreateCall) Context(ctx context.Context) *BiddersAccountsFilterSetsCreateCall
- func (c *BiddersAccountsFilterSetsCreateCall) Do(opts ...googleapi.CallOption) (*FilterSet, error)
- func (c *BiddersAccountsFilterSetsCreateCall) Fields(s ...googleapi.Field) *BiddersAccountsFilterSetsCreateCall
- func (c *BiddersAccountsFilterSetsCreateCall) Header() http.Header
- func (c *BiddersAccountsFilterSetsCreateCall) IsTransient(isTransient bool) *BiddersAccountsFilterSetsCreateCall
- type BiddersAccountsFilterSetsDeleteCall
- func (c *BiddersAccountsFilterSetsDeleteCall) Context(ctx context.Context) *BiddersAccountsFilterSetsDeleteCall
- func (c *BiddersAccountsFilterSetsDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error)
- func (c *BiddersAccountsFilterSetsDeleteCall) Fields(s ...googleapi.Field) *BiddersAccountsFilterSetsDeleteCall
- func (c *BiddersAccountsFilterSetsDeleteCall) Header() http.Header
- type BiddersAccountsFilterSetsFilteredBidRequestsListCall
- func (c *BiddersAccountsFilterSetsFilteredBidRequestsListCall) Context(ctx context.Context) *BiddersAccountsFilterSetsFilteredBidRequestsListCall
- func (c *BiddersAccountsFilterSetsFilteredBidRequestsListCall) Do(opts ...googleapi.CallOption) (*ListFilteredBidRequestsResponse, error)
- func (c *BiddersAccountsFilterSetsFilteredBidRequestsListCall) Fields(s ...googleapi.Field) *BiddersAccountsFilterSetsFilteredBidRequestsListCall
- func (c *BiddersAccountsFilterSetsFilteredBidRequestsListCall) Header() http.Header
- func (c *BiddersAccountsFilterSetsFilteredBidRequestsListCall) IfNoneMatch(entityTag string) *BiddersAccountsFilterSetsFilteredBidRequestsListCall
- func (c *BiddersAccountsFilterSetsFilteredBidRequestsListCall) PageSize(pageSize int64) *BiddersAccountsFilterSetsFilteredBidRequestsListCall
- func (c *BiddersAccountsFilterSetsFilteredBidRequestsListCall) PageToken(pageToken string) *BiddersAccountsFilterSetsFilteredBidRequestsListCall
- func (c *BiddersAccountsFilterSetsFilteredBidRequestsListCall) Pages(ctx context.Context, f func(*ListFilteredBidRequestsResponse) error) error
- type BiddersAccountsFilterSetsFilteredBidRequestsService
- type BiddersAccountsFilterSetsFilteredBidsCreativesListCall
- func (c *BiddersAccountsFilterSetsFilteredBidsCreativesListCall) Context(ctx context.Context) *BiddersAccountsFilterSetsFilteredBidsCreativesListCall
- func (c *BiddersAccountsFilterSetsFilteredBidsCreativesListCall) Do(opts ...googleapi.CallOption) (*ListCreativeStatusBreakdownByCreativeResponse, error)
- func (c *BiddersAccountsFilterSetsFilteredBidsCreativesListCall) Fields(s ...googleapi.Field) *BiddersAccountsFilterSetsFilteredBidsCreativesListCall
- func (c *BiddersAccountsFilterSetsFilteredBidsCreativesListCall) Header() http.Header
- func (c *BiddersAccountsFilterSetsFilteredBidsCreativesListCall) IfNoneMatch(entityTag string) *BiddersAccountsFilterSetsFilteredBidsCreativesListCall
- func (c *BiddersAccountsFilterSetsFilteredBidsCreativesListCall) PageSize(pageSize int64) *BiddersAccountsFilterSetsFilteredBidsCreativesListCall
- func (c *BiddersAccountsFilterSetsFilteredBidsCreativesListCall) PageToken(pageToken string) *BiddersAccountsFilterSetsFilteredBidsCreativesListCall
- func (c *BiddersAccountsFilterSetsFilteredBidsCreativesListCall) Pages(ctx context.Context, ...) error
- type BiddersAccountsFilterSetsFilteredBidsCreativesService
- type BiddersAccountsFilterSetsFilteredBidsDetailsListCall
- func (c *BiddersAccountsFilterSetsFilteredBidsDetailsListCall) Context(ctx context.Context) *BiddersAccountsFilterSetsFilteredBidsDetailsListCall
- func (c *BiddersAccountsFilterSetsFilteredBidsDetailsListCall) Do(opts ...googleapi.CallOption) (*ListCreativeStatusBreakdownByDetailResponse, error)
- func (c *BiddersAccountsFilterSetsFilteredBidsDetailsListCall) Fields(s ...googleapi.Field) *BiddersAccountsFilterSetsFilteredBidsDetailsListCall
- func (c *BiddersAccountsFilterSetsFilteredBidsDetailsListCall) Header() http.Header
- func (c *BiddersAccountsFilterSetsFilteredBidsDetailsListCall) IfNoneMatch(entityTag string) *BiddersAccountsFilterSetsFilteredBidsDetailsListCall
- func (c *BiddersAccountsFilterSetsFilteredBidsDetailsListCall) PageSize(pageSize int64) *BiddersAccountsFilterSetsFilteredBidsDetailsListCall
- func (c *BiddersAccountsFilterSetsFilteredBidsDetailsListCall) PageToken(pageToken string) *BiddersAccountsFilterSetsFilteredBidsDetailsListCall
- func (c *BiddersAccountsFilterSetsFilteredBidsDetailsListCall) Pages(ctx context.Context, ...) error
- type BiddersAccountsFilterSetsFilteredBidsDetailsService
- type BiddersAccountsFilterSetsFilteredBidsListCall
- func (c *BiddersAccountsFilterSetsFilteredBidsListCall) Context(ctx context.Context) *BiddersAccountsFilterSetsFilteredBidsListCall
- func (c *BiddersAccountsFilterSetsFilteredBidsListCall) Do(opts ...googleapi.CallOption) (*ListFilteredBidsResponse, error)
- func (c *BiddersAccountsFilterSetsFilteredBidsListCall) Fields(s ...googleapi.Field) *BiddersAccountsFilterSetsFilteredBidsListCall
- func (c *BiddersAccountsFilterSetsFilteredBidsListCall) Header() http.Header
- func (c *BiddersAccountsFilterSetsFilteredBidsListCall) IfNoneMatch(entityTag string) *BiddersAccountsFilterSetsFilteredBidsListCall
- func (c *BiddersAccountsFilterSetsFilteredBidsListCall) PageSize(pageSize int64) *BiddersAccountsFilterSetsFilteredBidsListCall
- func (c *BiddersAccountsFilterSetsFilteredBidsListCall) PageToken(pageToken string) *BiddersAccountsFilterSetsFilteredBidsListCall
- func (c *BiddersAccountsFilterSetsFilteredBidsListCall) Pages(ctx context.Context, f func(*ListFilteredBidsResponse) error) error
- type BiddersAccountsFilterSetsFilteredBidsService
- type BiddersAccountsFilterSetsGetCall
- func (c *BiddersAccountsFilterSetsGetCall) Context(ctx context.Context) *BiddersAccountsFilterSetsGetCall
- func (c *BiddersAccountsFilterSetsGetCall) Do(opts ...googleapi.CallOption) (*FilterSet, error)
- func (c *BiddersAccountsFilterSetsGetCall) Fields(s ...googleapi.Field) *BiddersAccountsFilterSetsGetCall
- func (c *BiddersAccountsFilterSetsGetCall) Header() http.Header
- func (c *BiddersAccountsFilterSetsGetCall) IfNoneMatch(entityTag string) *BiddersAccountsFilterSetsGetCall
- type BiddersAccountsFilterSetsImpressionMetricsListCall
- func (c *BiddersAccountsFilterSetsImpressionMetricsListCall) Context(ctx context.Context) *BiddersAccountsFilterSetsImpressionMetricsListCall
- func (c *BiddersAccountsFilterSetsImpressionMetricsListCall) Do(opts ...googleapi.CallOption) (*ListImpressionMetricsResponse, error)
- func (c *BiddersAccountsFilterSetsImpressionMetricsListCall) Fields(s ...googleapi.Field) *BiddersAccountsFilterSetsImpressionMetricsListCall
- func (c *BiddersAccountsFilterSetsImpressionMetricsListCall) Header() http.Header
- func (c *BiddersAccountsFilterSetsImpressionMetricsListCall) IfNoneMatch(entityTag string) *BiddersAccountsFilterSetsImpressionMetricsListCall
- func (c *BiddersAccountsFilterSetsImpressionMetricsListCall) PageSize(pageSize int64) *BiddersAccountsFilterSetsImpressionMetricsListCall
- func (c *BiddersAccountsFilterSetsImpressionMetricsListCall) PageToken(pageToken string) *BiddersAccountsFilterSetsImpressionMetricsListCall
- func (c *BiddersAccountsFilterSetsImpressionMetricsListCall) Pages(ctx context.Context, f func(*ListImpressionMetricsResponse) error) error
- type BiddersAccountsFilterSetsImpressionMetricsService
- type BiddersAccountsFilterSetsListCall
- func (c *BiddersAccountsFilterSetsListCall) Context(ctx context.Context) *BiddersAccountsFilterSetsListCall
- func (c *BiddersAccountsFilterSetsListCall) Do(opts ...googleapi.CallOption) (*ListFilterSetsResponse, error)
- func (c *BiddersAccountsFilterSetsListCall) Fields(s ...googleapi.Field) *BiddersAccountsFilterSetsListCall
- func (c *BiddersAccountsFilterSetsListCall) Header() http.Header
- func (c *BiddersAccountsFilterSetsListCall) IfNoneMatch(entityTag string) *BiddersAccountsFilterSetsListCall
- func (c *BiddersAccountsFilterSetsListCall) PageSize(pageSize int64) *BiddersAccountsFilterSetsListCall
- func (c *BiddersAccountsFilterSetsListCall) PageToken(pageToken string) *BiddersAccountsFilterSetsListCall
- func (c *BiddersAccountsFilterSetsListCall) Pages(ctx context.Context, f func(*ListFilterSetsResponse) error) error
- type BiddersAccountsFilterSetsLosingBidsListCall
- func (c *BiddersAccountsFilterSetsLosingBidsListCall) Context(ctx context.Context) *BiddersAccountsFilterSetsLosingBidsListCall
- func (c *BiddersAccountsFilterSetsLosingBidsListCall) Do(opts ...googleapi.CallOption) (*ListLosingBidsResponse, error)
- func (c *BiddersAccountsFilterSetsLosingBidsListCall) Fields(s ...googleapi.Field) *BiddersAccountsFilterSetsLosingBidsListCall
- func (c *BiddersAccountsFilterSetsLosingBidsListCall) Header() http.Header
- func (c *BiddersAccountsFilterSetsLosingBidsListCall) IfNoneMatch(entityTag string) *BiddersAccountsFilterSetsLosingBidsListCall
- func (c *BiddersAccountsFilterSetsLosingBidsListCall) PageSize(pageSize int64) *BiddersAccountsFilterSetsLosingBidsListCall
- func (c *BiddersAccountsFilterSetsLosingBidsListCall) PageToken(pageToken string) *BiddersAccountsFilterSetsLosingBidsListCall
- func (c *BiddersAccountsFilterSetsLosingBidsListCall) Pages(ctx context.Context, f func(*ListLosingBidsResponse) error) error
- type BiddersAccountsFilterSetsLosingBidsService
- type BiddersAccountsFilterSetsNonBillableWinningBidsListCall
- func (c *BiddersAccountsFilterSetsNonBillableWinningBidsListCall) Context(ctx context.Context) *BiddersAccountsFilterSetsNonBillableWinningBidsListCall
- func (c *BiddersAccountsFilterSetsNonBillableWinningBidsListCall) Do(opts ...googleapi.CallOption) (*ListNonBillableWinningBidsResponse, error)
- func (c *BiddersAccountsFilterSetsNonBillableWinningBidsListCall) Fields(s ...googleapi.Field) *BiddersAccountsFilterSetsNonBillableWinningBidsListCall
- func (c *BiddersAccountsFilterSetsNonBillableWinningBidsListCall) Header() http.Header
- func (c *BiddersAccountsFilterSetsNonBillableWinningBidsListCall) IfNoneMatch(entityTag string) *BiddersAccountsFilterSetsNonBillableWinningBidsListCall
- func (c *BiddersAccountsFilterSetsNonBillableWinningBidsListCall) PageSize(pageSize int64) *BiddersAccountsFilterSetsNonBillableWinningBidsListCall
- func (c *BiddersAccountsFilterSetsNonBillableWinningBidsListCall) PageToken(pageToken string) *BiddersAccountsFilterSetsNonBillableWinningBidsListCall
- func (c *BiddersAccountsFilterSetsNonBillableWinningBidsListCall) Pages(ctx context.Context, f func(*ListNonBillableWinningBidsResponse) error) error
- type BiddersAccountsFilterSetsNonBillableWinningBidsService
- type BiddersAccountsFilterSetsService
- func (r *BiddersAccountsFilterSetsService) Create(ownerName string, filterset *FilterSet) *BiddersAccountsFilterSetsCreateCall
- func (r *BiddersAccountsFilterSetsService) Delete(name string) *BiddersAccountsFilterSetsDeleteCall
- func (r *BiddersAccountsFilterSetsService) Get(name string) *BiddersAccountsFilterSetsGetCall
- func (r *BiddersAccountsFilterSetsService) List(ownerName string) *BiddersAccountsFilterSetsListCall
- type BiddersAccountsService
- type BiddersFilterSetsBidMetricsListCall
- func (c *BiddersFilterSetsBidMetricsListCall) Context(ctx context.Context) *BiddersFilterSetsBidMetricsListCall
- func (c *BiddersFilterSetsBidMetricsListCall) Do(opts ...googleapi.CallOption) (*ListBidMetricsResponse, error)
- func (c *BiddersFilterSetsBidMetricsListCall) Fields(s ...googleapi.Field) *BiddersFilterSetsBidMetricsListCall
- func (c *BiddersFilterSetsBidMetricsListCall) Header() http.Header
- func (c *BiddersFilterSetsBidMetricsListCall) IfNoneMatch(entityTag string) *BiddersFilterSetsBidMetricsListCall
- func (c *BiddersFilterSetsBidMetricsListCall) PageSize(pageSize int64) *BiddersFilterSetsBidMetricsListCall
- func (c *BiddersFilterSetsBidMetricsListCall) PageToken(pageToken string) *BiddersFilterSetsBidMetricsListCall
- func (c *BiddersFilterSetsBidMetricsListCall) Pages(ctx context.Context, f func(*ListBidMetricsResponse) error) error
- type BiddersFilterSetsBidMetricsService
- type BiddersFilterSetsBidResponseErrorsListCall
- func (c *BiddersFilterSetsBidResponseErrorsListCall) Context(ctx context.Context) *BiddersFilterSetsBidResponseErrorsListCall
- func (c *BiddersFilterSetsBidResponseErrorsListCall) Do(opts ...googleapi.CallOption) (*ListBidResponseErrorsResponse, error)
- func (c *BiddersFilterSetsBidResponseErrorsListCall) Fields(s ...googleapi.Field) *BiddersFilterSetsBidResponseErrorsListCall
- func (c *BiddersFilterSetsBidResponseErrorsListCall) Header() http.Header
- func (c *BiddersFilterSetsBidResponseErrorsListCall) IfNoneMatch(entityTag string) *BiddersFilterSetsBidResponseErrorsListCall
- func (c *BiddersFilterSetsBidResponseErrorsListCall) PageSize(pageSize int64) *BiddersFilterSetsBidResponseErrorsListCall
- func (c *BiddersFilterSetsBidResponseErrorsListCall) PageToken(pageToken string) *BiddersFilterSetsBidResponseErrorsListCall
- func (c *BiddersFilterSetsBidResponseErrorsListCall) Pages(ctx context.Context, f func(*ListBidResponseErrorsResponse) error) error
- type BiddersFilterSetsBidResponseErrorsService
- type BiddersFilterSetsBidResponsesWithoutBidsListCall
- func (c *BiddersFilterSetsBidResponsesWithoutBidsListCall) Context(ctx context.Context) *BiddersFilterSetsBidResponsesWithoutBidsListCall
- func (c *BiddersFilterSetsBidResponsesWithoutBidsListCall) Do(opts ...googleapi.CallOption) (*ListBidResponsesWithoutBidsResponse, error)
- func (c *BiddersFilterSetsBidResponsesWithoutBidsListCall) Fields(s ...googleapi.Field) *BiddersFilterSetsBidResponsesWithoutBidsListCall
- func (c *BiddersFilterSetsBidResponsesWithoutBidsListCall) Header() http.Header
- func (c *BiddersFilterSetsBidResponsesWithoutBidsListCall) IfNoneMatch(entityTag string) *BiddersFilterSetsBidResponsesWithoutBidsListCall
- func (c *BiddersFilterSetsBidResponsesWithoutBidsListCall) PageSize(pageSize int64) *BiddersFilterSetsBidResponsesWithoutBidsListCall
- func (c *BiddersFilterSetsBidResponsesWithoutBidsListCall) PageToken(pageToken string) *BiddersFilterSetsBidResponsesWithoutBidsListCall
- func (c *BiddersFilterSetsBidResponsesWithoutBidsListCall) Pages(ctx context.Context, f func(*ListBidResponsesWithoutBidsResponse) error) error
- type BiddersFilterSetsBidResponsesWithoutBidsService
- type BiddersFilterSetsCreateCall
- func (c *BiddersFilterSetsCreateCall) Context(ctx context.Context) *BiddersFilterSetsCreateCall
- func (c *BiddersFilterSetsCreateCall) Do(opts ...googleapi.CallOption) (*FilterSet, error)
- func (c *BiddersFilterSetsCreateCall) Fields(s ...googleapi.Field) *BiddersFilterSetsCreateCall
- func (c *BiddersFilterSetsCreateCall) Header() http.Header
- func (c *BiddersFilterSetsCreateCall) IsTransient(isTransient bool) *BiddersFilterSetsCreateCall
- type BiddersFilterSetsDeleteCall
- func (c *BiddersFilterSetsDeleteCall) Context(ctx context.Context) *BiddersFilterSetsDeleteCall
- func (c *BiddersFilterSetsDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error)
- func (c *BiddersFilterSetsDeleteCall) Fields(s ...googleapi.Field) *BiddersFilterSetsDeleteCall
- func (c *BiddersFilterSetsDeleteCall) Header() http.Header
- type BiddersFilterSetsFilteredBidRequestsListCall
- func (c *BiddersFilterSetsFilteredBidRequestsListCall) Context(ctx context.Context) *BiddersFilterSetsFilteredBidRequestsListCall
- func (c *BiddersFilterSetsFilteredBidRequestsListCall) Do(opts ...googleapi.CallOption) (*ListFilteredBidRequestsResponse, error)
- func (c *BiddersFilterSetsFilteredBidRequestsListCall) Fields(s ...googleapi.Field) *BiddersFilterSetsFilteredBidRequestsListCall
- func (c *BiddersFilterSetsFilteredBidRequestsListCall) Header() http.Header
- func (c *BiddersFilterSetsFilteredBidRequestsListCall) IfNoneMatch(entityTag string) *BiddersFilterSetsFilteredBidRequestsListCall
- func (c *BiddersFilterSetsFilteredBidRequestsListCall) PageSize(pageSize int64) *BiddersFilterSetsFilteredBidRequestsListCall
- func (c *BiddersFilterSetsFilteredBidRequestsListCall) PageToken(pageToken string) *BiddersFilterSetsFilteredBidRequestsListCall
- func (c *BiddersFilterSetsFilteredBidRequestsListCall) Pages(ctx context.Context, f func(*ListFilteredBidRequestsResponse) error) error
- type BiddersFilterSetsFilteredBidRequestsService
- type BiddersFilterSetsFilteredBidsCreativesListCall
- func (c *BiddersFilterSetsFilteredBidsCreativesListCall) Context(ctx context.Context) *BiddersFilterSetsFilteredBidsCreativesListCall
- func (c *BiddersFilterSetsFilteredBidsCreativesListCall) Do(opts ...googleapi.CallOption) (*ListCreativeStatusBreakdownByCreativeResponse, error)
- func (c *BiddersFilterSetsFilteredBidsCreativesListCall) Fields(s ...googleapi.Field) *BiddersFilterSetsFilteredBidsCreativesListCall
- func (c *BiddersFilterSetsFilteredBidsCreativesListCall) Header() http.Header
- func (c *BiddersFilterSetsFilteredBidsCreativesListCall) IfNoneMatch(entityTag string) *BiddersFilterSetsFilteredBidsCreativesListCall
- func (c *BiddersFilterSetsFilteredBidsCreativesListCall) PageSize(pageSize int64) *BiddersFilterSetsFilteredBidsCreativesListCall
- func (c *BiddersFilterSetsFilteredBidsCreativesListCall) PageToken(pageToken string) *BiddersFilterSetsFilteredBidsCreativesListCall
- func (c *BiddersFilterSetsFilteredBidsCreativesListCall) Pages(ctx context.Context, ...) error
- type BiddersFilterSetsFilteredBidsCreativesService
- type BiddersFilterSetsFilteredBidsDetailsListCall
- func (c *BiddersFilterSetsFilteredBidsDetailsListCall) Context(ctx context.Context) *BiddersFilterSetsFilteredBidsDetailsListCall
- func (c *BiddersFilterSetsFilteredBidsDetailsListCall) Do(opts ...googleapi.CallOption) (*ListCreativeStatusBreakdownByDetailResponse, error)
- func (c *BiddersFilterSetsFilteredBidsDetailsListCall) Fields(s ...googleapi.Field) *BiddersFilterSetsFilteredBidsDetailsListCall
- func (c *BiddersFilterSetsFilteredBidsDetailsListCall) Header() http.Header
- func (c *BiddersFilterSetsFilteredBidsDetailsListCall) IfNoneMatch(entityTag string) *BiddersFilterSetsFilteredBidsDetailsListCall
- func (c *BiddersFilterSetsFilteredBidsDetailsListCall) PageSize(pageSize int64) *BiddersFilterSetsFilteredBidsDetailsListCall
- func (c *BiddersFilterSetsFilteredBidsDetailsListCall) PageToken(pageToken string) *BiddersFilterSetsFilteredBidsDetailsListCall
- func (c *BiddersFilterSetsFilteredBidsDetailsListCall) Pages(ctx context.Context, ...) error
- type BiddersFilterSetsFilteredBidsDetailsService
- type BiddersFilterSetsFilteredBidsListCall
- func (c *BiddersFilterSetsFilteredBidsListCall) Context(ctx context.Context) *BiddersFilterSetsFilteredBidsListCall
- func (c *BiddersFilterSetsFilteredBidsListCall) Do(opts ...googleapi.CallOption) (*ListFilteredBidsResponse, error)
- func (c *BiddersFilterSetsFilteredBidsListCall) Fields(s ...googleapi.Field) *BiddersFilterSetsFilteredBidsListCall
- func (c *BiddersFilterSetsFilteredBidsListCall) Header() http.Header
- func (c *BiddersFilterSetsFilteredBidsListCall) IfNoneMatch(entityTag string) *BiddersFilterSetsFilteredBidsListCall
- func (c *BiddersFilterSetsFilteredBidsListCall) PageSize(pageSize int64) *BiddersFilterSetsFilteredBidsListCall
- func (c *BiddersFilterSetsFilteredBidsListCall) PageToken(pageToken string) *BiddersFilterSetsFilteredBidsListCall
- func (c *BiddersFilterSetsFilteredBidsListCall) Pages(ctx context.Context, f func(*ListFilteredBidsResponse) error) error
- type BiddersFilterSetsFilteredBidsService
- type BiddersFilterSetsGetCall
- func (c *BiddersFilterSetsGetCall) Context(ctx context.Context) *BiddersFilterSetsGetCall
- func (c *BiddersFilterSetsGetCall) Do(opts ...googleapi.CallOption) (*FilterSet, error)
- func (c *BiddersFilterSetsGetCall) Fields(s ...googleapi.Field) *BiddersFilterSetsGetCall
- func (c *BiddersFilterSetsGetCall) Header() http.Header
- func (c *BiddersFilterSetsGetCall) IfNoneMatch(entityTag string) *BiddersFilterSetsGetCall
- type BiddersFilterSetsImpressionMetricsListCall
- func (c *BiddersFilterSetsImpressionMetricsListCall) Context(ctx context.Context) *BiddersFilterSetsImpressionMetricsListCall
- func (c *BiddersFilterSetsImpressionMetricsListCall) Do(opts ...googleapi.CallOption) (*ListImpressionMetricsResponse, error)
- func (c *BiddersFilterSetsImpressionMetricsListCall) Fields(s ...googleapi.Field) *BiddersFilterSetsImpressionMetricsListCall
- func (c *BiddersFilterSetsImpressionMetricsListCall) Header() http.Header
- func (c *BiddersFilterSetsImpressionMetricsListCall) IfNoneMatch(entityTag string) *BiddersFilterSetsImpressionMetricsListCall
- func (c *BiddersFilterSetsImpressionMetricsListCall) PageSize(pageSize int64) *BiddersFilterSetsImpressionMetricsListCall
- func (c *BiddersFilterSetsImpressionMetricsListCall) PageToken(pageToken string) *BiddersFilterSetsImpressionMetricsListCall
- func (c *BiddersFilterSetsImpressionMetricsListCall) Pages(ctx context.Context, f func(*ListImpressionMetricsResponse) error) error
- type BiddersFilterSetsImpressionMetricsService
- type BiddersFilterSetsListCall
- func (c *BiddersFilterSetsListCall) Context(ctx context.Context) *BiddersFilterSetsListCall
- func (c *BiddersFilterSetsListCall) Do(opts ...googleapi.CallOption) (*ListFilterSetsResponse, error)
- func (c *BiddersFilterSetsListCall) Fields(s ...googleapi.Field) *BiddersFilterSetsListCall
- func (c *BiddersFilterSetsListCall) Header() http.Header
- func (c *BiddersFilterSetsListCall) IfNoneMatch(entityTag string) *BiddersFilterSetsListCall
- func (c *BiddersFilterSetsListCall) PageSize(pageSize int64) *BiddersFilterSetsListCall
- func (c *BiddersFilterSetsListCall) PageToken(pageToken string) *BiddersFilterSetsListCall
- func (c *BiddersFilterSetsListCall) Pages(ctx context.Context, f func(*ListFilterSetsResponse) error) error
- type BiddersFilterSetsLosingBidsListCall
- func (c *BiddersFilterSetsLosingBidsListCall) Context(ctx context.Context) *BiddersFilterSetsLosingBidsListCall
- func (c *BiddersFilterSetsLosingBidsListCall) Do(opts ...googleapi.CallOption) (*ListLosingBidsResponse, error)
- func (c *BiddersFilterSetsLosingBidsListCall) Fields(s ...googleapi.Field) *BiddersFilterSetsLosingBidsListCall
- func (c *BiddersFilterSetsLosingBidsListCall) Header() http.Header
- func (c *BiddersFilterSetsLosingBidsListCall) IfNoneMatch(entityTag string) *BiddersFilterSetsLosingBidsListCall
- func (c *BiddersFilterSetsLosingBidsListCall) PageSize(pageSize int64) *BiddersFilterSetsLosingBidsListCall
- func (c *BiddersFilterSetsLosingBidsListCall) PageToken(pageToken string) *BiddersFilterSetsLosingBidsListCall
- func (c *BiddersFilterSetsLosingBidsListCall) Pages(ctx context.Context, f func(*ListLosingBidsResponse) error) error
- type BiddersFilterSetsLosingBidsService
- type BiddersFilterSetsNonBillableWinningBidsListCall
- func (c *BiddersFilterSetsNonBillableWinningBidsListCall) Context(ctx context.Context) *BiddersFilterSetsNonBillableWinningBidsListCall
- func (c *BiddersFilterSetsNonBillableWinningBidsListCall) Do(opts ...googleapi.CallOption) (*ListNonBillableWinningBidsResponse, error)
- func (c *BiddersFilterSetsNonBillableWinningBidsListCall) Fields(s ...googleapi.Field) *BiddersFilterSetsNonBillableWinningBidsListCall
- func (c *BiddersFilterSetsNonBillableWinningBidsListCall) Header() http.Header
- func (c *BiddersFilterSetsNonBillableWinningBidsListCall) IfNoneMatch(entityTag string) *BiddersFilterSetsNonBillableWinningBidsListCall
- func (c *BiddersFilterSetsNonBillableWinningBidsListCall) PageSize(pageSize int64) *BiddersFilterSetsNonBillableWinningBidsListCall
- func (c *BiddersFilterSetsNonBillableWinningBidsListCall) PageToken(pageToken string) *BiddersFilterSetsNonBillableWinningBidsListCall
- func (c *BiddersFilterSetsNonBillableWinningBidsListCall) Pages(ctx context.Context, f func(*ListNonBillableWinningBidsResponse) error) error
- type BiddersFilterSetsNonBillableWinningBidsService
- type BiddersFilterSetsService
- func (r *BiddersFilterSetsService) Create(ownerName string, filterset *FilterSet) *BiddersFilterSetsCreateCall
- func (r *BiddersFilterSetsService) Delete(name string) *BiddersFilterSetsDeleteCall
- func (r *BiddersFilterSetsService) Get(name string) *BiddersFilterSetsGetCall
- func (r *BiddersFilterSetsService) List(ownerName string) *BiddersFilterSetsListCall
- type BiddersService
- type Buyer
- type CalloutStatusRow
- type CancelNegotiationRequest
- type Client
- type ClientUser
- type ClientUserInvitation
- type CompleteSetupRequest
- type ContactInformation
- type Correction
- type Creative
- type CreativeDealAssociation
- type CreativeRestrictions
- type CreativeSize
- type CreativeSpecification
- type CreativeStatusRow
- type CriteriaTargeting
- type Date
- type DayPart
- type DayPartTargeting
- type Deal
- type DealPauseStatus
- type DealServingMetadata
- type DealTerms
- type DeliveryControl
- type Disapproval
- type Empty
- type FilterSet
- type FilteredBidCreativeRow
- type FilteredBidDetailRow
- type FirstPartyMobileApplicationTargeting
- type FrequencyCap
- type GuaranteedFixedPriceTerms
- type HtmlContent
- type Image
- type ImpressionMetricsRow
- type InventorySizeTargeting
- type ListBidMetricsResponse
- type ListBidResponseErrorsResponse
- type ListBidResponsesWithoutBidsResponse
- type ListClientUserInvitationsResponse
- type ListClientUsersResponse
- type ListClientsResponse
- type ListCreativeStatusBreakdownByCreativeResponse
- type ListCreativeStatusBreakdownByDetailResponse
- type ListCreativesResponse
- type ListDealAssociationsResponse
- type ListFilterSetsResponse
- type ListFilteredBidRequestsResponse
- type ListFilteredBidsResponse
- type ListImpressionMetricsResponse
- type ListLosingBidsResponse
- type ListNonBillableWinningBidsResponse
- type ListProductsResponse
- type ListProposalsResponse
- type ListPublisherProfilesResponse
- type LocationContext
- type MarketplaceTargeting
- type MetricValue
- type MobileApplicationTargeting
- type Money
- type NativeContent
- type NonBillableWinningBidStatusRow
- type NonGuaranteedAuctionTerms
- type NonGuaranteedFixedPriceTerms
- type Note
- type OperatingSystemTargeting
- type PauseProposalRequest
- type PlacementTargeting
- type PlatformContext
- type Price
- type PricePerBuyer
- type PrivateData
- type Product
- type Proposal
- type PublisherProfile
- type PublisherProfileMobileApplication
- type RealtimeTimeRange
- type RelativeDateRange
- type RemoveDealAssociationRequest
- type ResumeProposalRequest
- type RowDimensions
- type SecurityContext
- type Seller
- type Service
- type ServingContext
- type ServingRestriction
- type Size
- type StopWatchingCreativeRequest
- type TargetingCriteria
- type TargetingValue
- type TechnologyTargeting
- type TimeInterval
- type TimeOfDay
- type UrlTargeting
- type VideoContent
- type VideoTargeting
- type WatchCreativeRequest
Constants ¶
const (
// Manage your Ad Exchange buyer account configuration
AdexchangeBuyerScope = "https://www.googleapis.com/auth/adexchange.buyer"
)
OAuth2 scopes used by this API.
Variables ¶
Functions ¶
Types ¶
type AbsoluteDateRange ¶
type AbsoluteDateRange struct { // EndDate: The end date of the range (inclusive). Must be within the 30 // days leading up to current date, and must be equal to or after // start_date. EndDate *Date `json:"endDate,omitempty"` // StartDate: The start date of the range (inclusive). Must be within // the 30 days leading up to current date, and must be equal to or // before end_date. StartDate *Date `json:"startDate,omitempty"` // ForceSendFields is a list of field names (e.g. "EndDate") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "EndDate") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
AbsoluteDateRange: An absolute date range, specified by its start date and end date. The supported range of dates begins 30 days before today and ends today. Validity checked upon filter set creation. If a filter set with an absolute date range is run at a later date more than 30 days after start_date, it will fail.
func (*AbsoluteDateRange) MarshalJSON ¶
func (s *AbsoluteDateRange) MarshalJSON() ([]byte, error)
type AcceptProposalRequest ¶
type AcceptProposalRequest struct { // ProposalRevision: The last known client revision number of the // proposal. ProposalRevision int64 `json:"proposalRevision,omitempty,string"` // ForceSendFields is a list of field names (e.g. "ProposalRevision") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "ProposalRevision") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
AcceptProposalRequest: Request to accept a proposal.
func (*AcceptProposalRequest) MarshalJSON ¶
func (s *AcceptProposalRequest) MarshalJSON() ([]byte, error)
type AccountsClientsCreateCall ¶
type AccountsClientsCreateCall struct {
// contains filtered or unexported fields
}
func (*AccountsClientsCreateCall) Context ¶
func (c *AccountsClientsCreateCall) Context(ctx context.Context) *AccountsClientsCreateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*AccountsClientsCreateCall) Do ¶
func (c *AccountsClientsCreateCall) Do(opts ...googleapi.CallOption) (*Client, error)
Do executes the "adexchangebuyer2.accounts.clients.create" call. Exactly one of *Client or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Client.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*AccountsClientsCreateCall) Fields ¶
func (c *AccountsClientsCreateCall) Fields(s ...googleapi.Field) *AccountsClientsCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*AccountsClientsCreateCall) Header ¶
func (c *AccountsClientsCreateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type AccountsClientsGetCall ¶
type AccountsClientsGetCall struct {
// contains filtered or unexported fields
}
func (*AccountsClientsGetCall) Context ¶
func (c *AccountsClientsGetCall) Context(ctx context.Context) *AccountsClientsGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*AccountsClientsGetCall) Do ¶
func (c *AccountsClientsGetCall) Do(opts ...googleapi.CallOption) (*Client, error)
Do executes the "adexchangebuyer2.accounts.clients.get" call. Exactly one of *Client or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Client.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*AccountsClientsGetCall) Fields ¶
func (c *AccountsClientsGetCall) Fields(s ...googleapi.Field) *AccountsClientsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*AccountsClientsGetCall) Header ¶
func (c *AccountsClientsGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*AccountsClientsGetCall) IfNoneMatch ¶
func (c *AccountsClientsGetCall) IfNoneMatch(entityTag string) *AccountsClientsGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type AccountsClientsInvitationsCreateCall ¶
type AccountsClientsInvitationsCreateCall struct {
// contains filtered or unexported fields
}
func (*AccountsClientsInvitationsCreateCall) Context ¶
func (c *AccountsClientsInvitationsCreateCall) Context(ctx context.Context) *AccountsClientsInvitationsCreateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*AccountsClientsInvitationsCreateCall) Do ¶
func (c *AccountsClientsInvitationsCreateCall) Do(opts ...googleapi.CallOption) (*ClientUserInvitation, error)
Do executes the "adexchangebuyer2.accounts.clients.invitations.create" call. Exactly one of *ClientUserInvitation or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ClientUserInvitation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*AccountsClientsInvitationsCreateCall) Fields ¶
func (c *AccountsClientsInvitationsCreateCall) Fields(s ...googleapi.Field) *AccountsClientsInvitationsCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*AccountsClientsInvitationsCreateCall) Header ¶
func (c *AccountsClientsInvitationsCreateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type AccountsClientsInvitationsGetCall ¶
type AccountsClientsInvitationsGetCall struct {
// contains filtered or unexported fields
}
func (*AccountsClientsInvitationsGetCall) Context ¶
func (c *AccountsClientsInvitationsGetCall) Context(ctx context.Context) *AccountsClientsInvitationsGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*AccountsClientsInvitationsGetCall) Do ¶
func (c *AccountsClientsInvitationsGetCall) Do(opts ...googleapi.CallOption) (*ClientUserInvitation, error)
Do executes the "adexchangebuyer2.accounts.clients.invitations.get" call. Exactly one of *ClientUserInvitation or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ClientUserInvitation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*AccountsClientsInvitationsGetCall) Fields ¶
func (c *AccountsClientsInvitationsGetCall) Fields(s ...googleapi.Field) *AccountsClientsInvitationsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*AccountsClientsInvitationsGetCall) Header ¶
func (c *AccountsClientsInvitationsGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*AccountsClientsInvitationsGetCall) IfNoneMatch ¶
func (c *AccountsClientsInvitationsGetCall) IfNoneMatch(entityTag string) *AccountsClientsInvitationsGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type AccountsClientsInvitationsListCall ¶
type AccountsClientsInvitationsListCall struct {
// contains filtered or unexported fields
}
func (*AccountsClientsInvitationsListCall) Context ¶
func (c *AccountsClientsInvitationsListCall) Context(ctx context.Context) *AccountsClientsInvitationsListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*AccountsClientsInvitationsListCall) Do ¶
func (c *AccountsClientsInvitationsListCall) Do(opts ...googleapi.CallOption) (*ListClientUserInvitationsResponse, error)
Do executes the "adexchangebuyer2.accounts.clients.invitations.list" call. Exactly one of *ListClientUserInvitationsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ListClientUserInvitationsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*AccountsClientsInvitationsListCall) Fields ¶
func (c *AccountsClientsInvitationsListCall) Fields(s ...googleapi.Field) *AccountsClientsInvitationsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*AccountsClientsInvitationsListCall) Header ¶
func (c *AccountsClientsInvitationsListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*AccountsClientsInvitationsListCall) IfNoneMatch ¶
func (c *AccountsClientsInvitationsListCall) IfNoneMatch(entityTag string) *AccountsClientsInvitationsListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*AccountsClientsInvitationsListCall) PageSize ¶
func (c *AccountsClientsInvitationsListCall) PageSize(pageSize int64) *AccountsClientsInvitationsListCall
PageSize sets the optional parameter "pageSize": Requested page size. Server may return fewer clients than requested. If unspecified, server will pick an appropriate default.
func (*AccountsClientsInvitationsListCall) PageToken ¶
func (c *AccountsClientsInvitationsListCall) PageToken(pageToken string) *AccountsClientsInvitationsListCall
PageToken sets the optional parameter "pageToken": A token identifying a page of results the server should return. Typically, this is the value of ListClientUserInvitationsResponse.nextPageToken returned from the previous call to the clients.invitations.list method.
func (*AccountsClientsInvitationsListCall) Pages ¶
func (c *AccountsClientsInvitationsListCall) Pages(ctx context.Context, f func(*ListClientUserInvitationsResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type AccountsClientsInvitationsService ¶
type AccountsClientsInvitationsService struct {
// contains filtered or unexported fields
}
func NewAccountsClientsInvitationsService ¶
func NewAccountsClientsInvitationsService(s *Service) *AccountsClientsInvitationsService
func (*AccountsClientsInvitationsService) Create ¶
func (r *AccountsClientsInvitationsService) Create(accountId int64, clientAccountId int64, clientuserinvitation *ClientUserInvitation) *AccountsClientsInvitationsCreateCall
Create: Creates and sends out an email invitation to access an Ad Exchange client buyer account.
func (*AccountsClientsInvitationsService) Get ¶
func (r *AccountsClientsInvitationsService) Get(accountId int64, clientAccountId int64, invitationId int64) *AccountsClientsInvitationsGetCall
Get: Retrieves an existing client user invitation.
func (*AccountsClientsInvitationsService) List ¶
func (r *AccountsClientsInvitationsService) List(accountId int64, clientAccountId string) *AccountsClientsInvitationsListCall
List: Lists all the client users invitations for a client with a given account ID.
type AccountsClientsListCall ¶
type AccountsClientsListCall struct {
// contains filtered or unexported fields
}
func (*AccountsClientsListCall) Context ¶
func (c *AccountsClientsListCall) Context(ctx context.Context) *AccountsClientsListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*AccountsClientsListCall) Do ¶
func (c *AccountsClientsListCall) Do(opts ...googleapi.CallOption) (*ListClientsResponse, error)
Do executes the "adexchangebuyer2.accounts.clients.list" call. Exactly one of *ListClientsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ListClientsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*AccountsClientsListCall) Fields ¶
func (c *AccountsClientsListCall) Fields(s ...googleapi.Field) *AccountsClientsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*AccountsClientsListCall) Header ¶
func (c *AccountsClientsListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*AccountsClientsListCall) IfNoneMatch ¶
func (c *AccountsClientsListCall) IfNoneMatch(entityTag string) *AccountsClientsListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*AccountsClientsListCall) PageSize ¶
func (c *AccountsClientsListCall) PageSize(pageSize int64) *AccountsClientsListCall
PageSize sets the optional parameter "pageSize": Requested page size. The server may return fewer clients than requested. If unspecified, the server will pick an appropriate default.
func (*AccountsClientsListCall) PageToken ¶
func (c *AccountsClientsListCall) PageToken(pageToken string) *AccountsClientsListCall
PageToken sets the optional parameter "pageToken": A token identifying a page of results the server should return. Typically, this is the value of ListClientsResponse.nextPageToken returned from the previous call to the accounts.clients.list method.
func (*AccountsClientsListCall) Pages ¶
func (c *AccountsClientsListCall) Pages(ctx context.Context, f func(*ListClientsResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
func (*AccountsClientsListCall) PartnerClientId ¶
func (c *AccountsClientsListCall) PartnerClientId(partnerClientId string) *AccountsClientsListCall
PartnerClientId sets the optional parameter "partnerClientId": Optional unique identifier (from the standpoint of an Ad Exchange sponsor buyer partner) of the client to return. If specified, at most one client will be returned in the response.
type AccountsClientsService ¶
type AccountsClientsService struct { Invitations *AccountsClientsInvitationsService Users *AccountsClientsUsersService // contains filtered or unexported fields }
func NewAccountsClientsService ¶
func NewAccountsClientsService(s *Service) *AccountsClientsService
func (*AccountsClientsService) Create ¶
func (r *AccountsClientsService) Create(accountId int64, client *Client) *AccountsClientsCreateCall
Create: Creates a new client buyer.
func (*AccountsClientsService) Get ¶
func (r *AccountsClientsService) Get(accountId int64, clientAccountId int64) *AccountsClientsGetCall
Get: Gets a client buyer with a given client account ID.
func (*AccountsClientsService) List ¶
func (r *AccountsClientsService) List(accountId int64) *AccountsClientsListCall
List: Lists all the clients for the current sponsor buyer.
func (*AccountsClientsService) Update ¶
func (r *AccountsClientsService) Update(accountId int64, clientAccountId int64, client *Client) *AccountsClientsUpdateCall
Update: Updates an existing client buyer.
type AccountsClientsUpdateCall ¶
type AccountsClientsUpdateCall struct {
// contains filtered or unexported fields
}
func (*AccountsClientsUpdateCall) Context ¶
func (c *AccountsClientsUpdateCall) Context(ctx context.Context) *AccountsClientsUpdateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*AccountsClientsUpdateCall) Do ¶
func (c *AccountsClientsUpdateCall) Do(opts ...googleapi.CallOption) (*Client, error)
Do executes the "adexchangebuyer2.accounts.clients.update" call. Exactly one of *Client or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Client.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*AccountsClientsUpdateCall) Fields ¶
func (c *AccountsClientsUpdateCall) Fields(s ...googleapi.Field) *AccountsClientsUpdateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*AccountsClientsUpdateCall) Header ¶
func (c *AccountsClientsUpdateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type AccountsClientsUsersGetCall ¶
type AccountsClientsUsersGetCall struct {
// contains filtered or unexported fields
}
func (*AccountsClientsUsersGetCall) Context ¶
func (c *AccountsClientsUsersGetCall) Context(ctx context.Context) *AccountsClientsUsersGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*AccountsClientsUsersGetCall) Do ¶
func (c *AccountsClientsUsersGetCall) Do(opts ...googleapi.CallOption) (*ClientUser, error)
Do executes the "adexchangebuyer2.accounts.clients.users.get" call. Exactly one of *ClientUser or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ClientUser.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*AccountsClientsUsersGetCall) Fields ¶
func (c *AccountsClientsUsersGetCall) Fields(s ...googleapi.Field) *AccountsClientsUsersGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*AccountsClientsUsersGetCall) Header ¶
func (c *AccountsClientsUsersGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*AccountsClientsUsersGetCall) IfNoneMatch ¶
func (c *AccountsClientsUsersGetCall) IfNoneMatch(entityTag string) *AccountsClientsUsersGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type AccountsClientsUsersListCall ¶
type AccountsClientsUsersListCall struct {
// contains filtered or unexported fields
}
func (*AccountsClientsUsersListCall) Context ¶
func (c *AccountsClientsUsersListCall) Context(ctx context.Context) *AccountsClientsUsersListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*AccountsClientsUsersListCall) Do ¶
func (c *AccountsClientsUsersListCall) Do(opts ...googleapi.CallOption) (*ListClientUsersResponse, error)
Do executes the "adexchangebuyer2.accounts.clients.users.list" call. Exactly one of *ListClientUsersResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ListClientUsersResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*AccountsClientsUsersListCall) Fields ¶
func (c *AccountsClientsUsersListCall) Fields(s ...googleapi.Field) *AccountsClientsUsersListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*AccountsClientsUsersListCall) Header ¶
func (c *AccountsClientsUsersListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*AccountsClientsUsersListCall) IfNoneMatch ¶
func (c *AccountsClientsUsersListCall) IfNoneMatch(entityTag string) *AccountsClientsUsersListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*AccountsClientsUsersListCall) PageSize ¶
func (c *AccountsClientsUsersListCall) PageSize(pageSize int64) *AccountsClientsUsersListCall
PageSize sets the optional parameter "pageSize": Requested page size. The server may return fewer clients than requested. If unspecified, the server will pick an appropriate default.
func (*AccountsClientsUsersListCall) PageToken ¶
func (c *AccountsClientsUsersListCall) PageToken(pageToken string) *AccountsClientsUsersListCall
PageToken sets the optional parameter "pageToken": A token identifying a page of results the server should return. Typically, this is the value of ListClientUsersResponse.nextPageToken returned from the previous call to the accounts.clients.users.list method.
func (*AccountsClientsUsersListCall) Pages ¶
func (c *AccountsClientsUsersListCall) Pages(ctx context.Context, f func(*ListClientUsersResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type AccountsClientsUsersService ¶
type AccountsClientsUsersService struct {
// contains filtered or unexported fields
}
func NewAccountsClientsUsersService ¶
func NewAccountsClientsUsersService(s *Service) *AccountsClientsUsersService
func (*AccountsClientsUsersService) Get ¶
func (r *AccountsClientsUsersService) Get(accountId int64, clientAccountId int64, userId int64) *AccountsClientsUsersGetCall
Get: Retrieves an existing client user.
func (*AccountsClientsUsersService) List ¶
func (r *AccountsClientsUsersService) List(accountId int64, clientAccountId string) *AccountsClientsUsersListCall
List: Lists all the known client users for a specified sponsor buyer account ID.
func (*AccountsClientsUsersService) Update ¶
func (r *AccountsClientsUsersService) Update(accountId int64, clientAccountId int64, userId int64, clientuser *ClientUser) *AccountsClientsUsersUpdateCall
Update: Updates an existing client user. Only the user status can be changed on update.
type AccountsClientsUsersUpdateCall ¶
type AccountsClientsUsersUpdateCall struct {
// contains filtered or unexported fields
}
func (*AccountsClientsUsersUpdateCall) Context ¶
func (c *AccountsClientsUsersUpdateCall) Context(ctx context.Context) *AccountsClientsUsersUpdateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*AccountsClientsUsersUpdateCall) Do ¶
func (c *AccountsClientsUsersUpdateCall) Do(opts ...googleapi.CallOption) (*ClientUser, error)
Do executes the "adexchangebuyer2.accounts.clients.users.update" call. Exactly one of *ClientUser or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ClientUser.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*AccountsClientsUsersUpdateCall) Fields ¶
func (c *AccountsClientsUsersUpdateCall) Fields(s ...googleapi.Field) *AccountsClientsUsersUpdateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*AccountsClientsUsersUpdateCall) Header ¶
func (c *AccountsClientsUsersUpdateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type AccountsCreativesCreateCall ¶
type AccountsCreativesCreateCall struct {
// contains filtered or unexported fields
}
func (*AccountsCreativesCreateCall) Context ¶
func (c *AccountsCreativesCreateCall) Context(ctx context.Context) *AccountsCreativesCreateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*AccountsCreativesCreateCall) Do ¶
func (c *AccountsCreativesCreateCall) Do(opts ...googleapi.CallOption) (*Creative, error)
Do executes the "adexchangebuyer2.accounts.creatives.create" call. Exactly one of *Creative or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Creative.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*AccountsCreativesCreateCall) DuplicateIdMode ¶
func (c *AccountsCreativesCreateCall) DuplicateIdMode(duplicateIdMode string) *AccountsCreativesCreateCall
DuplicateIdMode sets the optional parameter "duplicateIdMode": Indicates if multiple creatives can share an ID or not. Default is NO_DUPLICATES (one ID per creative).
Possible values:
"NO_DUPLICATES" - Recommended. This means that an ID will be unique
to a single creative. Multiple creatives will not share an ID.
"FORCE_ENABLE_DUPLICATE_IDS" - Not recommended. Using this option
will allow multiple creatives to share the same ID. Get and Update requests will not be possible for any ID that has more than one creative associated. (List will still function.) This is only intended for backwards compatibility in cases where a single ID is already shared by multiple creatives from previous APIs.
func (*AccountsCreativesCreateCall) Fields ¶
func (c *AccountsCreativesCreateCall) Fields(s ...googleapi.Field) *AccountsCreativesCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*AccountsCreativesCreateCall) Header ¶
func (c *AccountsCreativesCreateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type AccountsCreativesDealAssociationsAddCall ¶
type AccountsCreativesDealAssociationsAddCall struct {
// contains filtered or unexported fields
}
func (*AccountsCreativesDealAssociationsAddCall) Context ¶
func (c *AccountsCreativesDealAssociationsAddCall) Context(ctx context.Context) *AccountsCreativesDealAssociationsAddCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*AccountsCreativesDealAssociationsAddCall) Do ¶
func (c *AccountsCreativesDealAssociationsAddCall) Do(opts ...googleapi.CallOption) (*Empty, error)
Do executes the "adexchangebuyer2.accounts.creatives.dealAssociations.add" call. Exactly one of *Empty or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Empty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*AccountsCreativesDealAssociationsAddCall) Fields ¶
func (c *AccountsCreativesDealAssociationsAddCall) Fields(s ...googleapi.Field) *AccountsCreativesDealAssociationsAddCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*AccountsCreativesDealAssociationsAddCall) Header ¶
func (c *AccountsCreativesDealAssociationsAddCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type AccountsCreativesDealAssociationsListCall ¶
type AccountsCreativesDealAssociationsListCall struct {
// contains filtered or unexported fields
}
func (*AccountsCreativesDealAssociationsListCall) Context ¶
func (c *AccountsCreativesDealAssociationsListCall) Context(ctx context.Context) *AccountsCreativesDealAssociationsListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*AccountsCreativesDealAssociationsListCall) Do ¶
func (c *AccountsCreativesDealAssociationsListCall) Do(opts ...googleapi.CallOption) (*ListDealAssociationsResponse, error)
Do executes the "adexchangebuyer2.accounts.creatives.dealAssociations.list" call. Exactly one of *ListDealAssociationsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ListDealAssociationsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*AccountsCreativesDealAssociationsListCall) Fields ¶
func (c *AccountsCreativesDealAssociationsListCall) Fields(s ...googleapi.Field) *AccountsCreativesDealAssociationsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*AccountsCreativesDealAssociationsListCall) Header ¶
func (c *AccountsCreativesDealAssociationsListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*AccountsCreativesDealAssociationsListCall) IfNoneMatch ¶
func (c *AccountsCreativesDealAssociationsListCall) IfNoneMatch(entityTag string) *AccountsCreativesDealAssociationsListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*AccountsCreativesDealAssociationsListCall) PageSize ¶
func (c *AccountsCreativesDealAssociationsListCall) PageSize(pageSize int64) *AccountsCreativesDealAssociationsListCall
PageSize sets the optional parameter "pageSize": Requested page size. Server may return fewer associations than requested. If unspecified, server will pick an appropriate default.
func (*AccountsCreativesDealAssociationsListCall) PageToken ¶
func (c *AccountsCreativesDealAssociationsListCall) PageToken(pageToken string) *AccountsCreativesDealAssociationsListCall
PageToken sets the optional parameter "pageToken": A token identifying a page of results the server should return. Typically, this is the value of ListDealAssociationsResponse.next_page_token returned from the previous call to 'ListDealAssociations' method.
func (*AccountsCreativesDealAssociationsListCall) Pages ¶
func (c *AccountsCreativesDealAssociationsListCall) Pages(ctx context.Context, f func(*ListDealAssociationsResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
func (*AccountsCreativesDealAssociationsListCall) Query ¶
func (c *AccountsCreativesDealAssociationsListCall) Query(query string) *AccountsCreativesDealAssociationsListCall
Query sets the optional parameter "query": An optional query string to filter deal associations. If no filter is specified, all associations will be returned. Supported queries are: - accountId=*account_id_string* - creativeId=*creative_id_string* - dealsId=*deals_id_string* - dealsStatus:{approved, conditionally_approved, disapproved, not_checked} - openAuctionStatus:{approved, conditionally_approved, disapproved, not_checked} Example: 'dealsId=12345 AND dealsStatus:disapproved'
type AccountsCreativesDealAssociationsRemoveCall ¶
type AccountsCreativesDealAssociationsRemoveCall struct {
// contains filtered or unexported fields
}
func (*AccountsCreativesDealAssociationsRemoveCall) Context ¶
func (c *AccountsCreativesDealAssociationsRemoveCall) Context(ctx context.Context) *AccountsCreativesDealAssociationsRemoveCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*AccountsCreativesDealAssociationsRemoveCall) Do ¶
func (c *AccountsCreativesDealAssociationsRemoveCall) Do(opts ...googleapi.CallOption) (*Empty, error)
Do executes the "adexchangebuyer2.accounts.creatives.dealAssociations.remove" call. Exactly one of *Empty or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Empty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*AccountsCreativesDealAssociationsRemoveCall) Fields ¶
func (c *AccountsCreativesDealAssociationsRemoveCall) Fields(s ...googleapi.Field) *AccountsCreativesDealAssociationsRemoveCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*AccountsCreativesDealAssociationsRemoveCall) Header ¶
func (c *AccountsCreativesDealAssociationsRemoveCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type AccountsCreativesDealAssociationsService ¶
type AccountsCreativesDealAssociationsService struct {
// contains filtered or unexported fields
}
func NewAccountsCreativesDealAssociationsService ¶
func NewAccountsCreativesDealAssociationsService(s *Service) *AccountsCreativesDealAssociationsService
func (*AccountsCreativesDealAssociationsService) Add ¶
func (r *AccountsCreativesDealAssociationsService) Add(accountId string, creativeId string, adddealassociationrequest *AddDealAssociationRequest) *AccountsCreativesDealAssociationsAddCall
Add: Associate an existing deal with a creative.
func (*AccountsCreativesDealAssociationsService) List ¶
func (r *AccountsCreativesDealAssociationsService) List(accountId string, creativeId string) *AccountsCreativesDealAssociationsListCall
List: List all creative-deal associations.
func (*AccountsCreativesDealAssociationsService) Remove ¶
func (r *AccountsCreativesDealAssociationsService) Remove(accountId string, creativeId string, removedealassociationrequest *RemoveDealAssociationRequest) *AccountsCreativesDealAssociationsRemoveCall
Remove: Remove the association between a deal and a creative.
type AccountsCreativesGetCall ¶
type AccountsCreativesGetCall struct {
// contains filtered or unexported fields
}
func (*AccountsCreativesGetCall) Context ¶
func (c *AccountsCreativesGetCall) Context(ctx context.Context) *AccountsCreativesGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*AccountsCreativesGetCall) Do ¶
func (c *AccountsCreativesGetCall) Do(opts ...googleapi.CallOption) (*Creative, error)
Do executes the "adexchangebuyer2.accounts.creatives.get" call. Exactly one of *Creative or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Creative.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*AccountsCreativesGetCall) Fields ¶
func (c *AccountsCreativesGetCall) Fields(s ...googleapi.Field) *AccountsCreativesGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*AccountsCreativesGetCall) Header ¶
func (c *AccountsCreativesGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*AccountsCreativesGetCall) IfNoneMatch ¶
func (c *AccountsCreativesGetCall) IfNoneMatch(entityTag string) *AccountsCreativesGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type AccountsCreativesListCall ¶
type AccountsCreativesListCall struct {
// contains filtered or unexported fields
}
func (*AccountsCreativesListCall) Context ¶
func (c *AccountsCreativesListCall) Context(ctx context.Context) *AccountsCreativesListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*AccountsCreativesListCall) Do ¶
func (c *AccountsCreativesListCall) Do(opts ...googleapi.CallOption) (*ListCreativesResponse, error)
Do executes the "adexchangebuyer2.accounts.creatives.list" call. Exactly one of *ListCreativesResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ListCreativesResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*AccountsCreativesListCall) Fields ¶
func (c *AccountsCreativesListCall) Fields(s ...googleapi.Field) *AccountsCreativesListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*AccountsCreativesListCall) Header ¶
func (c *AccountsCreativesListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*AccountsCreativesListCall) IfNoneMatch ¶
func (c *AccountsCreativesListCall) IfNoneMatch(entityTag string) *AccountsCreativesListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*AccountsCreativesListCall) PageSize ¶
func (c *AccountsCreativesListCall) PageSize(pageSize int64) *AccountsCreativesListCall
PageSize sets the optional parameter "pageSize": Requested page size. The server may return fewer creatives than requested (due to timeout constraint) even if more are available via another call. If unspecified, server will pick an appropriate default. Acceptable values are 1 to 1000, inclusive.
func (*AccountsCreativesListCall) PageToken ¶
func (c *AccountsCreativesListCall) PageToken(pageToken string) *AccountsCreativesListCall
PageToken sets the optional parameter "pageToken": A token identifying a page of results the server should return. Typically, this is the value of ListCreativesResponse.next_page_token returned from the previous call to 'ListCreatives' method.
func (*AccountsCreativesListCall) Pages ¶
func (c *AccountsCreativesListCall) Pages(ctx context.Context, f func(*ListCreativesResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
func (*AccountsCreativesListCall) Query ¶
func (c *AccountsCreativesListCall) Query(query string) *AccountsCreativesListCall
Query sets the optional parameter "query": An optional query string to filter creatives. If no filter is specified, all active creatives will be returned. Supported queries are: - accountId=*account_id_string* - creativeId=*creative_id_string* - dealsStatus: {approved, conditionally_approved, disapproved, not_checked} - openAuctionStatus: {approved, conditionally_approved, disapproved, not_checked} - attribute: {a numeric attribute from the list of attributes} - disapprovalReason: {a reason from DisapprovalReason} Example: 'accountId=12345 AND (dealsStatus:disapproved AND disapprovalReason:unacceptable_content) OR attribute:47'
type AccountsCreativesService ¶
type AccountsCreativesService struct { DealAssociations *AccountsCreativesDealAssociationsService // contains filtered or unexported fields }
func NewAccountsCreativesService ¶
func NewAccountsCreativesService(s *Service) *AccountsCreativesService
func (*AccountsCreativesService) Create ¶
func (r *AccountsCreativesService) Create(accountId string, creative *Creative) *AccountsCreativesCreateCall
Create: Creates a creative.
func (*AccountsCreativesService) Get ¶
func (r *AccountsCreativesService) Get(accountId string, creativeId string) *AccountsCreativesGetCall
Get: Gets a creative.
func (*AccountsCreativesService) List ¶
func (r *AccountsCreativesService) List(accountId string) *AccountsCreativesListCall
List: Lists creatives.
func (*AccountsCreativesService) StopWatching ¶
func (r *AccountsCreativesService) StopWatching(accountId string, creativeId string, stopwatchingcreativerequest *StopWatchingCreativeRequest) *AccountsCreativesStopWatchingCall
StopWatching: Stops watching a creative. Will stop push notifications being sent to the topics when the creative changes status.
func (*AccountsCreativesService) Update ¶
func (r *AccountsCreativesService) Update(accountId string, creativeId string, creative *Creative) *AccountsCreativesUpdateCall
Update: Updates a creative.
func (*AccountsCreativesService) Watch ¶
func (r *AccountsCreativesService) Watch(accountId string, creativeId string, watchcreativerequest *WatchCreativeRequest) *AccountsCreativesWatchCall
Watch: Watches a creative. Will result in push notifications being sent to the topic when the creative changes status.
type AccountsCreativesStopWatchingCall ¶
type AccountsCreativesStopWatchingCall struct {
// contains filtered or unexported fields
}
func (*AccountsCreativesStopWatchingCall) Context ¶
func (c *AccountsCreativesStopWatchingCall) Context(ctx context.Context) *AccountsCreativesStopWatchingCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*AccountsCreativesStopWatchingCall) Do ¶
func (c *AccountsCreativesStopWatchingCall) Do(opts ...googleapi.CallOption) (*Empty, error)
Do executes the "adexchangebuyer2.accounts.creatives.stopWatching" call. Exactly one of *Empty or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Empty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*AccountsCreativesStopWatchingCall) Fields ¶
func (c *AccountsCreativesStopWatchingCall) Fields(s ...googleapi.Field) *AccountsCreativesStopWatchingCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*AccountsCreativesStopWatchingCall) Header ¶
func (c *AccountsCreativesStopWatchingCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type AccountsCreativesUpdateCall ¶
type AccountsCreativesUpdateCall struct {
// contains filtered or unexported fields
}
func (*AccountsCreativesUpdateCall) Context ¶
func (c *AccountsCreativesUpdateCall) Context(ctx context.Context) *AccountsCreativesUpdateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*AccountsCreativesUpdateCall) Do ¶
func (c *AccountsCreativesUpdateCall) Do(opts ...googleapi.CallOption) (*Creative, error)
Do executes the "adexchangebuyer2.accounts.creatives.update" call. Exactly one of *Creative or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Creative.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*AccountsCreativesUpdateCall) Fields ¶
func (c *AccountsCreativesUpdateCall) Fields(s ...googleapi.Field) *AccountsCreativesUpdateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*AccountsCreativesUpdateCall) Header ¶
func (c *AccountsCreativesUpdateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type AccountsCreativesWatchCall ¶
type AccountsCreativesWatchCall struct {
// contains filtered or unexported fields
}
func (*AccountsCreativesWatchCall) Context ¶
func (c *AccountsCreativesWatchCall) Context(ctx context.Context) *AccountsCreativesWatchCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*AccountsCreativesWatchCall) Do ¶
func (c *AccountsCreativesWatchCall) Do(opts ...googleapi.CallOption) (*Empty, error)
Do executes the "adexchangebuyer2.accounts.creatives.watch" call. Exactly one of *Empty or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Empty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*AccountsCreativesWatchCall) Fields ¶
func (c *AccountsCreativesWatchCall) Fields(s ...googleapi.Field) *AccountsCreativesWatchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*AccountsCreativesWatchCall) Header ¶
func (c *AccountsCreativesWatchCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type AccountsFinalizedProposalsListCall ¶
type AccountsFinalizedProposalsListCall struct {
// contains filtered or unexported fields
}
func (*AccountsFinalizedProposalsListCall) Context ¶
func (c *AccountsFinalizedProposalsListCall) Context(ctx context.Context) *AccountsFinalizedProposalsListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*AccountsFinalizedProposalsListCall) Do ¶
func (c *AccountsFinalizedProposalsListCall) Do(opts ...googleapi.CallOption) (*ListProposalsResponse, error)
Do executes the "adexchangebuyer2.accounts.finalizedProposals.list" call. Exactly one of *ListProposalsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ListProposalsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*AccountsFinalizedProposalsListCall) Fields ¶
func (c *AccountsFinalizedProposalsListCall) Fields(s ...googleapi.Field) *AccountsFinalizedProposalsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*AccountsFinalizedProposalsListCall) Filter ¶
func (c *AccountsFinalizedProposalsListCall) Filter(filter string) *AccountsFinalizedProposalsListCall
Filter sets the optional parameter "filter": An optional PQL filter query used to query for proposals. Nested repeated fields, such as proposal.deals.targetingCriterion, cannot be filtered.
func (*AccountsFinalizedProposalsListCall) FilterSyntax ¶
func (c *AccountsFinalizedProposalsListCall) FilterSyntax(filterSyntax string) *AccountsFinalizedProposalsListCall
FilterSyntax sets the optional parameter "filterSyntax": Syntax the filter is written in. Current implementation defaults to PQL but in the future it will be LIST_FILTER.
Possible values:
"FILTER_SYNTAX_UNSPECIFIED" - A placeholder for an undefined filter
syntax.
"PQL" - PQL query syntax. Visit
https://developers.google.com/ad-manager/api/pqlreference for PQL documentation and examples.
"LIST_FILTER" - API list filtering syntax. Read about syntax and
usage at https://developers.google.com/authorized-buyers/apis/guides/v2/list-filters.
func (*AccountsFinalizedProposalsListCall) Header ¶
func (c *AccountsFinalizedProposalsListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*AccountsFinalizedProposalsListCall) IfNoneMatch ¶
func (c *AccountsFinalizedProposalsListCall) IfNoneMatch(entityTag string) *AccountsFinalizedProposalsListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*AccountsFinalizedProposalsListCall) PageSize ¶
func (c *AccountsFinalizedProposalsListCall) PageSize(pageSize int64) *AccountsFinalizedProposalsListCall
PageSize sets the optional parameter "pageSize": Requested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default.
func (*AccountsFinalizedProposalsListCall) PageToken ¶
func (c *AccountsFinalizedProposalsListCall) PageToken(pageToken string) *AccountsFinalizedProposalsListCall
PageToken sets the optional parameter "pageToken": The page token as returned from ListProposalsResponse.
func (*AccountsFinalizedProposalsListCall) Pages ¶
func (c *AccountsFinalizedProposalsListCall) Pages(ctx context.Context, f func(*ListProposalsResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type AccountsFinalizedProposalsService ¶
type AccountsFinalizedProposalsService struct {
// contains filtered or unexported fields
}
func NewAccountsFinalizedProposalsService ¶
func NewAccountsFinalizedProposalsService(s *Service) *AccountsFinalizedProposalsService
func (*AccountsFinalizedProposalsService) List ¶
func (r *AccountsFinalizedProposalsService) List(accountId string) *AccountsFinalizedProposalsListCall
List: 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.
type AccountsProductsGetCall ¶
type AccountsProductsGetCall struct {
// contains filtered or unexported fields
}
func (*AccountsProductsGetCall) Context ¶
func (c *AccountsProductsGetCall) Context(ctx context.Context) *AccountsProductsGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*AccountsProductsGetCall) Do ¶
func (c *AccountsProductsGetCall) Do(opts ...googleapi.CallOption) (*Product, error)
Do executes the "adexchangebuyer2.accounts.products.get" call. Exactly one of *Product or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Product.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*AccountsProductsGetCall) Fields ¶
func (c *AccountsProductsGetCall) Fields(s ...googleapi.Field) *AccountsProductsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*AccountsProductsGetCall) Header ¶
func (c *AccountsProductsGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*AccountsProductsGetCall) IfNoneMatch ¶
func (c *AccountsProductsGetCall) IfNoneMatch(entityTag string) *AccountsProductsGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type AccountsProductsListCall ¶
type AccountsProductsListCall struct {
// contains filtered or unexported fields
}
func (*AccountsProductsListCall) Context ¶
func (c *AccountsProductsListCall) Context(ctx context.Context) *AccountsProductsListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*AccountsProductsListCall) Do ¶
func (c *AccountsProductsListCall) Do(opts ...googleapi.CallOption) (*ListProductsResponse, error)
Do executes the "adexchangebuyer2.accounts.products.list" call. Exactly one of *ListProductsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ListProductsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*AccountsProductsListCall) Fields ¶
func (c *AccountsProductsListCall) Fields(s ...googleapi.Field) *AccountsProductsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*AccountsProductsListCall) Filter ¶
func (c *AccountsProductsListCall) Filter(filter string) *AccountsProductsListCall
Filter sets the optional parameter "filter": An optional PQL query used to query for products. See https://developers.google.com/ad-manager/docs/pqlreference for documentation about PQL and examples. Nested repeated fields, such as product.targetingCriterion.inclusions, cannot be filtered.
func (*AccountsProductsListCall) Header ¶
func (c *AccountsProductsListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*AccountsProductsListCall) IfNoneMatch ¶
func (c *AccountsProductsListCall) IfNoneMatch(entityTag string) *AccountsProductsListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*AccountsProductsListCall) PageSize ¶
func (c *AccountsProductsListCall) PageSize(pageSize int64) *AccountsProductsListCall
PageSize sets the optional parameter "pageSize": Requested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default.
func (*AccountsProductsListCall) PageToken ¶
func (c *AccountsProductsListCall) PageToken(pageToken string) *AccountsProductsListCall
PageToken sets the optional parameter "pageToken": The page token as returned from ListProductsResponse.
func (*AccountsProductsListCall) Pages ¶
func (c *AccountsProductsListCall) Pages(ctx context.Context, f func(*ListProductsResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type AccountsProductsService ¶
type AccountsProductsService struct {
// contains filtered or unexported fields
}
func NewAccountsProductsService ¶
func NewAccountsProductsService(s *Service) *AccountsProductsService
func (*AccountsProductsService) Get ¶
func (r *AccountsProductsService) Get(accountId string, productId string) *AccountsProductsGetCall
Get: Gets the requested product by ID.
func (*AccountsProductsService) List ¶
func (r *AccountsProductsService) List(accountId string) *AccountsProductsListCall
List: List all products visible to the buyer (optionally filtered by the specified PQL query).
type AccountsProposalsAcceptCall ¶
type AccountsProposalsAcceptCall struct {
// contains filtered or unexported fields
}
func (*AccountsProposalsAcceptCall) Context ¶
func (c *AccountsProposalsAcceptCall) Context(ctx context.Context) *AccountsProposalsAcceptCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*AccountsProposalsAcceptCall) Do ¶
func (c *AccountsProposalsAcceptCall) Do(opts ...googleapi.CallOption) (*Proposal, error)
Do executes the "adexchangebuyer2.accounts.proposals.accept" call. Exactly one of *Proposal or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Proposal.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*AccountsProposalsAcceptCall) Fields ¶
func (c *AccountsProposalsAcceptCall) Fields(s ...googleapi.Field) *AccountsProposalsAcceptCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*AccountsProposalsAcceptCall) Header ¶
func (c *AccountsProposalsAcceptCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type AccountsProposalsAddNoteCall ¶
type AccountsProposalsAddNoteCall struct {
// contains filtered or unexported fields
}
func (*AccountsProposalsAddNoteCall) Context ¶
func (c *AccountsProposalsAddNoteCall) Context(ctx context.Context) *AccountsProposalsAddNoteCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*AccountsProposalsAddNoteCall) Do ¶
func (c *AccountsProposalsAddNoteCall) Do(opts ...googleapi.CallOption) (*Note, error)
Do executes the "adexchangebuyer2.accounts.proposals.addNote" call. Exactly one of *Note or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Note.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*AccountsProposalsAddNoteCall) Fields ¶
func (c *AccountsProposalsAddNoteCall) Fields(s ...googleapi.Field) *AccountsProposalsAddNoteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*AccountsProposalsAddNoteCall) Header ¶
func (c *AccountsProposalsAddNoteCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type AccountsProposalsCancelNegotiationCall ¶
type AccountsProposalsCancelNegotiationCall struct {
// contains filtered or unexported fields
}
func (*AccountsProposalsCancelNegotiationCall) Context ¶
func (c *AccountsProposalsCancelNegotiationCall) Context(ctx context.Context) *AccountsProposalsCancelNegotiationCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*AccountsProposalsCancelNegotiationCall) Do ¶
func (c *AccountsProposalsCancelNegotiationCall) Do(opts ...googleapi.CallOption) (*Proposal, error)
Do executes the "adexchangebuyer2.accounts.proposals.cancelNegotiation" call. Exactly one of *Proposal or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Proposal.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*AccountsProposalsCancelNegotiationCall) Fields ¶
func (c *AccountsProposalsCancelNegotiationCall) Fields(s ...googleapi.Field) *AccountsProposalsCancelNegotiationCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*AccountsProposalsCancelNegotiationCall) Header ¶
func (c *AccountsProposalsCancelNegotiationCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type AccountsProposalsCompleteSetupCall ¶
type AccountsProposalsCompleteSetupCall struct {
// contains filtered or unexported fields
}
func (*AccountsProposalsCompleteSetupCall) Context ¶
func (c *AccountsProposalsCompleteSetupCall) Context(ctx context.Context) *AccountsProposalsCompleteSetupCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*AccountsProposalsCompleteSetupCall) Do ¶
func (c *AccountsProposalsCompleteSetupCall) Do(opts ...googleapi.CallOption) (*Proposal, error)
Do executes the "adexchangebuyer2.accounts.proposals.completeSetup" call. Exactly one of *Proposal or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Proposal.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*AccountsProposalsCompleteSetupCall) Fields ¶
func (c *AccountsProposalsCompleteSetupCall) Fields(s ...googleapi.Field) *AccountsProposalsCompleteSetupCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*AccountsProposalsCompleteSetupCall) Header ¶
func (c *AccountsProposalsCompleteSetupCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type AccountsProposalsCreateCall ¶
type AccountsProposalsCreateCall struct {
// contains filtered or unexported fields
}
func (*AccountsProposalsCreateCall) Context ¶
func (c *AccountsProposalsCreateCall) Context(ctx context.Context) *AccountsProposalsCreateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*AccountsProposalsCreateCall) Do ¶
func (c *AccountsProposalsCreateCall) Do(opts ...googleapi.CallOption) (*Proposal, error)
Do executes the "adexchangebuyer2.accounts.proposals.create" call. Exactly one of *Proposal or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Proposal.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*AccountsProposalsCreateCall) Fields ¶
func (c *AccountsProposalsCreateCall) Fields(s ...googleapi.Field) *AccountsProposalsCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*AccountsProposalsCreateCall) Header ¶
func (c *AccountsProposalsCreateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type AccountsProposalsGetCall ¶
type AccountsProposalsGetCall struct {
// contains filtered or unexported fields
}
func (*AccountsProposalsGetCall) Context ¶
func (c *AccountsProposalsGetCall) Context(ctx context.Context) *AccountsProposalsGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*AccountsProposalsGetCall) Do ¶
func (c *AccountsProposalsGetCall) Do(opts ...googleapi.CallOption) (*Proposal, error)
Do executes the "adexchangebuyer2.accounts.proposals.get" call. Exactly one of *Proposal or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Proposal.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*AccountsProposalsGetCall) Fields ¶
func (c *AccountsProposalsGetCall) Fields(s ...googleapi.Field) *AccountsProposalsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*AccountsProposalsGetCall) Header ¶
func (c *AccountsProposalsGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*AccountsProposalsGetCall) IfNoneMatch ¶
func (c *AccountsProposalsGetCall) IfNoneMatch(entityTag string) *AccountsProposalsGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type AccountsProposalsListCall ¶
type AccountsProposalsListCall struct {
// contains filtered or unexported fields
}
func (*AccountsProposalsListCall) Context ¶
func (c *AccountsProposalsListCall) Context(ctx context.Context) *AccountsProposalsListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*AccountsProposalsListCall) Do ¶
func (c *AccountsProposalsListCall) Do(opts ...googleapi.CallOption) (*ListProposalsResponse, error)
Do executes the "adexchangebuyer2.accounts.proposals.list" call. Exactly one of *ListProposalsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ListProposalsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*AccountsProposalsListCall) Fields ¶
func (c *AccountsProposalsListCall) Fields(s ...googleapi.Field) *AccountsProposalsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*AccountsProposalsListCall) Filter ¶
func (c *AccountsProposalsListCall) Filter(filter string) *AccountsProposalsListCall
Filter sets the optional parameter "filter": An optional PQL filter query used to query for proposals. Nested repeated fields, such as proposal.deals.targetingCriterion, cannot be filtered.
func (*AccountsProposalsListCall) FilterSyntax ¶
func (c *AccountsProposalsListCall) FilterSyntax(filterSyntax string) *AccountsProposalsListCall
FilterSyntax sets the optional parameter "filterSyntax": Syntax the filter is written in. Current implementation defaults to PQL but in the future it will be LIST_FILTER.
Possible values:
"FILTER_SYNTAX_UNSPECIFIED" - A placeholder for an undefined filter
syntax.
"PQL" - PQL query syntax. Visit
https://developers.google.com/ad-manager/api/pqlreference for PQL documentation and examples.
"LIST_FILTER" - API list filtering syntax. Read about syntax and
usage at https://developers.google.com/authorized-buyers/apis/guides/v2/list-filters.
func (*AccountsProposalsListCall) Header ¶
func (c *AccountsProposalsListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*AccountsProposalsListCall) IfNoneMatch ¶
func (c *AccountsProposalsListCall) IfNoneMatch(entityTag string) *AccountsProposalsListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*AccountsProposalsListCall) PageSize ¶
func (c *AccountsProposalsListCall) PageSize(pageSize int64) *AccountsProposalsListCall
PageSize sets the optional parameter "pageSize": Requested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default.
func (*AccountsProposalsListCall) PageToken ¶
func (c *AccountsProposalsListCall) PageToken(pageToken string) *AccountsProposalsListCall
PageToken sets the optional parameter "pageToken": The page token as returned from ListProposalsResponse.
func (*AccountsProposalsListCall) Pages ¶
func (c *AccountsProposalsListCall) Pages(ctx context.Context, f func(*ListProposalsResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type AccountsProposalsPauseCall ¶
type AccountsProposalsPauseCall struct {
// contains filtered or unexported fields
}
func (*AccountsProposalsPauseCall) Context ¶
func (c *AccountsProposalsPauseCall) Context(ctx context.Context) *AccountsProposalsPauseCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*AccountsProposalsPauseCall) Do ¶
func (c *AccountsProposalsPauseCall) Do(opts ...googleapi.CallOption) (*Proposal, error)
Do executes the "adexchangebuyer2.accounts.proposals.pause" call. Exactly one of *Proposal or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Proposal.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*AccountsProposalsPauseCall) Fields ¶
func (c *AccountsProposalsPauseCall) Fields(s ...googleapi.Field) *AccountsProposalsPauseCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*AccountsProposalsPauseCall) Header ¶
func (c *AccountsProposalsPauseCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type AccountsProposalsResumeCall ¶
type AccountsProposalsResumeCall struct {
// contains filtered or unexported fields
}
func (*AccountsProposalsResumeCall) Context ¶
func (c *AccountsProposalsResumeCall) Context(ctx context.Context) *AccountsProposalsResumeCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*AccountsProposalsResumeCall) Do ¶
func (c *AccountsProposalsResumeCall) Do(opts ...googleapi.CallOption) (*Proposal, error)
Do executes the "adexchangebuyer2.accounts.proposals.resume" call. Exactly one of *Proposal or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Proposal.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*AccountsProposalsResumeCall) Fields ¶
func (c *AccountsProposalsResumeCall) Fields(s ...googleapi.Field) *AccountsProposalsResumeCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*AccountsProposalsResumeCall) Header ¶
func (c *AccountsProposalsResumeCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type AccountsProposalsService ¶
type AccountsProposalsService struct {
// contains filtered or unexported fields
}
func NewAccountsProposalsService ¶
func NewAccountsProposalsService(s *Service) *AccountsProposalsService
func (*AccountsProposalsService) Accept ¶
func (r *AccountsProposalsService) Accept(accountId string, proposalId string, acceptproposalrequest *AcceptProposalRequest) *AccountsProposalsAcceptCall
Accept: 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.
func (*AccountsProposalsService) AddNote ¶
func (r *AccountsProposalsService) AddNote(accountId string, proposalId string, addnoterequest *AddNoteRequest) *AccountsProposalsAddNoteCall
AddNote: 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.
func (*AccountsProposalsService) CancelNegotiation ¶
func (r *AccountsProposalsService) CancelNegotiation(accountId string, proposalId string, cancelnegotiationrequest *CancelNegotiationRequest) *AccountsProposalsCancelNegotiationCall
CancelNegotiation: 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.
func (*AccountsProposalsService) CompleteSetup ¶
func (r *AccountsProposalsService) CompleteSetup(accountId string, proposalId string, completesetuprequest *CompleteSetupRequest) *AccountsProposalsCompleteSetupCall
CompleteSetup: Update the given proposal to indicate that setup has been completed. This method is called by the buyer when the line items have been created on their end for a finalized proposal and all the required creatives have been uploaded using the creatives API. This call updates the `is_setup_completed` bit on the proposal and also notifies the seller. The server will advance the revision number of the most recent proposal.
func (*AccountsProposalsService) Create ¶
func (r *AccountsProposalsService) Create(accountId string, proposal *Proposal) *AccountsProposalsCreateCall
Create: Create the given proposal. Each created proposal and any deals it contains are assigned a unique ID by the server.
func (*AccountsProposalsService) Get ¶
func (r *AccountsProposalsService) Get(accountId string, proposalId string) *AccountsProposalsGetCall
Get: Gets a proposal given its ID. The proposal is returned at its head revision.
func (*AccountsProposalsService) List ¶
func (r *AccountsProposalsService) List(accountId string) *AccountsProposalsListCall
List: 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.
func (*AccountsProposalsService) Pause ¶
func (r *AccountsProposalsService) Pause(accountId string, proposalId string, pauseproposalrequest *PauseProposalRequest) *AccountsProposalsPauseCall
Pause: 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.
func (*AccountsProposalsService) Resume ¶
func (r *AccountsProposalsService) Resume(accountId string, proposalId string, resumeproposalrequest *ResumeProposalRequest) *AccountsProposalsResumeCall
Resume: 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.
func (*AccountsProposalsService) Update ¶
func (r *AccountsProposalsService) Update(accountId string, proposalId string, proposal *Proposal) *AccountsProposalsUpdateCall
Update: 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.
type AccountsProposalsUpdateCall ¶
type AccountsProposalsUpdateCall struct {
// contains filtered or unexported fields
}
func (*AccountsProposalsUpdateCall) Context ¶
func (c *AccountsProposalsUpdateCall) Context(ctx context.Context) *AccountsProposalsUpdateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*AccountsProposalsUpdateCall) Do ¶
func (c *AccountsProposalsUpdateCall) Do(opts ...googleapi.CallOption) (*Proposal, error)
Do executes the "adexchangebuyer2.accounts.proposals.update" call. Exactly one of *Proposal or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Proposal.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*AccountsProposalsUpdateCall) Fields ¶
func (c *AccountsProposalsUpdateCall) Fields(s ...googleapi.Field) *AccountsProposalsUpdateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*AccountsProposalsUpdateCall) Header ¶
func (c *AccountsProposalsUpdateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type AccountsPublisherProfilesGetCall ¶
type AccountsPublisherProfilesGetCall struct {
// contains filtered or unexported fields
}
func (*AccountsPublisherProfilesGetCall) Context ¶
func (c *AccountsPublisherProfilesGetCall) Context(ctx context.Context) *AccountsPublisherProfilesGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*AccountsPublisherProfilesGetCall) Do ¶
func (c *AccountsPublisherProfilesGetCall) Do(opts ...googleapi.CallOption) (*PublisherProfile, error)
Do executes the "adexchangebuyer2.accounts.publisherProfiles.get" call. Exactly one of *PublisherProfile or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *PublisherProfile.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*AccountsPublisherProfilesGetCall) Fields ¶
func (c *AccountsPublisherProfilesGetCall) Fields(s ...googleapi.Field) *AccountsPublisherProfilesGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*AccountsPublisherProfilesGetCall) Header ¶
func (c *AccountsPublisherProfilesGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*AccountsPublisherProfilesGetCall) IfNoneMatch ¶
func (c *AccountsPublisherProfilesGetCall) IfNoneMatch(entityTag string) *AccountsPublisherProfilesGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type AccountsPublisherProfilesListCall ¶
type AccountsPublisherProfilesListCall struct {
// contains filtered or unexported fields
}
func (*AccountsPublisherProfilesListCall) Context ¶
func (c *AccountsPublisherProfilesListCall) Context(ctx context.Context) *AccountsPublisherProfilesListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*AccountsPublisherProfilesListCall) Do ¶
func (c *AccountsPublisherProfilesListCall) Do(opts ...googleapi.CallOption) (*ListPublisherProfilesResponse, error)
Do executes the "adexchangebuyer2.accounts.publisherProfiles.list" call. Exactly one of *ListPublisherProfilesResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ListPublisherProfilesResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*AccountsPublisherProfilesListCall) Fields ¶
func (c *AccountsPublisherProfilesListCall) Fields(s ...googleapi.Field) *AccountsPublisherProfilesListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*AccountsPublisherProfilesListCall) Header ¶
func (c *AccountsPublisherProfilesListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*AccountsPublisherProfilesListCall) IfNoneMatch ¶
func (c *AccountsPublisherProfilesListCall) IfNoneMatch(entityTag string) *AccountsPublisherProfilesListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*AccountsPublisherProfilesListCall) PageSize ¶
func (c *AccountsPublisherProfilesListCall) PageSize(pageSize int64) *AccountsPublisherProfilesListCall
PageSize sets the optional parameter "pageSize": Specify the number of results to include per page.
func (*AccountsPublisherProfilesListCall) PageToken ¶
func (c *AccountsPublisherProfilesListCall) PageToken(pageToken string) *AccountsPublisherProfilesListCall
PageToken sets the optional parameter "pageToken": The page token as return from ListPublisherProfilesResponse.
func (*AccountsPublisherProfilesListCall) Pages ¶
func (c *AccountsPublisherProfilesListCall) Pages(ctx context.Context, f func(*ListPublisherProfilesResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type AccountsPublisherProfilesService ¶
type AccountsPublisherProfilesService struct {
// contains filtered or unexported fields
}
func NewAccountsPublisherProfilesService ¶
func NewAccountsPublisherProfilesService(s *Service) *AccountsPublisherProfilesService
func (*AccountsPublisherProfilesService) Get ¶
func (r *AccountsPublisherProfilesService) Get(accountId string, publisherProfileId string) *AccountsPublisherProfilesGetCall
Get: Gets the requested publisher profile by id.
func (*AccountsPublisherProfilesService) List ¶
func (r *AccountsPublisherProfilesService) List(accountId string) *AccountsPublisherProfilesListCall
List: List all publisher profiles visible to the buyer
type AccountsService ¶
type AccountsService struct { Clients *AccountsClientsService Creatives *AccountsCreativesService FinalizedProposals *AccountsFinalizedProposalsService Products *AccountsProductsService Proposals *AccountsProposalsService PublisherProfiles *AccountsPublisherProfilesService // contains filtered or unexported fields }
func NewAccountsService ¶
func NewAccountsService(s *Service) *AccountsService
type AdSize ¶
type AdSize struct { // Height: The height of the ad slot in pixels. This field will be // present only when size type is `PIXEL`. Height int64 `json:"height,omitempty,string"` // SizeType: The size type of the ad slot. // // Possible values: // "SIZE_TYPE_UNSPECIFIED" - A placeholder for an undefined size type. // "PIXEL" - Ad slot with size specified by height and width in // pixels. // "INTERSTITIAL" - Special size to describe an interstitial ad slot. // "NATIVE" - Native (mobile) ads rendered by the publisher. // "FLUID" - Fluid size (i.e., responsive size) can be resized // automatically with the change of outside environment. SizeType string `json:"sizeType,omitempty"` // Width: The width of the ad slot in pixels. This field will be present // only when size type is `PIXEL`. Width int64 `json:"width,omitempty,string"` // ForceSendFields is a list of field names (e.g. "Height") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Height") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
AdSize: Represents size of a single ad slot, or a creative.
func (*AdSize) MarshalJSON ¶
type AdTechnologyProviders ¶
type AdTechnologyProviders struct { // DetectedProviderIds: The detected ad technology provider IDs for this // creative. See // https://storage.googleapis.com/adx-rtb-dictionaries/providers.csv for // mapping of provider ID to provided name, a privacy policy URL, and a // list of domains which can be attributed to the provider. If the // creative contains provider IDs that are outside of those listed in // the // `BidRequest.adslot.consented_providers_settings.consented_providers` // field on the (Google bid // protocol)[https://developers.google.com/authorized-buyers/rtb/download // s/realtime-bidding-proto] and the // `BidRequest.user.ext.consented_providers_settings.consented_providers` // field on the (OpenRTB // protocol)[https://developers.google.com/authorized-buyers/rtb/download // s/openrtb-adx-proto], and a bid is submitted with that creative for // an impression that will serve to an EEA user, the bid will be // filtered before the auction. DetectedProviderIds googleapi.Int64s `json:"detectedProviderIds,omitempty"` // HasUnidentifiedProvider: Whether the creative contains an // unidentified ad technology provider. If true for a given creative, // any bid submitted with that creative for an impression that will // serve to an EEA user will be filtered before the auction. HasUnidentifiedProvider bool `json:"hasUnidentifiedProvider,omitempty"` // ForceSendFields is a list of field names (e.g. "DetectedProviderIds") // to unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "DetectedProviderIds") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
AdTechnologyProviders: Detected ad technology provider information.
func (*AdTechnologyProviders) MarshalJSON ¶
func (s *AdTechnologyProviders) MarshalJSON() ([]byte, error)
type AddDealAssociationRequest ¶
type AddDealAssociationRequest struct { // Association: The association between a creative and a deal that // should be added. Association *CreativeDealAssociation `json:"association,omitempty"` // ForceSendFields is a list of field names (e.g. "Association") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Association") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
AddDealAssociationRequest: A request for associating a deal and a creative.
func (*AddDealAssociationRequest) MarshalJSON ¶
func (s *AddDealAssociationRequest) MarshalJSON() ([]byte, error)
type AddNoteRequest ¶
type AddNoteRequest struct { // Note: Details of the note to add. Note *Note `json:"note,omitempty"` // ForceSendFields is a list of field names (e.g. "Note") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Note") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
AddNoteRequest: Request message for adding a note to a given proposal.
func (*AddNoteRequest) MarshalJSON ¶
func (s *AddNoteRequest) MarshalJSON() ([]byte, error)
type AppContext ¶
type AppContext struct { // AppTypes: The app types this restriction applies to. // // Possible values: // "NATIVE" - Native app context. // "WEB" - Mobile web app context. AppTypes []string `json:"appTypes,omitempty"` // ForceSendFields is a list of field names (e.g. "AppTypes") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "AppTypes") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
AppContext: Output only. The app type the restriction applies to for mobile device.
func (*AppContext) MarshalJSON ¶
func (s *AppContext) MarshalJSON() ([]byte, error)
type AuctionContext ¶
type AuctionContext struct { // AuctionTypes: The auction types this restriction applies to. // // Possible values: // "OPEN_AUCTION" - The restriction applies to open auction. // "DIRECT_DEALS" - The restriction applies to direct deals. AuctionTypes []string `json:"auctionTypes,omitempty"` // ForceSendFields is a list of field names (e.g. "AuctionTypes") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "AuctionTypes") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
AuctionContext: Output only. The auction type the restriction applies to.
func (*AuctionContext) MarshalJSON ¶
func (s *AuctionContext) MarshalJSON() ([]byte, error)
type BidMetricsRow ¶
type BidMetricsRow struct { // Bids: The number of bids that Ad Exchange received from the buyer. Bids *MetricValue `json:"bids,omitempty"` // BidsInAuction: The number of bids that were permitted to compete in // the auction. BidsInAuction *MetricValue `json:"bidsInAuction,omitempty"` // BilledImpressions: The number of bids for which the buyer was billed. BilledImpressions *MetricValue `json:"billedImpressions,omitempty"` // ImpressionsWon: The number of bids that won the auction. ImpressionsWon *MetricValue `json:"impressionsWon,omitempty"` // MeasurableImpressions: The number of bids for which the corresponding // impression was measurable for viewability (as defined by Active // View). MeasurableImpressions *MetricValue `json:"measurableImpressions,omitempty"` // ReachedQueries: The number of bids that won the auction and also won // the mediation waterfall (if any). ReachedQueries *MetricValue `json:"reachedQueries,omitempty"` // RowDimensions: The values of all dimensions associated with metric // values in this row. RowDimensions *RowDimensions `json:"rowDimensions,omitempty"` // ViewableImpressions: The number of bids for which the corresponding // impression was viewable (as defined by Active View). ViewableImpressions *MetricValue `json:"viewableImpressions,omitempty"` // ForceSendFields is a list of field names (e.g. "Bids") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Bids") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
BidMetricsRow: The set of metrics that are measured in numbers of bids, representing how many bids with the specified dimension values were considered eligible at each stage of the bidding funnel;
func (*BidMetricsRow) MarshalJSON ¶
func (s *BidMetricsRow) MarshalJSON() ([]byte, error)
type BidResponseWithoutBidsStatusRow ¶
type BidResponseWithoutBidsStatusRow struct { // ImpressionCount: The number of impressions for which there was a bid // response with the specified status. ImpressionCount *MetricValue `json:"impressionCount,omitempty"` // RowDimensions: The values of all dimensions associated with metric // values in this row. RowDimensions *RowDimensions `json:"rowDimensions,omitempty"` // Status: The status specifying why the bid responses were considered // to have no applicable bids. // // Possible values: // "STATUS_UNSPECIFIED" - A placeholder for an undefined status. This // value will never be returned in responses. // "RESPONSES_WITHOUT_BIDS" - The response had no bids. // "RESPONSES_WITHOUT_BIDS_FOR_ACCOUNT" - The response had no bids for // the specified account, though it may have included bids on behalf of // other accounts. Applies if: 1. Request is on behalf of a bidder and // an account filter is present. 2. Request is on behalf of a child // seat. // "RESPONSES_WITHOUT_BIDS_FOR_DEAL" - The response had no bids for // the specified deal, though it may have included bids on other deals // on behalf of the account to which the deal belongs. If request is on // behalf of a bidder and an account filter is not present, this also // includes responses that have bids on behalf of accounts other than // the account to which the deal belongs. Status string `json:"status,omitempty"` // ForceSendFields is a list of field names (e.g. "ImpressionCount") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "ImpressionCount") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
BidResponseWithoutBidsStatusRow: The number of impressions with the specified dimension values that were considered to have no applicable bids, as described by the specified status.
func (*BidResponseWithoutBidsStatusRow) MarshalJSON ¶
func (s *BidResponseWithoutBidsStatusRow) MarshalJSON() ([]byte, error)
type BiddersAccountsFilterSetsBidMetricsListCall ¶
type BiddersAccountsFilterSetsBidMetricsListCall struct {
// contains filtered or unexported fields
}
func (*BiddersAccountsFilterSetsBidMetricsListCall) Context ¶
func (c *BiddersAccountsFilterSetsBidMetricsListCall) Context(ctx context.Context) *BiddersAccountsFilterSetsBidMetricsListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*BiddersAccountsFilterSetsBidMetricsListCall) Do ¶
func (c *BiddersAccountsFilterSetsBidMetricsListCall) Do(opts ...googleapi.CallOption) (*ListBidMetricsResponse, error)
Do executes the "adexchangebuyer2.bidders.accounts.filterSets.bidMetrics.list" call. Exactly one of *ListBidMetricsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ListBidMetricsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*BiddersAccountsFilterSetsBidMetricsListCall) Fields ¶
func (c *BiddersAccountsFilterSetsBidMetricsListCall) Fields(s ...googleapi.Field) *BiddersAccountsFilterSetsBidMetricsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*BiddersAccountsFilterSetsBidMetricsListCall) Header ¶
func (c *BiddersAccountsFilterSetsBidMetricsListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*BiddersAccountsFilterSetsBidMetricsListCall) IfNoneMatch ¶
func (c *BiddersAccountsFilterSetsBidMetricsListCall) IfNoneMatch(entityTag string) *BiddersAccountsFilterSetsBidMetricsListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*BiddersAccountsFilterSetsBidMetricsListCall) PageSize ¶
func (c *BiddersAccountsFilterSetsBidMetricsListCall) PageSize(pageSize int64) *BiddersAccountsFilterSetsBidMetricsListCall
PageSize sets the optional parameter "pageSize": Requested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default.
func (*BiddersAccountsFilterSetsBidMetricsListCall) PageToken ¶
func (c *BiddersAccountsFilterSetsBidMetricsListCall) PageToken(pageToken string) *BiddersAccountsFilterSetsBidMetricsListCall
PageToken sets the optional parameter "pageToken": A token identifying a page of results the server should return. Typically, this is the value of ListBidMetricsResponse.nextPageToken returned from the previous call to the bidMetrics.list method.
func (*BiddersAccountsFilterSetsBidMetricsListCall) Pages ¶
func (c *BiddersAccountsFilterSetsBidMetricsListCall) Pages(ctx context.Context, f func(*ListBidMetricsResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type BiddersAccountsFilterSetsBidMetricsService ¶
type BiddersAccountsFilterSetsBidMetricsService struct {
// contains filtered or unexported fields
}
func NewBiddersAccountsFilterSetsBidMetricsService ¶
func NewBiddersAccountsFilterSetsBidMetricsService(s *Service) *BiddersAccountsFilterSetsBidMetricsService
func (*BiddersAccountsFilterSetsBidMetricsService) List ¶
func (r *BiddersAccountsFilterSetsBidMetricsService) List(filterSetName string) *BiddersAccountsFilterSetsBidMetricsListCall
List: Lists all metrics that are measured in terms of number of bids.
type BiddersAccountsFilterSetsBidResponseErrorsListCall ¶
type BiddersAccountsFilterSetsBidResponseErrorsListCall struct {
// contains filtered or unexported fields
}
func (*BiddersAccountsFilterSetsBidResponseErrorsListCall) Context ¶
func (c *BiddersAccountsFilterSetsBidResponseErrorsListCall) Context(ctx context.Context) *BiddersAccountsFilterSetsBidResponseErrorsListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*BiddersAccountsFilterSetsBidResponseErrorsListCall) Do ¶
func (c *BiddersAccountsFilterSetsBidResponseErrorsListCall) Do(opts ...googleapi.CallOption) (*ListBidResponseErrorsResponse, error)
Do executes the "adexchangebuyer2.bidders.accounts.filterSets.bidResponseErrors.list" call. Exactly one of *ListBidResponseErrorsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ListBidResponseErrorsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*BiddersAccountsFilterSetsBidResponseErrorsListCall) Fields ¶
func (c *BiddersAccountsFilterSetsBidResponseErrorsListCall) Fields(s ...googleapi.Field) *BiddersAccountsFilterSetsBidResponseErrorsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*BiddersAccountsFilterSetsBidResponseErrorsListCall) Header ¶
func (c *BiddersAccountsFilterSetsBidResponseErrorsListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*BiddersAccountsFilterSetsBidResponseErrorsListCall) IfNoneMatch ¶
func (c *BiddersAccountsFilterSetsBidResponseErrorsListCall) IfNoneMatch(entityTag string) *BiddersAccountsFilterSetsBidResponseErrorsListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*BiddersAccountsFilterSetsBidResponseErrorsListCall) PageSize ¶
func (c *BiddersAccountsFilterSetsBidResponseErrorsListCall) PageSize(pageSize int64) *BiddersAccountsFilterSetsBidResponseErrorsListCall
PageSize sets the optional parameter "pageSize": Requested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default.
func (*BiddersAccountsFilterSetsBidResponseErrorsListCall) PageToken ¶
func (c *BiddersAccountsFilterSetsBidResponseErrorsListCall) PageToken(pageToken string) *BiddersAccountsFilterSetsBidResponseErrorsListCall
PageToken sets the optional parameter "pageToken": A token identifying a page of results the server should return. Typically, this is the value of ListBidResponseErrorsResponse.nextPageToken returned from the previous call to the bidResponseErrors.list method.
func (*BiddersAccountsFilterSetsBidResponseErrorsListCall) Pages ¶
func (c *BiddersAccountsFilterSetsBidResponseErrorsListCall) Pages(ctx context.Context, f func(*ListBidResponseErrorsResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type BiddersAccountsFilterSetsBidResponseErrorsService ¶
type BiddersAccountsFilterSetsBidResponseErrorsService struct {
// contains filtered or unexported fields
}
func NewBiddersAccountsFilterSetsBidResponseErrorsService ¶
func NewBiddersAccountsFilterSetsBidResponseErrorsService(s *Service) *BiddersAccountsFilterSetsBidResponseErrorsService
func (*BiddersAccountsFilterSetsBidResponseErrorsService) List ¶
func (r *BiddersAccountsFilterSetsBidResponseErrorsService) List(filterSetName string) *BiddersAccountsFilterSetsBidResponseErrorsListCall
List: List all errors that occurred in bid responses, with the number of bid responses affected for each reason.
type BiddersAccountsFilterSetsBidResponsesWithoutBidsListCall ¶
type BiddersAccountsFilterSetsBidResponsesWithoutBidsListCall struct {
// contains filtered or unexported fields
}
func (*BiddersAccountsFilterSetsBidResponsesWithoutBidsListCall) Context ¶
func (c *BiddersAccountsFilterSetsBidResponsesWithoutBidsListCall) Context(ctx context.Context) *BiddersAccountsFilterSetsBidResponsesWithoutBidsListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*BiddersAccountsFilterSetsBidResponsesWithoutBidsListCall) Do ¶
func (c *BiddersAccountsFilterSetsBidResponsesWithoutBidsListCall) Do(opts ...googleapi.CallOption) (*ListBidResponsesWithoutBidsResponse, error)
Do executes the "adexchangebuyer2.bidders.accounts.filterSets.bidResponsesWithoutBids.list" call. Exactly one of *ListBidResponsesWithoutBidsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ListBidResponsesWithoutBidsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*BiddersAccountsFilterSetsBidResponsesWithoutBidsListCall) Fields ¶
func (c *BiddersAccountsFilterSetsBidResponsesWithoutBidsListCall) Fields(s ...googleapi.Field) *BiddersAccountsFilterSetsBidResponsesWithoutBidsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*BiddersAccountsFilterSetsBidResponsesWithoutBidsListCall) Header ¶
func (c *BiddersAccountsFilterSetsBidResponsesWithoutBidsListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*BiddersAccountsFilterSetsBidResponsesWithoutBidsListCall) IfNoneMatch ¶
func (c *BiddersAccountsFilterSetsBidResponsesWithoutBidsListCall) IfNoneMatch(entityTag string) *BiddersAccountsFilterSetsBidResponsesWithoutBidsListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*BiddersAccountsFilterSetsBidResponsesWithoutBidsListCall) PageSize ¶
func (c *BiddersAccountsFilterSetsBidResponsesWithoutBidsListCall) PageSize(pageSize int64) *BiddersAccountsFilterSetsBidResponsesWithoutBidsListCall
PageSize sets the optional parameter "pageSize": Requested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default.
func (*BiddersAccountsFilterSetsBidResponsesWithoutBidsListCall) PageToken ¶
func (c *BiddersAccountsFilterSetsBidResponsesWithoutBidsListCall) PageToken(pageToken string) *BiddersAccountsFilterSetsBidResponsesWithoutBidsListCall
PageToken sets the optional parameter "pageToken": A token identifying a page of results the server should return. Typically, this is the value of ListBidResponsesWithoutBidsResponse.nextPageToken returned from the previous call to the bidResponsesWithoutBids.list method.
func (*BiddersAccountsFilterSetsBidResponsesWithoutBidsListCall) Pages ¶
func (c *BiddersAccountsFilterSetsBidResponsesWithoutBidsListCall) Pages(ctx context.Context, f func(*ListBidResponsesWithoutBidsResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type BiddersAccountsFilterSetsBidResponsesWithoutBidsService ¶
type BiddersAccountsFilterSetsBidResponsesWithoutBidsService struct {
// contains filtered or unexported fields
}
func NewBiddersAccountsFilterSetsBidResponsesWithoutBidsService ¶
func NewBiddersAccountsFilterSetsBidResponsesWithoutBidsService(s *Service) *BiddersAccountsFilterSetsBidResponsesWithoutBidsService
func (*BiddersAccountsFilterSetsBidResponsesWithoutBidsService) List ¶
func (r *BiddersAccountsFilterSetsBidResponsesWithoutBidsService) List(filterSetName string) *BiddersAccountsFilterSetsBidResponsesWithoutBidsListCall
List: List all reasons for which bid responses were considered to have no applicable bids, with the number of bid responses affected for each reason.
type BiddersAccountsFilterSetsCreateCall ¶
type BiddersAccountsFilterSetsCreateCall struct {
// contains filtered or unexported fields
}
func (*BiddersAccountsFilterSetsCreateCall) Context ¶
func (c *BiddersAccountsFilterSetsCreateCall) Context(ctx context.Context) *BiddersAccountsFilterSetsCreateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*BiddersAccountsFilterSetsCreateCall) Do ¶
func (c *BiddersAccountsFilterSetsCreateCall) Do(opts ...googleapi.CallOption) (*FilterSet, error)
Do executes the "adexchangebuyer2.bidders.accounts.filterSets.create" call. Exactly one of *FilterSet or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *FilterSet.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*BiddersAccountsFilterSetsCreateCall) Fields ¶
func (c *BiddersAccountsFilterSetsCreateCall) Fields(s ...googleapi.Field) *BiddersAccountsFilterSetsCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*BiddersAccountsFilterSetsCreateCall) Header ¶
func (c *BiddersAccountsFilterSetsCreateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*BiddersAccountsFilterSetsCreateCall) IsTransient ¶
func (c *BiddersAccountsFilterSetsCreateCall) IsTransient(isTransient bool) *BiddersAccountsFilterSetsCreateCall
IsTransient sets the optional parameter "isTransient": Whether the filter set is transient, or should be persisted indefinitely. By default, filter sets are not transient. If transient, it will be available for at least 1 hour after creation.
type BiddersAccountsFilterSetsDeleteCall ¶
type BiddersAccountsFilterSetsDeleteCall struct {
// contains filtered or unexported fields
}
func (*BiddersAccountsFilterSetsDeleteCall) Context ¶
func (c *BiddersAccountsFilterSetsDeleteCall) Context(ctx context.Context) *BiddersAccountsFilterSetsDeleteCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*BiddersAccountsFilterSetsDeleteCall) Do ¶
func (c *BiddersAccountsFilterSetsDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error)
Do executes the "adexchangebuyer2.bidders.accounts.filterSets.delete" call. Exactly one of *Empty or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Empty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*BiddersAccountsFilterSetsDeleteCall) Fields ¶
func (c *BiddersAccountsFilterSetsDeleteCall) Fields(s ...googleapi.Field) *BiddersAccountsFilterSetsDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*BiddersAccountsFilterSetsDeleteCall) Header ¶
func (c *BiddersAccountsFilterSetsDeleteCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type BiddersAccountsFilterSetsFilteredBidRequestsListCall ¶
type BiddersAccountsFilterSetsFilteredBidRequestsListCall struct {
// contains filtered or unexported fields
}
func (*BiddersAccountsFilterSetsFilteredBidRequestsListCall) Context ¶
func (c *BiddersAccountsFilterSetsFilteredBidRequestsListCall) Context(ctx context.Context) *BiddersAccountsFilterSetsFilteredBidRequestsListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*BiddersAccountsFilterSetsFilteredBidRequestsListCall) Do ¶
func (c *BiddersAccountsFilterSetsFilteredBidRequestsListCall) Do(opts ...googleapi.CallOption) (*ListFilteredBidRequestsResponse, error)
Do executes the "adexchangebuyer2.bidders.accounts.filterSets.filteredBidRequests.list" call. Exactly one of *ListFilteredBidRequestsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ListFilteredBidRequestsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*BiddersAccountsFilterSetsFilteredBidRequestsListCall) Fields ¶
func (c *BiddersAccountsFilterSetsFilteredBidRequestsListCall) Fields(s ...googleapi.Field) *BiddersAccountsFilterSetsFilteredBidRequestsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*BiddersAccountsFilterSetsFilteredBidRequestsListCall) Header ¶
func (c *BiddersAccountsFilterSetsFilteredBidRequestsListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*BiddersAccountsFilterSetsFilteredBidRequestsListCall) IfNoneMatch ¶
func (c *BiddersAccountsFilterSetsFilteredBidRequestsListCall) IfNoneMatch(entityTag string) *BiddersAccountsFilterSetsFilteredBidRequestsListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*BiddersAccountsFilterSetsFilteredBidRequestsListCall) PageSize ¶
func (c *BiddersAccountsFilterSetsFilteredBidRequestsListCall) PageSize(pageSize int64) *BiddersAccountsFilterSetsFilteredBidRequestsListCall
PageSize sets the optional parameter "pageSize": Requested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default.
func (*BiddersAccountsFilterSetsFilteredBidRequestsListCall) PageToken ¶
func (c *BiddersAccountsFilterSetsFilteredBidRequestsListCall) PageToken(pageToken string) *BiddersAccountsFilterSetsFilteredBidRequestsListCall
PageToken sets the optional parameter "pageToken": A token identifying a page of results the server should return. Typically, this is the value of ListFilteredBidRequestsResponse.nextPageToken returned from the previous call to the filteredBidRequests.list method.
func (*BiddersAccountsFilterSetsFilteredBidRequestsListCall) Pages ¶
func (c *BiddersAccountsFilterSetsFilteredBidRequestsListCall) Pages(ctx context.Context, f func(*ListFilteredBidRequestsResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type BiddersAccountsFilterSetsFilteredBidRequestsService ¶
type BiddersAccountsFilterSetsFilteredBidRequestsService struct {
// contains filtered or unexported fields
}
func NewBiddersAccountsFilterSetsFilteredBidRequestsService ¶
func NewBiddersAccountsFilterSetsFilteredBidRequestsService(s *Service) *BiddersAccountsFilterSetsFilteredBidRequestsService
func (*BiddersAccountsFilterSetsFilteredBidRequestsService) List ¶
func (r *BiddersAccountsFilterSetsFilteredBidRequestsService) List(filterSetName string) *BiddersAccountsFilterSetsFilteredBidRequestsListCall
List: 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.
type BiddersAccountsFilterSetsFilteredBidsCreativesListCall ¶
type BiddersAccountsFilterSetsFilteredBidsCreativesListCall struct {
// contains filtered or unexported fields
}
func (*BiddersAccountsFilterSetsFilteredBidsCreativesListCall) Context ¶
func (c *BiddersAccountsFilterSetsFilteredBidsCreativesListCall) Context(ctx context.Context) *BiddersAccountsFilterSetsFilteredBidsCreativesListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*BiddersAccountsFilterSetsFilteredBidsCreativesListCall) Do ¶
func (c *BiddersAccountsFilterSetsFilteredBidsCreativesListCall) Do(opts ...googleapi.CallOption) (*ListCreativeStatusBreakdownByCreativeResponse, error)
Do executes the "adexchangebuyer2.bidders.accounts.filterSets.filteredBids.creatives.list" call. Exactly one of *ListCreativeStatusBreakdownByCreativeResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ListCreativeStatusBreakdownByCreativeResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*BiddersAccountsFilterSetsFilteredBidsCreativesListCall) Fields ¶
func (c *BiddersAccountsFilterSetsFilteredBidsCreativesListCall) Fields(s ...googleapi.Field) *BiddersAccountsFilterSetsFilteredBidsCreativesListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*BiddersAccountsFilterSetsFilteredBidsCreativesListCall) Header ¶
func (c *BiddersAccountsFilterSetsFilteredBidsCreativesListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*BiddersAccountsFilterSetsFilteredBidsCreativesListCall) IfNoneMatch ¶
func (c *BiddersAccountsFilterSetsFilteredBidsCreativesListCall) IfNoneMatch(entityTag string) *BiddersAccountsFilterSetsFilteredBidsCreativesListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*BiddersAccountsFilterSetsFilteredBidsCreativesListCall) PageSize ¶
func (c *BiddersAccountsFilterSetsFilteredBidsCreativesListCall) PageSize(pageSize int64) *BiddersAccountsFilterSetsFilteredBidsCreativesListCall
PageSize sets the optional parameter "pageSize": Requested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default.
func (*BiddersAccountsFilterSetsFilteredBidsCreativesListCall) PageToken ¶
func (c *BiddersAccountsFilterSetsFilteredBidsCreativesListCall) PageToken(pageToken string) *BiddersAccountsFilterSetsFilteredBidsCreativesListCall
PageToken sets the optional parameter "pageToken": A token identifying a page of results the server should return. Typically, this is the value of ListCreativeStatusBreakdownByCreativeResponse.nextPageToken returned from the previous call to the filteredBids.creatives.list method.
func (*BiddersAccountsFilterSetsFilteredBidsCreativesListCall) Pages ¶
func (c *BiddersAccountsFilterSetsFilteredBidsCreativesListCall) Pages(ctx context.Context, f func(*ListCreativeStatusBreakdownByCreativeResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type BiddersAccountsFilterSetsFilteredBidsCreativesService ¶
type BiddersAccountsFilterSetsFilteredBidsCreativesService struct {
// contains filtered or unexported fields
}
func NewBiddersAccountsFilterSetsFilteredBidsCreativesService ¶
func NewBiddersAccountsFilterSetsFilteredBidsCreativesService(s *Service) *BiddersAccountsFilterSetsFilteredBidsCreativesService
func (*BiddersAccountsFilterSetsFilteredBidsCreativesService) List ¶
func (r *BiddersAccountsFilterSetsFilteredBidsCreativesService) List(filterSetName string, creativeStatusId int64) *BiddersAccountsFilterSetsFilteredBidsCreativesListCall
List: List all creatives associated with a specific reason for which bids were filtered, with the number of bids filtered for each creative.
type BiddersAccountsFilterSetsFilteredBidsDetailsListCall ¶
type BiddersAccountsFilterSetsFilteredBidsDetailsListCall struct {
// contains filtered or unexported fields
}
func (*BiddersAccountsFilterSetsFilteredBidsDetailsListCall) Context ¶
func (c *BiddersAccountsFilterSetsFilteredBidsDetailsListCall) Context(ctx context.Context) *BiddersAccountsFilterSetsFilteredBidsDetailsListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*BiddersAccountsFilterSetsFilteredBidsDetailsListCall) Do ¶
func (c *BiddersAccountsFilterSetsFilteredBidsDetailsListCall) Do(opts ...googleapi.CallOption) (*ListCreativeStatusBreakdownByDetailResponse, error)
Do executes the "adexchangebuyer2.bidders.accounts.filterSets.filteredBids.details.list" call. Exactly one of *ListCreativeStatusBreakdownByDetailResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ListCreativeStatusBreakdownByDetailResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*BiddersAccountsFilterSetsFilteredBidsDetailsListCall) Fields ¶
func (c *BiddersAccountsFilterSetsFilteredBidsDetailsListCall) Fields(s ...googleapi.Field) *BiddersAccountsFilterSetsFilteredBidsDetailsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*BiddersAccountsFilterSetsFilteredBidsDetailsListCall) Header ¶
func (c *BiddersAccountsFilterSetsFilteredBidsDetailsListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*BiddersAccountsFilterSetsFilteredBidsDetailsListCall) IfNoneMatch ¶
func (c *BiddersAccountsFilterSetsFilteredBidsDetailsListCall) IfNoneMatch(entityTag string) *BiddersAccountsFilterSetsFilteredBidsDetailsListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*BiddersAccountsFilterSetsFilteredBidsDetailsListCall) PageSize ¶
func (c *BiddersAccountsFilterSetsFilteredBidsDetailsListCall) PageSize(pageSize int64) *BiddersAccountsFilterSetsFilteredBidsDetailsListCall
PageSize sets the optional parameter "pageSize": Requested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default.
func (*BiddersAccountsFilterSetsFilteredBidsDetailsListCall) PageToken ¶
func (c *BiddersAccountsFilterSetsFilteredBidsDetailsListCall) PageToken(pageToken string) *BiddersAccountsFilterSetsFilteredBidsDetailsListCall
PageToken sets the optional parameter "pageToken": A token identifying a page of results the server should return. Typically, this is the value of ListCreativeStatusBreakdownByDetailResponse.nextPageToken returned from the previous call to the filteredBids.details.list method.
func (*BiddersAccountsFilterSetsFilteredBidsDetailsListCall) Pages ¶
func (c *BiddersAccountsFilterSetsFilteredBidsDetailsListCall) Pages(ctx context.Context, f func(*ListCreativeStatusBreakdownByDetailResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type BiddersAccountsFilterSetsFilteredBidsDetailsService ¶
type BiddersAccountsFilterSetsFilteredBidsDetailsService struct {
// contains filtered or unexported fields
}
func NewBiddersAccountsFilterSetsFilteredBidsDetailsService ¶
func NewBiddersAccountsFilterSetsFilteredBidsDetailsService(s *Service) *BiddersAccountsFilterSetsFilteredBidsDetailsService
func (*BiddersAccountsFilterSetsFilteredBidsDetailsService) List ¶
func (r *BiddersAccountsFilterSetsFilteredBidsDetailsService) List(filterSetName string, creativeStatusId int64) *BiddersAccountsFilterSetsFilteredBidsDetailsListCall
List: List all details associated with a specific reason for which bids were filtered, with the number of bids filtered for each detail.
type BiddersAccountsFilterSetsFilteredBidsListCall ¶
type BiddersAccountsFilterSetsFilteredBidsListCall struct {
// contains filtered or unexported fields
}
func (*BiddersAccountsFilterSetsFilteredBidsListCall) Context ¶
func (c *BiddersAccountsFilterSetsFilteredBidsListCall) Context(ctx context.Context) *BiddersAccountsFilterSetsFilteredBidsListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*BiddersAccountsFilterSetsFilteredBidsListCall) Do ¶
func (c *BiddersAccountsFilterSetsFilteredBidsListCall) Do(opts ...googleapi.CallOption) (*ListFilteredBidsResponse, error)
Do executes the "adexchangebuyer2.bidders.accounts.filterSets.filteredBids.list" call. Exactly one of *ListFilteredBidsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ListFilteredBidsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*BiddersAccountsFilterSetsFilteredBidsListCall) Fields ¶
func (c *BiddersAccountsFilterSetsFilteredBidsListCall) Fields(s ...googleapi.Field) *BiddersAccountsFilterSetsFilteredBidsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*BiddersAccountsFilterSetsFilteredBidsListCall) Header ¶
func (c *BiddersAccountsFilterSetsFilteredBidsListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*BiddersAccountsFilterSetsFilteredBidsListCall) IfNoneMatch ¶
func (c *BiddersAccountsFilterSetsFilteredBidsListCall) IfNoneMatch(entityTag string) *BiddersAccountsFilterSetsFilteredBidsListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*BiddersAccountsFilterSetsFilteredBidsListCall) PageSize ¶
func (c *BiddersAccountsFilterSetsFilteredBidsListCall) PageSize(pageSize int64) *BiddersAccountsFilterSetsFilteredBidsListCall
PageSize sets the optional parameter "pageSize": Requested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default.
func (*BiddersAccountsFilterSetsFilteredBidsListCall) PageToken ¶
func (c *BiddersAccountsFilterSetsFilteredBidsListCall) PageToken(pageToken string) *BiddersAccountsFilterSetsFilteredBidsListCall
PageToken sets the optional parameter "pageToken": A token identifying a page of results the server should return. Typically, this is the value of ListFilteredBidsResponse.nextPageToken returned from the previous call to the filteredBids.list method.
func (*BiddersAccountsFilterSetsFilteredBidsListCall) Pages ¶
func (c *BiddersAccountsFilterSetsFilteredBidsListCall) Pages(ctx context.Context, f func(*ListFilteredBidsResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type BiddersAccountsFilterSetsFilteredBidsService ¶
type BiddersAccountsFilterSetsFilteredBidsService struct { Creatives *BiddersAccountsFilterSetsFilteredBidsCreativesService Details *BiddersAccountsFilterSetsFilteredBidsDetailsService // contains filtered or unexported fields }
func NewBiddersAccountsFilterSetsFilteredBidsService ¶
func NewBiddersAccountsFilterSetsFilteredBidsService(s *Service) *BiddersAccountsFilterSetsFilteredBidsService
func (*BiddersAccountsFilterSetsFilteredBidsService) List ¶
func (r *BiddersAccountsFilterSetsFilteredBidsService) List(filterSetName string) *BiddersAccountsFilterSetsFilteredBidsListCall
List: List all reasons for which bids were filtered, with the number of bids filtered for each reason.
type BiddersAccountsFilterSetsGetCall ¶
type BiddersAccountsFilterSetsGetCall struct {
// contains filtered or unexported fields
}
func (*BiddersAccountsFilterSetsGetCall) Context ¶
func (c *BiddersAccountsFilterSetsGetCall) Context(ctx context.Context) *BiddersAccountsFilterSetsGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*BiddersAccountsFilterSetsGetCall) Do ¶
func (c *BiddersAccountsFilterSetsGetCall) Do(opts ...googleapi.CallOption) (*FilterSet, error)
Do executes the "adexchangebuyer2.bidders.accounts.filterSets.get" call. Exactly one of *FilterSet or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *FilterSet.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*BiddersAccountsFilterSetsGetCall) Fields ¶
func (c *BiddersAccountsFilterSetsGetCall) Fields(s ...googleapi.Field) *BiddersAccountsFilterSetsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*BiddersAccountsFilterSetsGetCall) Header ¶
func (c *BiddersAccountsFilterSetsGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*BiddersAccountsFilterSetsGetCall) IfNoneMatch ¶
func (c *BiddersAccountsFilterSetsGetCall) IfNoneMatch(entityTag string) *BiddersAccountsFilterSetsGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type BiddersAccountsFilterSetsImpressionMetricsListCall ¶
type BiddersAccountsFilterSetsImpressionMetricsListCall struct {
// contains filtered or unexported fields
}
func (*BiddersAccountsFilterSetsImpressionMetricsListCall) Context ¶
func (c *BiddersAccountsFilterSetsImpressionMetricsListCall) Context(ctx context.Context) *BiddersAccountsFilterSetsImpressionMetricsListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*BiddersAccountsFilterSetsImpressionMetricsListCall) Do ¶
func (c *BiddersAccountsFilterSetsImpressionMetricsListCall) Do(opts ...googleapi.CallOption) (*ListImpressionMetricsResponse, error)
Do executes the "adexchangebuyer2.bidders.accounts.filterSets.impressionMetrics.list" call. Exactly one of *ListImpressionMetricsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ListImpressionMetricsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*BiddersAccountsFilterSetsImpressionMetricsListCall) Fields ¶
func (c *BiddersAccountsFilterSetsImpressionMetricsListCall) Fields(s ...googleapi.Field) *BiddersAccountsFilterSetsImpressionMetricsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*BiddersAccountsFilterSetsImpressionMetricsListCall) Header ¶
func (c *BiddersAccountsFilterSetsImpressionMetricsListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*BiddersAccountsFilterSetsImpressionMetricsListCall) IfNoneMatch ¶
func (c *BiddersAccountsFilterSetsImpressionMetricsListCall) IfNoneMatch(entityTag string) *BiddersAccountsFilterSetsImpressionMetricsListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*BiddersAccountsFilterSetsImpressionMetricsListCall) PageSize ¶
func (c *BiddersAccountsFilterSetsImpressionMetricsListCall) PageSize(pageSize int64) *BiddersAccountsFilterSetsImpressionMetricsListCall
PageSize sets the optional parameter "pageSize": Requested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default.
func (*BiddersAccountsFilterSetsImpressionMetricsListCall) PageToken ¶
func (c *BiddersAccountsFilterSetsImpressionMetricsListCall) PageToken(pageToken string) *BiddersAccountsFilterSetsImpressionMetricsListCall
PageToken sets the optional parameter "pageToken": A token identifying a page of results the server should return. Typically, this is the value of ListImpressionMetricsResponse.nextPageToken returned from the previous call to the impressionMetrics.list method.
func (*BiddersAccountsFilterSetsImpressionMetricsListCall) Pages ¶
func (c *BiddersAccountsFilterSetsImpressionMetricsListCall) Pages(ctx context.Context, f func(*ListImpressionMetricsResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type BiddersAccountsFilterSetsImpressionMetricsService ¶
type BiddersAccountsFilterSetsImpressionMetricsService struct {
// contains filtered or unexported fields
}
func NewBiddersAccountsFilterSetsImpressionMetricsService ¶
func NewBiddersAccountsFilterSetsImpressionMetricsService(s *Service) *BiddersAccountsFilterSetsImpressionMetricsService
func (*BiddersAccountsFilterSetsImpressionMetricsService) List ¶
func (r *BiddersAccountsFilterSetsImpressionMetricsService) List(filterSetName string) *BiddersAccountsFilterSetsImpressionMetricsListCall
List: Lists all metrics that are measured in terms of number of impressions.
type BiddersAccountsFilterSetsListCall ¶
type BiddersAccountsFilterSetsListCall struct {
// contains filtered or unexported fields
}
func (*BiddersAccountsFilterSetsListCall) Context ¶
func (c *BiddersAccountsFilterSetsListCall) Context(ctx context.Context) *BiddersAccountsFilterSetsListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*BiddersAccountsFilterSetsListCall) Do ¶
func (c *BiddersAccountsFilterSetsListCall) Do(opts ...googleapi.CallOption) (*ListFilterSetsResponse, error)
Do executes the "adexchangebuyer2.bidders.accounts.filterSets.list" call. Exactly one of *ListFilterSetsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ListFilterSetsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*BiddersAccountsFilterSetsListCall) Fields ¶
func (c *BiddersAccountsFilterSetsListCall) Fields(s ...googleapi.Field) *BiddersAccountsFilterSetsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*BiddersAccountsFilterSetsListCall) Header ¶
func (c *BiddersAccountsFilterSetsListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*BiddersAccountsFilterSetsListCall) IfNoneMatch ¶
func (c *BiddersAccountsFilterSetsListCall) IfNoneMatch(entityTag string) *BiddersAccountsFilterSetsListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*BiddersAccountsFilterSetsListCall) PageSize ¶
func (c *BiddersAccountsFilterSetsListCall) PageSize(pageSize int64) *BiddersAccountsFilterSetsListCall
PageSize sets the optional parameter "pageSize": Requested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default.
func (*BiddersAccountsFilterSetsListCall) PageToken ¶
func (c *BiddersAccountsFilterSetsListCall) PageToken(pageToken string) *BiddersAccountsFilterSetsListCall
PageToken sets the optional parameter "pageToken": A token identifying a page of results the server should return. Typically, this is the value of ListFilterSetsResponse.nextPageToken returned from the previous call to the accounts.filterSets.list method.
func (*BiddersAccountsFilterSetsListCall) Pages ¶
func (c *BiddersAccountsFilterSetsListCall) Pages(ctx context.Context, f func(*ListFilterSetsResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type BiddersAccountsFilterSetsLosingBidsListCall ¶
type BiddersAccountsFilterSetsLosingBidsListCall struct {
// contains filtered or unexported fields
}
func (*BiddersAccountsFilterSetsLosingBidsListCall) Context ¶
func (c *BiddersAccountsFilterSetsLosingBidsListCall) Context(ctx context.Context) *BiddersAccountsFilterSetsLosingBidsListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*BiddersAccountsFilterSetsLosingBidsListCall) Do ¶
func (c *BiddersAccountsFilterSetsLosingBidsListCall) Do(opts ...googleapi.CallOption) (*ListLosingBidsResponse, error)
Do executes the "adexchangebuyer2.bidders.accounts.filterSets.losingBids.list" call. Exactly one of *ListLosingBidsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ListLosingBidsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*BiddersAccountsFilterSetsLosingBidsListCall) Fields ¶
func (c *BiddersAccountsFilterSetsLosingBidsListCall) Fields(s ...googleapi.Field) *BiddersAccountsFilterSetsLosingBidsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*BiddersAccountsFilterSetsLosingBidsListCall) Header ¶
func (c *BiddersAccountsFilterSetsLosingBidsListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*BiddersAccountsFilterSetsLosingBidsListCall) IfNoneMatch ¶
func (c *BiddersAccountsFilterSetsLosingBidsListCall) IfNoneMatch(entityTag string) *BiddersAccountsFilterSetsLosingBidsListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*BiddersAccountsFilterSetsLosingBidsListCall) PageSize ¶
func (c *BiddersAccountsFilterSetsLosingBidsListCall) PageSize(pageSize int64) *BiddersAccountsFilterSetsLosingBidsListCall
PageSize sets the optional parameter "pageSize": Requested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default.
func (*BiddersAccountsFilterSetsLosingBidsListCall) PageToken ¶
func (c *BiddersAccountsFilterSetsLosingBidsListCall) PageToken(pageToken string) *BiddersAccountsFilterSetsLosingBidsListCall
PageToken sets the optional parameter "pageToken": A token identifying a page of results the server should return. Typically, this is the value of ListLosingBidsResponse.nextPageToken returned from the previous call to the losingBids.list method.
func (*BiddersAccountsFilterSetsLosingBidsListCall) Pages ¶
func (c *BiddersAccountsFilterSetsLosingBidsListCall) Pages(ctx context.Context, f func(*ListLosingBidsResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type BiddersAccountsFilterSetsLosingBidsService ¶
type BiddersAccountsFilterSetsLosingBidsService struct {
// contains filtered or unexported fields
}
func NewBiddersAccountsFilterSetsLosingBidsService ¶
func NewBiddersAccountsFilterSetsLosingBidsService(s *Service) *BiddersAccountsFilterSetsLosingBidsService
func (*BiddersAccountsFilterSetsLosingBidsService) List ¶
func (r *BiddersAccountsFilterSetsLosingBidsService) List(filterSetName string) *BiddersAccountsFilterSetsLosingBidsListCall
List: List all reasons for which bids lost in the auction, with the number of bids that lost for each reason.
type BiddersAccountsFilterSetsNonBillableWinningBidsListCall ¶
type BiddersAccountsFilterSetsNonBillableWinningBidsListCall struct {
// contains filtered or unexported fields
}
func (*BiddersAccountsFilterSetsNonBillableWinningBidsListCall) Context ¶
func (c *BiddersAccountsFilterSetsNonBillableWinningBidsListCall) Context(ctx context.Context) *BiddersAccountsFilterSetsNonBillableWinningBidsListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*BiddersAccountsFilterSetsNonBillableWinningBidsListCall) Do ¶
func (c *BiddersAccountsFilterSetsNonBillableWinningBidsListCall) Do(opts ...googleapi.CallOption) (*ListNonBillableWinningBidsResponse, error)
Do executes the "adexchangebuyer2.bidders.accounts.filterSets.nonBillableWinningBids.list" call. Exactly one of *ListNonBillableWinningBidsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ListNonBillableWinningBidsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*BiddersAccountsFilterSetsNonBillableWinningBidsListCall) Fields ¶
func (c *BiddersAccountsFilterSetsNonBillableWinningBidsListCall) Fields(s ...googleapi.Field) *BiddersAccountsFilterSetsNonBillableWinningBidsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*BiddersAccountsFilterSetsNonBillableWinningBidsListCall) Header ¶
func (c *BiddersAccountsFilterSetsNonBillableWinningBidsListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*BiddersAccountsFilterSetsNonBillableWinningBidsListCall) IfNoneMatch ¶
func (c *BiddersAccountsFilterSetsNonBillableWinningBidsListCall) IfNoneMatch(entityTag string) *BiddersAccountsFilterSetsNonBillableWinningBidsListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*BiddersAccountsFilterSetsNonBillableWinningBidsListCall) PageSize ¶
func (c *BiddersAccountsFilterSetsNonBillableWinningBidsListCall) PageSize(pageSize int64) *BiddersAccountsFilterSetsNonBillableWinningBidsListCall
PageSize sets the optional parameter "pageSize": Requested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default.
func (*BiddersAccountsFilterSetsNonBillableWinningBidsListCall) PageToken ¶
func (c *BiddersAccountsFilterSetsNonBillableWinningBidsListCall) PageToken(pageToken string) *BiddersAccountsFilterSetsNonBillableWinningBidsListCall
PageToken sets the optional parameter "pageToken": A token identifying a page of results the server should return. Typically, this is the value of ListNonBillableWinningBidsResponse.nextPageToken returned from the previous call to the nonBillableWinningBids.list method.
func (*BiddersAccountsFilterSetsNonBillableWinningBidsListCall) Pages ¶
func (c *BiddersAccountsFilterSetsNonBillableWinningBidsListCall) Pages(ctx context.Context, f func(*ListNonBillableWinningBidsResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type BiddersAccountsFilterSetsNonBillableWinningBidsService ¶
type BiddersAccountsFilterSetsNonBillableWinningBidsService struct {
// contains filtered or unexported fields
}
func NewBiddersAccountsFilterSetsNonBillableWinningBidsService ¶
func NewBiddersAccountsFilterSetsNonBillableWinningBidsService(s *Service) *BiddersAccountsFilterSetsNonBillableWinningBidsService
func (*BiddersAccountsFilterSetsNonBillableWinningBidsService) List ¶
func (r *BiddersAccountsFilterSetsNonBillableWinningBidsService) List(filterSetName string) *BiddersAccountsFilterSetsNonBillableWinningBidsListCall
List: List all reasons for which winning bids were not billable, with the number of bids not billed for each reason.
type BiddersAccountsFilterSetsService ¶
type BiddersAccountsFilterSetsService struct { BidMetrics *BiddersAccountsFilterSetsBidMetricsService BidResponseErrors *BiddersAccountsFilterSetsBidResponseErrorsService BidResponsesWithoutBids *BiddersAccountsFilterSetsBidResponsesWithoutBidsService FilteredBidRequests *BiddersAccountsFilterSetsFilteredBidRequestsService FilteredBids *BiddersAccountsFilterSetsFilteredBidsService ImpressionMetrics *BiddersAccountsFilterSetsImpressionMetricsService LosingBids *BiddersAccountsFilterSetsLosingBidsService NonBillableWinningBids *BiddersAccountsFilterSetsNonBillableWinningBidsService // contains filtered or unexported fields }
func NewBiddersAccountsFilterSetsService ¶
func NewBiddersAccountsFilterSetsService(s *Service) *BiddersAccountsFilterSetsService
func (*BiddersAccountsFilterSetsService) Create ¶
func (r *BiddersAccountsFilterSetsService) Create(ownerName string, filterset *FilterSet) *BiddersAccountsFilterSetsCreateCall
Create: Creates the specified filter set for the account with the given account ID.
func (*BiddersAccountsFilterSetsService) Delete ¶
func (r *BiddersAccountsFilterSetsService) Delete(name string) *BiddersAccountsFilterSetsDeleteCall
Delete: Deletes the requested filter set from the account with the given account ID.
func (*BiddersAccountsFilterSetsService) Get ¶
func (r *BiddersAccountsFilterSetsService) Get(name string) *BiddersAccountsFilterSetsGetCall
Get: Retrieves the requested filter set for the account with the given account ID.
func (*BiddersAccountsFilterSetsService) List ¶
func (r *BiddersAccountsFilterSetsService) List(ownerName string) *BiddersAccountsFilterSetsListCall
List: Lists all filter sets for the account with the given account ID.
type BiddersAccountsService ¶
type BiddersAccountsService struct { FilterSets *BiddersAccountsFilterSetsService // contains filtered or unexported fields }
func NewBiddersAccountsService ¶
func NewBiddersAccountsService(s *Service) *BiddersAccountsService
type BiddersFilterSetsBidMetricsListCall ¶
type BiddersFilterSetsBidMetricsListCall struct {
// contains filtered or unexported fields
}
func (*BiddersFilterSetsBidMetricsListCall) Context ¶
func (c *BiddersFilterSetsBidMetricsListCall) Context(ctx context.Context) *BiddersFilterSetsBidMetricsListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*BiddersFilterSetsBidMetricsListCall) Do ¶
func (c *BiddersFilterSetsBidMetricsListCall) Do(opts ...googleapi.CallOption) (*ListBidMetricsResponse, error)
Do executes the "adexchangebuyer2.bidders.filterSets.bidMetrics.list" call. Exactly one of *ListBidMetricsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ListBidMetricsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*BiddersFilterSetsBidMetricsListCall) Fields ¶
func (c *BiddersFilterSetsBidMetricsListCall) Fields(s ...googleapi.Field) *BiddersFilterSetsBidMetricsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*BiddersFilterSetsBidMetricsListCall) Header ¶
func (c *BiddersFilterSetsBidMetricsListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*BiddersFilterSetsBidMetricsListCall) IfNoneMatch ¶
func (c *BiddersFilterSetsBidMetricsListCall) IfNoneMatch(entityTag string) *BiddersFilterSetsBidMetricsListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*BiddersFilterSetsBidMetricsListCall) PageSize ¶
func (c *BiddersFilterSetsBidMetricsListCall) PageSize(pageSize int64) *BiddersFilterSetsBidMetricsListCall
PageSize sets the optional parameter "pageSize": Requested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default.
func (*BiddersFilterSetsBidMetricsListCall) PageToken ¶
func (c *BiddersFilterSetsBidMetricsListCall) PageToken(pageToken string) *BiddersFilterSetsBidMetricsListCall
PageToken sets the optional parameter "pageToken": A token identifying a page of results the server should return. Typically, this is the value of ListBidMetricsResponse.nextPageToken returned from the previous call to the bidMetrics.list method.
func (*BiddersFilterSetsBidMetricsListCall) Pages ¶
func (c *BiddersFilterSetsBidMetricsListCall) Pages(ctx context.Context, f func(*ListBidMetricsResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type BiddersFilterSetsBidMetricsService ¶
type BiddersFilterSetsBidMetricsService struct {
// contains filtered or unexported fields
}
func NewBiddersFilterSetsBidMetricsService ¶
func NewBiddersFilterSetsBidMetricsService(s *Service) *BiddersFilterSetsBidMetricsService
func (*BiddersFilterSetsBidMetricsService) List ¶
func (r *BiddersFilterSetsBidMetricsService) List(filterSetName string) *BiddersFilterSetsBidMetricsListCall
List: Lists all metrics that are me