Versions in this module Expand all Collapse all v0 v0.0.1 Dec 7, 2023 Changes in this version + const AdexchangeBuyerScope + type AbsoluteDateRange struct + EndDate *Date + ForceSendFields []string + NullFields []string + StartDate *Date + func (s *AbsoluteDateRange) MarshalJSON() ([]byte, error) + type AcceptProposalRequest struct + ForceSendFields []string + NullFields []string + ProposalRevision int64 + func (s *AcceptProposalRequest) MarshalJSON() ([]byte, error) + type AccountsClientsCreateCall struct + 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 struct + 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 struct + 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 struct + 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 struct + 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 struct + func NewAccountsClientsInvitationsService(s *Service) *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 struct + 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 struct + Invitations *AccountsClientsInvitationsService + Users *AccountsClientsUsersService + func NewAccountsClientsService(s *Service) *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 struct + 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 struct + 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 struct + 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 struct + func NewAccountsClientsUsersService(s *Service) *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 struct + 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 struct + 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 struct + 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 struct + 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 struct + 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 struct + func NewAccountsCreativesDealAssociationsService(s *Service) *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 struct + 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 struct + 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 struct + DealAssociations *AccountsCreativesDealAssociationsService + func NewAccountsCreativesService(s *Service) *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 struct + 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 struct + 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 struct + 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 struct + 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 AccountsFinalizedProposalsPauseCall struct + func (c *AccountsFinalizedProposalsPauseCall) Context(ctx context.Context) *AccountsFinalizedProposalsPauseCall + func (c *AccountsFinalizedProposalsPauseCall) Do(opts ...googleapi.CallOption) (*Proposal, error) + func (c *AccountsFinalizedProposalsPauseCall) Fields(s ...googleapi.Field) *AccountsFinalizedProposalsPauseCall + func (c *AccountsFinalizedProposalsPauseCall) Header() http.Header + type AccountsFinalizedProposalsResumeCall struct + func (c *AccountsFinalizedProposalsResumeCall) Context(ctx context.Context) *AccountsFinalizedProposalsResumeCall + func (c *AccountsFinalizedProposalsResumeCall) Do(opts ...googleapi.CallOption) (*Proposal, error) + func (c *AccountsFinalizedProposalsResumeCall) Fields(s ...googleapi.Field) *AccountsFinalizedProposalsResumeCall + func (c *AccountsFinalizedProposalsResumeCall) Header() http.Header + type AccountsFinalizedProposalsService struct + func NewAccountsFinalizedProposalsService(s *Service) *AccountsFinalizedProposalsService + func (r *AccountsFinalizedProposalsService) List(accountId string) *AccountsFinalizedProposalsListCall + func (r *AccountsFinalizedProposalsService) Pause(accountId string, proposalId string, ...) *AccountsFinalizedProposalsPauseCall + func (r *AccountsFinalizedProposalsService) Resume(accountId string, proposalId string, ...) *AccountsFinalizedProposalsResumeCall + type AccountsProductsGetCall struct + 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 struct + 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 struct + func NewAccountsProductsService(s *Service) *AccountsProductsService + func (r *AccountsProductsService) Get(accountId string, productId string) *AccountsProductsGetCall + func (r *AccountsProductsService) List(accountId string) *AccountsProductsListCall + type AccountsProposalsAcceptCall struct + 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 struct + 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 struct + 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 struct + 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 struct + 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 struct + 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 struct + 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 struct + 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 struct + 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 struct + func NewAccountsProposalsService(s *Service) *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 struct + 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 struct + 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 struct + 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 struct + func NewAccountsPublisherProfilesService(s *Service) *AccountsPublisherProfilesService + func (r *AccountsPublisherProfilesService) Get(accountId string, publisherProfileId string) *AccountsPublisherProfilesGetCall + func (r *AccountsPublisherProfilesService) List(accountId string) *AccountsPublisherProfilesListCall + type AccountsService struct + Clients *AccountsClientsService + Creatives *AccountsCreativesService + FinalizedProposals *AccountsFinalizedProposalsService + Products *AccountsProductsService + Proposals *AccountsProposalsService + PublisherProfiles *AccountsPublisherProfilesService + func NewAccountsService(s *Service) *AccountsService + type AdSize struct + ForceSendFields []string + Height int64 + NullFields []string + SizeType string + Width int64 + func (s *AdSize) MarshalJSON() ([]byte, error) + type AdTechnologyProviders struct + DetectedProviderIds googleapi.Int64s + ForceSendFields []string + HasUnidentifiedProvider bool + NullFields []string + func (s *AdTechnologyProviders) MarshalJSON() ([]byte, error) + type AddDealAssociationRequest struct + Association *CreativeDealAssociation + ForceSendFields []string + NullFields []string + func (s *AddDealAssociationRequest) MarshalJSON() ([]byte, error) + type AddNoteRequest struct + ForceSendFields []string + Note *Note + NullFields []string + func (s *AddNoteRequest) MarshalJSON() ([]byte, error) + type AppContext struct + AppTypes []string + ForceSendFields []string + NullFields []string + func (s *AppContext) MarshalJSON() ([]byte, error) + type AuctionContext struct + AuctionTypes []string + ForceSendFields []string + NullFields []string + func (s *AuctionContext) MarshalJSON() ([]byte, error) + type BidMetricsRow struct + Bids *MetricValue + BidsInAuction *MetricValue + BilledImpressions *MetricValue + ForceSendFields []string + ImpressionsWon *MetricValue + MeasurableImpressions *MetricValue + NullFields []string + ReachedQueries *MetricValue + RowDimensions *RowDimensions + ViewableImpressions *MetricValue + func (s *BidMetricsRow) MarshalJSON() ([]byte, error) + type BidResponseWithoutBidsStatusRow struct + ForceSendFields []string + ImpressionCount *MetricValue + NullFields []string + RowDimensions *RowDimensions + Status string + func (s *BidResponseWithoutBidsStatusRow) MarshalJSON() ([]byte, error) + type BiddersAccountsFilterSetsBidMetricsListCall struct + 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 struct + func NewBiddersAccountsFilterSetsBidMetricsService(s *Service) *BiddersAccountsFilterSetsBidMetricsService + func (r *BiddersAccountsFilterSetsBidMetricsService) List(filterSetName string) *BiddersAccountsFilterSetsBidMetricsListCall + type BiddersAccountsFilterSetsBidResponseErrorsListCall struct + 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 struct + func NewBiddersAccountsFilterSetsBidResponseErrorsService(s *Service) *BiddersAccountsFilterSetsBidResponseErrorsService + func (r *BiddersAccountsFilterSetsBidResponseErrorsService) List(filterSetName string) *BiddersAccountsFilterSetsBidResponseErrorsListCall + type BiddersAccountsFilterSetsBidResponsesWithoutBidsListCall struct + 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 struct + func NewBiddersAccountsFilterSetsBidResponsesWithoutBidsService(s *Service) *BiddersAccountsFilterSetsBidResponsesWithoutBidsService + func (r *BiddersAccountsFilterSetsBidResponsesWithoutBidsService) List(filterSetName string) *BiddersAccountsFilterSetsBidResponsesWithoutBidsListCall + type BiddersAccountsFilterSetsCreateCall struct + 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 struct + 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 struct + 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 struct + func NewBiddersAccountsFilterSetsFilteredBidRequestsService(s *Service) *BiddersAccountsFilterSetsFilteredBidRequestsService + func (r *BiddersAccountsFilterSetsFilteredBidRequestsService) List(filterSetName string) *BiddersAccountsFilterSetsFilteredBidRequestsListCall + type BiddersAccountsFilterSetsFilteredBidsCreativesListCall struct + 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 struct + func NewBiddersAccountsFilterSetsFilteredBidsCreativesService(s *Service) *BiddersAccountsFilterSetsFilteredBidsCreativesService + func (r *BiddersAccountsFilterSetsFilteredBidsCreativesService) List(filterSetName string, creativeStatusId int64) *BiddersAccountsFilterSetsFilteredBidsCreativesListCall + type BiddersAccountsFilterSetsFilteredBidsDetailsListCall struct + 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 struct + func NewBiddersAccountsFilterSetsFilteredBidsDetailsService(s *Service) *BiddersAccountsFilterSetsFilteredBidsDetailsService + func (r *BiddersAccountsFilterSetsFilteredBidsDetailsService) List(filterSetName string, creativeStatusId int64) *BiddersAccountsFilterSetsFilteredBidsDetailsListCall + type BiddersAccountsFilterSetsFilteredBidsListCall struct + 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 struct + Creatives *BiddersAccountsFilterSetsFilteredBidsCreativesService + Details *BiddersAccountsFilterSetsFilteredBidsDetailsService + func NewBiddersAccountsFilterSetsFilteredBidsService(s *Service) *BiddersAccountsFilterSetsFilteredBidsService + func (r *BiddersAccountsFilterSetsFilteredBidsService) List(filterSetName string) *BiddersAccountsFilterSetsFilteredBidsListCall + type BiddersAccountsFilterSetsGetCall struct + 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 struct + 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 struct + func NewBiddersAccountsFilterSetsImpressionMetricsService(s *Service) *BiddersAccountsFilterSetsImpressionMetricsService + func (r *BiddersAccountsFilterSetsImpressionMetricsService) List(filterSetName string) *BiddersAccountsFilterSetsImpressionMetricsListCall + type BiddersAccountsFilterSetsListCall struct + 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 struct + 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 struct + func NewBiddersAccountsFilterSetsLosingBidsService(s *Service) *BiddersAccountsFilterSetsLosingBidsService + func (r *BiddersAccountsFilterSetsLosingBidsService) List(filterSetName string) *BiddersAccountsFilterSetsLosingBidsListCall + type BiddersAccountsFilterSetsNonBillableWinningBidsListCall struct + 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 struct + func NewBiddersAccountsFilterSetsNonBillableWinningBidsService(s *Service) *BiddersAccountsFilterSetsNonBillableWinningBidsService + func (r *BiddersAccountsFilterSetsNonBillableWinningBidsService) List(filterSetName string) *BiddersAccountsFilterSetsNonBillableWinningBidsListCall + type BiddersAccountsFilterSetsService struct + BidMetrics *BiddersAccountsFilterSetsBidMetricsService + BidResponseErrors *BiddersAccountsFilterSetsBidResponseErrorsService + BidResponsesWithoutBids *BiddersAccountsFilterSetsBidResponsesWithoutBidsService + FilteredBidRequests *BiddersAccountsFilterSetsFilteredBidRequestsService + FilteredBids *BiddersAccountsFilterSetsFilteredBidsService + ImpressionMetrics *BiddersAccountsFilterSetsImpressionMetricsService + LosingBids *BiddersAccountsFilterSetsLosingBidsService + NonBillableWinningBids *BiddersAccountsFilterSetsNonBillableWinningBidsService + func NewBiddersAccountsFilterSetsService(s *Service) *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 struct + FilterSets *BiddersAccountsFilterSetsService + func NewBiddersAccountsService(s *Service) *BiddersAccountsService + type BiddersFilterSetsBidMetricsListCall struct + 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 struct + func NewBiddersFilterSetsBidMetricsService(s *Service) *BiddersFilterSetsBidMetricsService + func (r *BiddersFilterSetsBidMetricsService) List(filterSetName string) *BiddersFilterSetsBidMetricsListCall + type BiddersFilterSetsBidResponseErrorsListCall struct + 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 struct + func NewBiddersFilterSetsBidResponseErrorsService(s *Service) *BiddersFilterSetsBidResponseErrorsService + func (r *BiddersFilterSetsBidResponseErrorsService) List(filterSetName string) *BiddersFilterSetsBidResponseErrorsListCall + type BiddersFilterSetsBidResponsesWithoutBidsListCall struct + 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 struct + func NewBiddersFilterSetsBidResponsesWithoutBidsService(s *Service) *BiddersFilterSetsBidResponsesWithoutBidsService + func (r *BiddersFilterSetsBidResponsesWithoutBidsService) List(filterSetName string) *BiddersFilterSetsBidResponsesWithoutBidsListCall + type BiddersFilterSetsCreateCall struct + 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 struct + 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 struct + 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 struct + func NewBiddersFilterSetsFilteredBidRequestsService(s *Service) *BiddersFilterSetsFilteredBidRequestsService + func (r *BiddersFilterSetsFilteredBidRequestsService) List(filterSetName string) *BiddersFilterSetsFilteredBidRequestsListCall + type BiddersFilterSetsFilteredBidsCreativesListCall struct + 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 struct + func NewBiddersFilterSetsFilteredBidsCreativesService(s *Service) *BiddersFilterSetsFilteredBidsCreativesService + func (r *BiddersFilterSetsFilteredBidsCreativesService) List(filterSetName string, creativeStatusId int64) *BiddersFilterSetsFilteredBidsCreativesListCall + type BiddersFilterSetsFilteredBidsDetailsListCall struct + 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 struct + func NewBiddersFilterSetsFilteredBidsDetailsService(s *Service) *BiddersFilterSetsFilteredBidsDetailsService + func (r *BiddersFilterSetsFilteredBidsDetailsService) List(filterSetName string, creativeStatusId int64) *BiddersFilterSetsFilteredBidsDetailsListCall + type BiddersFilterSetsFilteredBidsListCall struct + 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 struct + Creatives *BiddersFilterSetsFilteredBidsCreativesService + Details *BiddersFilterSetsFilteredBidsDetailsService + func NewBiddersFilterSetsFilteredBidsService(s *Service) *BiddersFilterSetsFilteredBidsService + func (r *BiddersFilterSetsFilteredBidsService) List(filterSetName string) *BiddersFilterSetsFilteredBidsListCall + type BiddersFilterSetsGetCall struct + 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 struct + 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 struct + func NewBiddersFilterSetsImpressionMetricsService(s *Service) *BiddersFilterSetsImpressionMetricsService + func (r *BiddersFilterSetsImpressionMetricsService) List(filterSetName string) *BiddersFilterSetsImpressionMetricsListCall + type BiddersFilterSetsListCall struct + 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 struct + 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 struct + func NewBiddersFilterSetsLosingBidsService(s *Service) *BiddersFilterSetsLosingBidsService + func (r *BiddersFilterSetsLosingBidsService) List(filterSetName string) *BiddersFilterSetsLosingBidsListCall + type BiddersFilterSetsNonBillableWinningBidsListCall struct + 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 struct + func NewBiddersFilterSetsNonBillableWinningBidsService(s *Service) *BiddersFilterSetsNonBillableWinningBidsService + func (r *BiddersFilterSetsNonBillableWinningBidsService) List(filterSetName string) *BiddersFilterSetsNonBillableWinningBidsListCall + type BiddersFilterSetsService struct + BidMetrics *BiddersFilterSetsBidMetricsService + BidResponseErrors *BiddersFilterSetsBidResponseErrorsService + BidResponsesWithoutBids *BiddersFilterSetsBidResponsesWithoutBidsService + FilteredBidRequests *BiddersFilterSetsFilteredBidRequestsService + FilteredBids *BiddersFilterSetsFilteredBidsService + ImpressionMetrics *BiddersFilterSetsImpressionMetricsService + LosingBids *BiddersFilterSetsLosingBidsService + NonBillableWinningBids *BiddersFilterSetsNonBillableWinningBidsService + func NewBiddersFilterSetsService(s *Service) *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 struct + Accounts *BiddersAccountsService + FilterSets *BiddersFilterSetsService + func NewBiddersService(s *Service) *BiddersService + type Buyer struct + AccountId string + ForceSendFields []string + NullFields []string + func (s *Buyer) MarshalJSON() ([]byte, error) + type CalloutStatusRow struct + CalloutStatusId int64 + ForceSendFields []string + ImpressionCount *MetricValue + NullFields []string + RowDimensions *RowDimensions + func (s *CalloutStatusRow) MarshalJSON() ([]byte, error) + type CancelNegotiationRequest struct + type Client struct + ClientAccountId int64 + ClientName string + EntityId int64 + EntityName string + EntityType string + ForceSendFields []string + NullFields []string + PartnerClientId string + Role string + Status string + VisibleToSeller bool + func (s *Client) MarshalJSON() ([]byte, error) + type ClientUser struct + ClientAccountId int64 + Email string + ForceSendFields []string + NullFields []string + Status string + UserId int64 + func (s *ClientUser) MarshalJSON() ([]byte, error) + type ClientUserInvitation struct + ClientAccountId int64 + Email string + ForceSendFields []string + InvitationId int64 + NullFields []string + func (s *ClientUserInvitation) MarshalJSON() ([]byte, error) + type CompleteSetupRequest struct + type ContactInformation struct + Email string + ForceSendFields []string + Name string + NullFields []string + func (s *ContactInformation) MarshalJSON() ([]byte, error) + type Correction struct + Contexts []*ServingContext + Details []string + ForceSendFields []string + NullFields []string + Type string + func (s *Correction) MarshalJSON() ([]byte, error) + type Creative struct + AccountId string + AdChoicesDestinationUrl string + AdTechnologyProviders *AdTechnologyProviders + AdvertiserName string + AgencyId int64 + ApiUpdateTime string + Attributes []string + ClickThroughUrls []string + Corrections []*Correction + CreativeId string + DealsStatus string + DeclaredClickThroughUrls []string + DetectedAdvertiserIds googleapi.Int64s + DetectedDomains []string + DetectedLanguages []string + DetectedProductCategories []int64 + DetectedSensitiveCategories []int64 + ForceSendFields []string + Html *HtmlContent + ImpressionTrackingUrls []string + Native *NativeContent + NullFields []string + OpenAuctionStatus string + RestrictedCategories []string + ServingRestrictions []*ServingRestriction + VendorIds []int64 + Version int64 + Video *VideoContent + func (s *Creative) MarshalJSON() ([]byte, error) + type CreativeDealAssociation struct + AccountId string + CreativeId string + DealsId string + ForceSendFields []string + NullFields []string + func (s *CreativeDealAssociation) MarshalJSON() ([]byte, error) + type CreativeRestrictions struct + CreativeFormat string + CreativeSpecifications []*CreativeSpecification + ForceSendFields []string + NullFields []string + SkippableAdType string + func (s *CreativeRestrictions) MarshalJSON() ([]byte, error) + type CreativeSize struct + AllowedFormats []string + CompanionSizes []*Size + CreativeSizeType string + ForceSendFields []string + NativeTemplate string + NullFields []string + Size *Size + SkippableAdType string + func (s *CreativeSize) MarshalJSON() ([]byte, error) + type CreativeSpecification struct + CreativeCompanionSizes []*AdSize + CreativeSize *AdSize + ForceSendFields []string + NullFields []string + func (s *CreativeSpecification) MarshalJSON() ([]byte, error) + type CreativeStatusRow struct + BidCount *MetricValue + CreativeStatusId int64 + ForceSendFields []string + NullFields []string + RowDimensions *RowDimensions + func (s *CreativeStatusRow) MarshalJSON() ([]byte, error) + type CriteriaTargeting struct + ExcludedCriteriaIds googleapi.Int64s + ForceSendFields []string + NullFields []string + TargetedCriteriaIds googleapi.Int64s + func (s *CriteriaTargeting) MarshalJSON() ([]byte, error) + type Date struct + Day int64 + ForceSendFields []string + Month int64 + NullFields []string + Year int64 + func (s *Date) MarshalJSON() ([]byte, error) + type DayPart struct + DayOfWeek string + EndTime *TimeOfDay + ForceSendFields []string + NullFields []string + StartTime *TimeOfDay + func (s *DayPart) MarshalJSON() ([]byte, error) + type DayPartTargeting struct + DayParts []*DayPart + ForceSendFields []string + NullFields []string + TimeZoneType string + func (s *DayPartTargeting) MarshalJSON() ([]byte, error) + type Deal struct + AvailableEndTime string + AvailableStartTime string + BuyerPrivateData *PrivateData + CreateProductId string + CreateProductRevision int64 + CreateTime string + CreativePreApprovalPolicy string + CreativeRestrictions *CreativeRestrictions + CreativeSafeFrameCompatibility string + DealId string + DealServingMetadata *DealServingMetadata + DealTerms *DealTerms + DeliveryControl *DeliveryControl + Description string + DisplayName string + ExternalDealId string + ForceSendFields []string + IsSetupComplete bool + NullFields []string + ProgrammaticCreativeSource string + ProposalId string + SellerContacts []*ContactInformation + SyndicationProduct string + Targeting *MarketplaceTargeting + TargetingCriterion []*TargetingCriteria + UpdateTime string + WebPropertyCode string + func (s *Deal) MarshalJSON() ([]byte, error) + type DealPauseStatus struct + BuyerPauseReason string + FirstPausedBy string + ForceSendFields []string + HasBuyerPaused bool + HasSellerPaused bool + NullFields []string + SellerPauseReason string + func (s *DealPauseStatus) MarshalJSON() ([]byte, error) + type DealServingMetadata struct + DealPauseStatus *DealPauseStatus + ForceSendFields []string + NullFields []string + func (s *DealServingMetadata) MarshalJSON() ([]byte, error) + type DealTerms struct + BrandingType string + Description string + EstimatedGrossSpend *Price + EstimatedImpressionsPerDay int64 + ForceSendFields []string + GuaranteedFixedPriceTerms *GuaranteedFixedPriceTerms + NonGuaranteedAuctionTerms *NonGuaranteedAuctionTerms + NonGuaranteedFixedPriceTerms *NonGuaranteedFixedPriceTerms + NullFields []string + SellerTimeZone string + func (s *DealTerms) MarshalJSON() ([]byte, error) + type DeliveryControl struct + CreativeBlockingLevel string + DeliveryRateType string + ForceSendFields []string + FrequencyCaps []*FrequencyCap + NullFields []string + func (s *DeliveryControl) MarshalJSON() ([]byte, error) + type Disapproval struct + Details []string + ForceSendFields []string + NullFields []string + Reason string + func (s *Disapproval) MarshalJSON() ([]byte, error) + type Empty struct + type FilterSet struct + AbsoluteDateRange *AbsoluteDateRange + BreakdownDimensions []string + CreativeId string + DealId int64 + Environment string + ForceSendFields []string + Format string + Formats []string + Name string + NullFields []string + Platforms []string + PublisherIdentifiers []string + RealtimeTimeRange *RealtimeTimeRange + RelativeDateRange *RelativeDateRange + SellerNetworkIds []int64 + TimeSeriesGranularity string + func (s *FilterSet) MarshalJSON() ([]byte, error) + type FilteredBidCreativeRow struct + BidCount *MetricValue + CreativeId string + ForceSendFields []string + NullFields []string + RowDimensions *RowDimensions + func (s *FilteredBidCreativeRow) MarshalJSON() ([]byte, error) + type FilteredBidDetailRow struct + BidCount *MetricValue + Detail string + DetailId int64 + ForceSendFields []string + NullFields []string + RowDimensions *RowDimensions + func (s *FilteredBidDetailRow) MarshalJSON() ([]byte, error) + type FirstPartyMobileApplicationTargeting struct + ExcludedAppIds []string + ForceSendFields []string + NullFields []string + TargetedAppIds []string + func (s *FirstPartyMobileApplicationTargeting) MarshalJSON() ([]byte, error) + type FrequencyCap struct + ForceSendFields []string + MaxImpressions int64 + NullFields []string + NumTimeUnits int64 + TimeUnitType string + func (s *FrequencyCap) MarshalJSON() ([]byte, error) + type GuaranteedFixedPriceTerms struct + FixedPrices []*PricePerBuyer + ForceSendFields []string + GuaranteedImpressions int64 + GuaranteedLooks int64 + ImpressionCap int64 + MinimumDailyLooks int64 + NullFields []string + PercentShareOfVoice int64 + ReservationType string + func (s *GuaranteedFixedPriceTerms) MarshalJSON() ([]byte, error) + type HtmlContent struct + ForceSendFields []string + Height int64 + NullFields []string + Snippet string + Width int64 + func (s *HtmlContent) MarshalJSON() ([]byte, error) + type Image struct + ForceSendFields []string + Height int64 + NullFields []string + Url string + Width int64 + func (s *Image) MarshalJSON() ([]byte, error) + type ImpressionMetricsRow struct + AvailableImpressions *MetricValue + BidRequests *MetricValue + ForceSendFields []string + InventoryMatches *MetricValue + NullFields []string + ResponsesWithBids *MetricValue + RowDimensions *RowDimensions + SuccessfulResponses *MetricValue + func (s *ImpressionMetricsRow) MarshalJSON() ([]byte, error) + type InventorySizeTargeting struct + ExcludedInventorySizes []*AdSize + ForceSendFields []string + NullFields []string + TargetedInventorySizes []*AdSize + func (s *InventorySizeTargeting) MarshalJSON() ([]byte, error) + type ListBidMetricsResponse struct + BidMetricsRows []*BidMetricsRow + ForceSendFields []string + NextPageToken string + NullFields []string + func (s *ListBidMetricsResponse) MarshalJSON() ([]byte, error) + type ListBidResponseErrorsResponse struct + CalloutStatusRows []*CalloutStatusRow + ForceSendFields []string + NextPageToken string + NullFields []string + func (s *ListBidResponseErrorsResponse) MarshalJSON() ([]byte, error) + type ListBidResponsesWithoutBidsResponse struct + BidResponseWithoutBidsStatusRows []*BidResponseWithoutBidsStatusRow + ForceSendFields []string + NextPageToken string + NullFields []string + func (s *ListBidResponsesWithoutBidsResponse) MarshalJSON() ([]byte, error) + type ListClientUserInvitationsResponse struct + ForceSendFields []string + Invitations []*ClientUserInvitation + NextPageToken string + NullFields []string + func (s *ListClientUserInvitationsResponse) MarshalJSON() ([]byte, error) + type ListClientUsersResponse struct + ForceSendFields []string + NextPageToken string + NullFields []string + Users []*ClientUser + func (s *ListClientUsersResponse) MarshalJSON() ([]byte, error) + type ListClientsResponse struct + Clients []*Client + ForceSendFields []string + NextPageToken string + NullFields []string + func (s *ListClientsResponse) MarshalJSON() ([]byte, error) + type ListCreativeStatusBreakdownByCreativeResponse struct + FilteredBidCreativeRows []*FilteredBidCreativeRow + ForceSendFields []string + NextPageToken string + NullFields []string + func (s *ListCreativeStatusBreakdownByCreativeResponse) MarshalJSON() ([]byte, error) + type ListCreativeStatusBreakdownByDetailResponse struct + DetailType string + FilteredBidDetailRows []*FilteredBidDetailRow + ForceSendFields []string + NextPageToken string + NullFields []string + func (s *ListCreativeStatusBreakdownByDetailResponse) MarshalJSON() ([]byte, error) + type ListCreativesResponse struct + Creatives []*Creative + ForceSendFields []string + NextPageToken string + NullFields []string + func (s *ListCreativesResponse) MarshalJSON() ([]byte, error) + type ListDealAssociationsResponse struct + Associations []*CreativeDealAssociation + ForceSendFields []string + NextPageToken string + NullFields []string + func (s *ListDealAssociationsResponse) MarshalJSON() ([]byte, error) + type ListFilterSetsResponse struct + FilterSets []*FilterSet + ForceSendFields []string + NextPageToken string + NullFields []string + func (s *ListFilterSetsResponse) MarshalJSON() ([]byte, error) + type ListFilteredBidRequestsResponse struct + CalloutStatusRows []*CalloutStatusRow + ForceSendFields []string + NextPageToken string + NullFields []string + func (s *ListFilteredBidRequestsResponse) MarshalJSON() ([]byte, error) + type ListFilteredBidsResponse struct + CreativeStatusRows []*CreativeStatusRow + ForceSendFields []string + NextPageToken string + NullFields []string + func (s *ListFilteredBidsResponse) MarshalJSON() ([]byte, error) + type ListImpressionMetricsResponse struct + ForceSendFields []string + ImpressionMetricsRows []*ImpressionMetricsRow + NextPageToken string + NullFields []string + func (s *ListImpressionMetricsResponse) MarshalJSON() ([]byte, error) + type ListLosingBidsResponse struct + CreativeStatusRows []*CreativeStatusRow + ForceSendFields []string + NextPageToken string + NullFields []string + func (s *ListLosingBidsResponse) MarshalJSON() ([]byte, error) + type ListNonBillableWinningBidsResponse struct + ForceSendFields []string + NextPageToken string + NonBillableWinningBidStatusRows []*NonBillableWinningBidStatusRow + NullFields []string + func (s *ListNonBillableWinningBidsResponse) MarshalJSON() ([]byte, error) + type ListProductsResponse struct + ForceSendFields []string + NextPageToken string + NullFields []string + Products []*Product + func (s *ListProductsResponse) MarshalJSON() ([]byte, error) + type ListProposalsResponse struct + ForceSendFields []string + NextPageToken string + NullFields []string + Proposals []*Proposal + func (s *ListProposalsResponse) MarshalJSON() ([]byte, error) + type ListPublisherProfilesResponse struct + ForceSendFields []string + NextPageToken string + NullFields []string + PublisherProfiles []*PublisherProfile + func (s *ListPublisherProfilesResponse) MarshalJSON() ([]byte, error) + type LocationContext struct + ForceSendFields []string + GeoCriteriaIds []int64 + NullFields []string + func (s *LocationContext) MarshalJSON() ([]byte, error) + type MarketplaceTargeting struct + ForceSendFields []string + GeoTargeting *CriteriaTargeting + InventorySizeTargeting *InventorySizeTargeting + NullFields []string + PlacementTargeting *PlacementTargeting + TechnologyTargeting *TechnologyTargeting + VideoTargeting *VideoTargeting + func (s *MarketplaceTargeting) MarshalJSON() ([]byte, error) + type MetricValue struct + ForceSendFields []string + NullFields []string + Value int64 + Variance int64 + func (s *MetricValue) MarshalJSON() ([]byte, error) + type MobileApplicationTargeting struct + FirstPartyTargeting *FirstPartyMobileApplicationTargeting + ForceSendFields []string + NullFields []string + func (s *MobileApplicationTargeting) MarshalJSON() ([]byte, error) + type Money struct + CurrencyCode string + ForceSendFields []string + Nanos int64 + NullFields []string + Units int64 + func (s *Money) MarshalJSON() ([]byte, error) + type NativeContent struct + AdvertiserName string + AppIcon *Image + Body string + CallToAction string + ClickLinkUrl string + ClickTrackingUrl string + ForceSendFields []string + Headline string + Image *Image + Logo *Image + NullFields []string + PriceDisplayText string + StarRating float64 + StoreUrl string + VideoUrl string + func (s *NativeContent) MarshalJSON() ([]byte, error) + func (s *NativeContent) UnmarshalJSON(data []byte) error + type NonBillableWinningBidStatusRow struct + BidCount *MetricValue + ForceSendFields []string + NullFields []string + RowDimensions *RowDimensions + Status string + func (s *NonBillableWinningBidStatusRow) MarshalJSON() ([]byte, error) + type NonGuaranteedAuctionTerms struct + AutoOptimizePrivateAuction bool + ForceSendFields []string + NullFields []string + ReservePricesPerBuyer []*PricePerBuyer + func (s *NonGuaranteedAuctionTerms) MarshalJSON() ([]byte, error) + type NonGuaranteedFixedPriceTerms struct + FixedPrices []*PricePerBuyer + ForceSendFields []string + NullFields []string + func (s *NonGuaranteedFixedPriceTerms) MarshalJSON() ([]byte, error) + type Note struct + CreateTime string + CreatorRole string + ForceSendFields []string + Note string + NoteId string + NullFields []string + ProposalRevision int64 + func (s *Note) MarshalJSON() ([]byte, error) + type OperatingSystemTargeting struct + ForceSendFields []string + NullFields []string + OperatingSystemCriteria *CriteriaTargeting + OperatingSystemVersionCriteria *CriteriaTargeting + func (s *OperatingSystemTargeting) MarshalJSON() ([]byte, error) + type PauseProposalDealsRequest struct + ExternalDealIds []string + ForceSendFields []string + NullFields []string + Reason string + func (s *PauseProposalDealsRequest) MarshalJSON() ([]byte, error) + type PauseProposalRequest struct + ForceSendFields []string + NullFields []string + Reason string + func (s *PauseProposalRequest) MarshalJSON() ([]byte, error) + type PlacementTargeting struct + ForceSendFields []string + MobileApplicationTargeting *MobileApplicationTargeting + NullFields []string + UrlTargeting *UrlTargeting + func (s *PlacementTargeting) MarshalJSON() ([]byte, error) + type PlatformContext struct + ForceSendFields []string + NullFields []string + Platforms []string + func (s *PlatformContext) MarshalJSON() ([]byte, error) + type Price struct + Amount *Money + ForceSendFields []string + NullFields []string + PricingType string + func (s *Price) MarshalJSON() ([]byte, error) + type PricePerBuyer struct + AdvertiserIds []string + Buyer *Buyer + ForceSendFields []string + NullFields []string + Price *Price + func (s *PricePerBuyer) MarshalJSON() ([]byte, error) + type PrivateData struct + ForceSendFields []string + NullFields []string + ReferenceId string + func (s *PrivateData) MarshalJSON() ([]byte, error) + type Product struct + AvailableEndTime string + AvailableStartTime string + CreateTime string + CreatorContacts []*ContactInformation + DisplayName string + ForceSendFields []string + HasCreatorSignedOff bool + NullFields []string + ProductId string + ProductRevision int64 + PublisherProfileId string + Seller *Seller + SyndicationProduct string + TargetingCriterion []*TargetingCriteria + Terms *DealTerms + UpdateTime string + WebPropertyCode string + func (s *Product) MarshalJSON() ([]byte, error) + type Proposal struct + BilledBuyer *Buyer + Buyer *Buyer + BuyerContacts []*ContactInformation + BuyerPrivateData *PrivateData + Deals []*Deal + DisplayName string + ForceSendFields []string + IsRenegotiating bool + IsSetupComplete bool + LastUpdaterOrCommentorRole string + Notes []*Note + NullFields []string + OriginatorRole string + PrivateAuctionId string + ProposalId string + ProposalRevision int64 + ProposalState string + Seller *Seller + SellerContacts []*ContactInformation + TermsAndConditions string + UpdateTime string + func (s *Proposal) MarshalJSON() ([]byte, error) + type PublisherProfile struct + AudienceDescription string + BuyerPitchStatement string + DirectDealsContact string + DisplayName string + Domains []string + ForceSendFields []string + GooglePlusUrl string + IsParent bool + LogoUrl string + MediaKitUrl string + MobileApps []*PublisherProfileMobileApplication + NullFields []string + Overview string + ProgrammaticDealsContact string + PublisherProfileId string + RateCardInfoUrl string + SamplePageUrl string + Seller *Seller + TopHeadlines []string + func (s *PublisherProfile) MarshalJSON() ([]byte, error) + type PublisherProfileMobileApplication struct + AppStore string + ExternalAppId string + ForceSendFields []string + Name string + NullFields []string + func (s *PublisherProfileMobileApplication) MarshalJSON() ([]byte, error) + type RealtimeTimeRange struct + ForceSendFields []string + NullFields []string + StartTimestamp string + func (s *RealtimeTimeRange) MarshalJSON() ([]byte, error) + type RelativeDateRange struct + DurationDays int64 + ForceSendFields []string + NullFields []string + OffsetDays int64 + func (s *RelativeDateRange) MarshalJSON() ([]byte, error) + type RemoveDealAssociationRequest struct + Association *CreativeDealAssociation + ForceSendFields []string + NullFields []string + func (s *RemoveDealAssociationRequest) MarshalJSON() ([]byte, error) + type ResumeProposalDealsRequest struct + ExternalDealIds []string + ForceSendFields []string + NullFields []string + func (s *ResumeProposalDealsRequest) MarshalJSON() ([]byte, error) + type ResumeProposalRequest struct + type RowDimensions struct + ForceSendFields []string + NullFields []string + PublisherIdentifier string + TimeInterval *TimeInterval + func (s *RowDimensions) MarshalJSON() ([]byte, error) + type SecurityContext struct + ForceSendFields []string + NullFields []string + Securities []string + func (s *SecurityContext) MarshalJSON() ([]byte, error) + type Seller struct + AccountId string + ForceSendFields []string + NullFields []string + SubAccountId string + func (s *Seller) MarshalJSON() ([]byte, error) + type Service struct + Accounts *AccountsService + BasePath string + Bidders *BiddersService + UserAgent string + func New(client *http.Client) (*Service, error) + func NewService(ctx context.Context, opts ...option.ClientOption) (*Service, error) + type ServingContext struct + All string + AppType *AppContext + AuctionType *AuctionContext + ForceSendFields []string + Location *LocationContext + NullFields []string + Platform *PlatformContext + SecurityType *SecurityContext + func (s *ServingContext) MarshalJSON() ([]byte, error) + type ServingRestriction struct + Contexts []*ServingContext + Disapproval *Disapproval + DisapprovalReasons []*Disapproval + ForceSendFields []string + NullFields []string + Status string + func (s *ServingRestriction) MarshalJSON() ([]byte, error) + type Size struct + ForceSendFields []string + Height int64 + NullFields []string + Width int64 + func (s *Size) MarshalJSON() ([]byte, error) + type StopWatchingCreativeRequest struct + type TargetingCriteria struct + Exclusions []*TargetingValue + ForceSendFields []string + Inclusions []*TargetingValue + Key string + NullFields []string + func (s *TargetingCriteria) MarshalJSON() ([]byte, error) + type TargetingValue struct + CreativeSizeValue *CreativeSize + DayPartTargetingValue *DayPartTargeting + ForceSendFields []string + LongValue int64 + NullFields []string + StringValue string + func (s *TargetingValue) MarshalJSON() ([]byte, error) + type TechnologyTargeting struct + DeviceCapabilityTargeting *CriteriaTargeting + DeviceCategoryTargeting *CriteriaTargeting + ForceSendFields []string + NullFields []string + OperatingSystemTargeting *OperatingSystemTargeting + func (s *TechnologyTargeting) MarshalJSON() ([]byte, error) + type TimeInterval struct + EndTime string + ForceSendFields []string + NullFields []string + StartTime string + func (s *TimeInterval) MarshalJSON() ([]byte, error) + type TimeOfDay struct + ForceSendFields []string + Hours int64 + Minutes int64 + Nanos int64 + NullFields []string + Seconds int64 + func (s *TimeOfDay) MarshalJSON() ([]byte, error) + type UrlTargeting struct + ExcludedUrls []string + ForceSendFields []string + NullFields []string + TargetedUrls []string + func (s *UrlTargeting) MarshalJSON() ([]byte, error) + type VideoContent struct + ForceSendFields []string + NullFields []string + VideoUrl string + VideoVastXml string + func (s *VideoContent) MarshalJSON() ([]byte, error) + type VideoTargeting struct + ExcludedPositionTypes []string + ForceSendFields []string + NullFields []string + TargetedPositionTypes []string + func (s *VideoTargeting) MarshalJSON() ([]byte, error) + type WatchCreativeRequest struct + ForceSendFields []string + NullFields []string + Topic string + func (s *WatchCreativeRequest) MarshalJSON() ([]byte, error)