Skip to main content

Gcp/adexchangebuyer2

@swamp/gcp/adexchangebuyer2v2026.06.03.1· 1d agoMODELS
01README

Google Cloud adexchangebuyer2 infrastructure models

02Release Notes
  • Updated: accounts_proposals
03Models42
@swamp/gcp/adexchangebuyer2/accounts-clientsv2026.05.25.1accounts_clients.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
clientAccountId?stringThe globally-unique numerical ID of the client. The value of this field is ignored in create and update operations.
clientName?stringName used to represent this client to publishers. You may have multiple clients that map to the same entity, but for each client the combination of `clientName` and entity must be unique. You can specify this field as empty. Maximum length of 255 characters is allowed.
entityId?stringNumerical identifier of the client entity. The entity can be an advertiser, a brand, or an agency. This identifier is unique among all the entities with the same type. The value of this field is ignored if the entity type is not provided. A list of all known advertisers with their identifiers is available in the [advertisers.txt](https://storage.googleapis.com/adx-rtb-dictionaries/advertisers.txt) file. A list of all known brands with their identifiers is available in the [brands.txt](https://st
entityName?stringThe name of the entity. This field is automatically fetched based on the type and ID. The value of this field is ignored in create and update operations.
entityType?enumAn optional field for specifying the type of the client entity: `ADVERTISER`, `BRAND`, or `AGENCY`.
partnerClientId?stringOptional arbitrary unique identifier of this client buyer from the standpoint of its Ad Exchange sponsor buyer. This field can be used to associate a client buyer with the identifier in the namespace of its sponsor buyer, lookup client buyers by that identifier and verify whether an Ad Exchange counterpart of a given client buyer already exists. If present, must be unique among all the client buyers for its Ad Exchange sponsor buyer.
role?enumThe role which is assigned to the client buyer. Each role implies a set of permissions granted to the client. Must be one of `CLIENT_DEAL_VIEWER`, `CLIENT_DEAL_NEGOTIATOR` or `CLIENT_DEAL_APPROVER`.
status?enumThe status of the client buyer.
visibleToSeller?booleanWhether the client buyer will be visible to sellers.
accountIdstringUnique numerical account ID for the buyer of which the client buyer is a customer; the sponsor buyer to create a client for. (required)
fn create(waitForReady?: boolean)
Create a clients
ArgumentTypeDescription
waitForReady?booleanWait for the resource to reach a ready state after creation (default: true)
fn get(identifier: string)
Get a clients
ArgumentTypeDescription
identifierstringThe name of the clients
fn update(waitForReady?: boolean)
Update clients attributes
ArgumentTypeDescription
waitForReady?booleanWait for the resource to reach a ready state after update (default: true)
fn sync()
Sync clients state from GCP
fn list(pageSize?: number, partnerClientId?: string, maxPages?: number)
List clients resources
ArgumentTypeDescription
pageSize?numberRequested page size. The server may return fewer clients than requested. If unspecified, the server will pick an appropriate default.
partnerClientId?stringOptional 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.
maxPages?numberMaximum number of pages to fetch (default: 10)

Resources

state(infinite)— A client resource represents a client buyer—an agency, a brand, or an adverti...
@swamp/gcp/adexchangebuyer2/accounts-clients-invitationsv2026.05.25.1accounts_clients_invitations.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
clientAccountId?stringNumerical account ID of the client buyer that the invited user is associated with. The value of this field is ignored in create operations.
email?stringThe email address to which the invitation is sent. Email addresses should be unique among all client users under each sponsor buyer.
invitationId?stringThe unique numerical ID of the invitation that is sent to the user. The value of this field is ignored in create operations.
accountIdstringNumerical account ID of the client's sponsor buyer. (required)
fn create()
Create a invitations
fn get(identifier: string)
Get a invitations
ArgumentTypeDescription
identifierstringThe name of the invitations
fn sync()
Sync invitations state from GCP
fn list(pageSize?: number, maxPages?: number)
List invitations resources
ArgumentTypeDescription
pageSize?numberRequested page size. Server may return fewer clients than requested. If unspecified, server will pick an appropriate default.
maxPages?numberMaximum number of pages to fetch (default: 10)

Resources

state(infinite)— An invitation for a new client user to get access to the Authorized Buyers UI...
@swamp/gcp/adexchangebuyer2/accounts-clients-usersv2026.05.25.1accounts_clients_users.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
clientAccountId?stringNumerical account ID of the client buyer with which the user is associated; the buyer must be a client of the current sponsor buyer. The value of this field is ignored in an update operation.
email?stringUser's email address. The value of this field is ignored in an update operation.
status?enumThe status of the client user.
userId?stringThe unique numerical ID of the client user that has accepted an invitation. The value of this field is ignored in an update operation.
fn get(identifier: string)
Get a users
ArgumentTypeDescription
identifierstringThe name of the users
fn update(waitForReady?: boolean)
Update users attributes
ArgumentTypeDescription
waitForReady?booleanWait for the resource to reach a ready state after update (default: true)
fn sync()
Sync users state from GCP
fn list(pageSize?: number, maxPages?: number)
List users resources
ArgumentTypeDescription
pageSize?numberRequested page size. The server may return fewer clients than requested. If unspecified, the server will pick an appropriate default.
maxPages?numberMaximum number of pages to fetch (default: 10)

Resources

state(infinite)— A client user is created under a client buyer and has restricted access to th...
@swamp/gcp/adexchangebuyer2/accounts-creativesv2026.05.25.1accounts_creatives.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
accountId?stringThe account that this creative belongs to. Can be used to filter the response of the creatives.list method.
adChoicesDestinationUrl?stringThe link to AdChoices destination page.
adTechnologyProviders?objectDetected ad technology provider information.
advertiserName?stringThe name of the company being advertised in the creative.
agencyId?stringThe agency ID for this creative.
attributes?arrayAll attributes for the ads that may be shown from this creative. Can be used to filter the response of the creatives.list method.
clickThroughUrls?arrayThe set of destination URLs for the creative.
creativeId?stringThe buyer-defined creative ID of this creative. Can be used to filter the response of the creatives.list method.
declaredClickThroughUrls?arrayThe set of declared destination URLs for the creative.
html?objectHTML content for a creative.
impressionTrackingUrls?arrayThe set of URLs to be called to record an impression.
native?objectNative content for a creative.
restrictedCategories?arrayAll restricted categories for the ads that may be shown from this creative.
vendorIds?arrayAll vendor IDs for the ads that may be shown from this creative. See https://storage.googleapis.com/adx-rtb-dictionaries/vendors.txt for possible values.
video?objectVideo content for a creative.
duplicateIdMode?stringIndicates if multiple creatives can share an ID or not. Default is NO_DUPLICATES (one ID per creative).
fn create()
Create a creatives
fn get(identifier: string)
Get a creatives
ArgumentTypeDescription
identifierstringThe name of the creatives
fn update()
Update creatives attributes
fn sync()
Sync creatives state from GCP
fn list(pageSize?: number, query?: string, maxPages?: number)
List creatives resources
ArgumentTypeDescription
pageSize?numberRequested page size. The server may return fewer creatives than requested (due to timeout constraint) even if more are available through another call. If unspecified, server will pick an appropriate default. Acceptable values are 1 to 1000, inclusive.
query?stringAn 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=123
maxPages?numberMaximum number of pages to fetch (default: 10)
fn stop_watching()
stop watching
fn watch(topic?: any)
watch
ArgumentTypeDescription
topic?any

Resources

state(infinite)— A creative and its classification data.
@swamp/gcp/adexchangebuyer2/accounts-creatives-dealassociationsv2026.05.25.1accounts_creatives_dealassociations.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
fn get(identifier: string)
Get a dealAssociations
ArgumentTypeDescription
identifierstringThe name of the dealAssociations
fn delete(identifier: string)
Delete the dealAssociations
ArgumentTypeDescription
identifierstringThe name of the dealAssociations
fn sync()
Sync dealAssociations state from GCP
fn list(pageSize?: number, query?: string, maxPages?: number)
List dealAssociations resources
ArgumentTypeDescription
pageSize?numberRequested page size. Server may return fewer associations than requested. If unspecified, server will pick an appropriate default.
query?stringAn 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'
maxPages?numberMaximum number of pages to fetch (default: 10)
fn add(association?: any)
add
ArgumentTypeDescription
association?any

Resources

state(infinite)— The association between a creative and a deal.
@swamp/gcp/adexchangebuyer2/accounts-finalizedproposalsv2026.05.25.1accounts_finalizedproposals.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
fn get(identifier: string)
Get a finalizedProposals
ArgumentTypeDescription
identifierstringThe name of the finalizedProposals
fn sync()
Sync finalizedProposals state from GCP
fn list(filter?: string, filterSyntax?: string, pageSize?: number, maxPages?: number)
List finalizedProposals resources
ArgumentTypeDescription
filter?stringAn optional PQL filter query used to query for proposals. Nested repeated fields, such as proposal.deals.targetingCriterion, cannot be filtered.
filterSyntax?stringSyntax the filter is written in. Current implementation defaults to PQL but in the future it will be LIST_FILTER.
pageSize?numberRequested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default.
maxPages?numberMaximum number of pages to fetch (default: 10)
fn pause(externalDealIds?: any, reason?: any)
pause
ArgumentTypeDescription
externalDealIds?any
reason?any
fn resume(externalDealIds?: any)
resume
ArgumentTypeDescription
externalDealIds?any

Resources

state(infinite)— Represents a proposal in the Marketplace. A proposal is the unit of negotiati...
@swamp/gcp/adexchangebuyer2/accounts-productsv2026.05.25.1accounts_products.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
fn get(identifier: string)
Get a products
ArgumentTypeDescription
identifierstringThe name of the products
fn sync()
Sync products state from GCP
fn list(filter?: string, pageSize?: number, maxPages?: number)
List products resources
ArgumentTypeDescription
filter?stringAn 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.
pageSize?numberRequested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default.
maxPages?numberMaximum number of pages to fetch (default: 10)

Resources

state(infinite)— A product is a segment of inventory that a seller wants to sell. It is associ...
@swamp/gcp/adexchangebuyer2/accounts-proposalsv2026.06.03.1accounts_proposals.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
billedBuyer?objectRepresents a buyer of inventory. Each buyer is identified by a unique Authorized Buyers account ID.
buyer?objectRepresents a buyer of inventory. Each buyer is identified by a unique Authorized Buyers account ID.
buyerContacts?arrayContact information for the buyer.
buyerPrivateData?objectBuyers are allowed to store certain types of private data in a proposal/deal.
deals?arrayThe deals associated with this proposal. For Private Auction proposals (whose deals have NonGuaranteedAuctionTerms), there will only be one deal.
displayName?stringThe name for the proposal.
seller?objectRepresents a seller of inventory. Each seller is identified by a unique Ad Manager account ID.
accountIdstringAccount ID of the buyer.
fn create()
Create a proposals
fn get(identifier: string)
Get a proposals
ArgumentTypeDescription
identifierstringThe name of the proposals
fn update()
Update proposals attributes
fn sync()
Sync proposals state from GCP
fn list(filter?: string, filterSyntax?: string, pageSize?: number, maxPages?: number)
List proposals resources
ArgumentTypeDescription
filter?stringAn optional PQL filter query used to query for proposals. Nested repeated fields, such as proposal.deals.targetingCriterion, cannot be filtered.
filterSyntax?stringSyntax the filter is written in. Current implementation defaults to PQL but in the future it will be LIST_FILTER.
pageSize?numberRequested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default.
maxPages?numberMaximum number of pages to fetch (default: 10)
fn accept(proposalRevision?: any)
accept
ArgumentTypeDescription
proposalRevision?any
fn add_note(note?: any)
add note
ArgumentTypeDescription
note?any
fn cancel_negotiation()
cancel negotiation
fn complete_setup(externalDealIds?: any)
complete setup
ArgumentTypeDescription
externalDealIds?any
fn pause(reason?: any)
pause
ArgumentTypeDescription
reason?any
fn resume()
resume

Resources

state(infinite)— Represents a proposal in the Marketplace. A proposal is the unit of negotiati...
@swamp/gcp/adexchangebuyer2/accounts-publisherprofilesv2026.05.25.1accounts_publisherprofiles.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
fn get(identifier: string)
Get a publisherProfiles
ArgumentTypeDescription
identifierstringThe name of the publisherProfiles
fn sync()
Sync publisherProfiles state from GCP
fn list(pageSize?: number, maxPages?: number)
List publisherProfiles resources
ArgumentTypeDescription
pageSize?numberSpecify the number of results to include per page.
maxPages?numberMaximum number of pages to fetch (default: 10)

Resources

state(infinite)— Represents a publisher profile (https://support.google.com/admanager/answer/6...
@swamp/gcp/adexchangebuyer2/bidders-accounts-filtersetsv2026.05.25.1bidders_accounts_filtersets.ts

Global Arguments

ArgumentTypeDescription
absoluteDateRange?objectAn 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.
breakdownDimensions?arrayThe set of dimensions along which to break down the response; may be empty. If multiple dimensions are requested, the breakdown is along the Cartesian product of the requested dimensions.
creativeId?stringThe ID of the creative on which to filter; optional. This field may be set only for a filter set that accesses account-level troubleshooting data, for example, one whose name matches the `bidders/*/accounts/*/filterSets/*` pattern.
dealId?stringThe ID of the deal on which to filter; optional. This field may be set only for a filter set that accesses account-level troubleshooting data, for example, one whose name matches the `bidders/*/accounts/*/filterSets/*` pattern.
environment?enumThe environment on which to filter; optional.
format?enumCreative format bidded on or allowed to bid on, can be empty.
name?stringA user-defined name of the filter set. Filter set names must be unique globally and match one of the patterns: - `bidders/*/filterSets/*` (for accessing bidder-level troubleshooting data) - `bidders/*/accounts/*/filterSets/*` (for accessing account-level troubleshooting data) This field is required in create operations.
platforms?arrayThe list of platforms on which to filter; may be empty. The filters represented by multiple platforms are ORed together (for example, if non-empty, results must match any one of the platforms).
publisherIdentifiers?arrayFor Open Bidding partners only. The list of publisher identifiers on which to filter; may be empty. The filters represented by multiple publisher identifiers are ORed together.
realtimeTimeRange?objectAn open-ended realtime time range specified by the start timestamp. For filter sets that specify a realtime time range RTB metrics continue to be aggregated throughout the lifetime of the filter set.
relativeDateRange?objectA relative date range, specified by an offset and a duration. The supported range of dates begins 30 days before today and ends today, for example, the limits for these values are: offset_days >= 0 duration_days >= 1 offset_days + duration_days <= 30
sellerNetworkIds?arrayFor Authorized Buyers only. The list of IDs of the seller (publisher) networks on which to filter; may be empty. The filters represented by multiple seller network IDs are ORed together (for example, if non-empty, results must match any one of the publisher networks). See [seller-network-ids](https://developers.google.com/authorized-buyers/rtb/downloads/seller-network-ids) file for the set of existing seller network IDs.
timeSeriesGranularity?enumThe granularity of time intervals if a time series breakdown is preferred; optional.
isTransient?stringWhether 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.
parent?stringThe parent resource name (e.g., projects/my-project/locations/us-central1, organizations/123, folders/456)
fn create()
Create a filterSets
fn get(identifier: string)
Get a filterSets
ArgumentTypeDescription
identifierstringThe name of the filterSets
fn delete(identifier: string)
Delete the filterSets
ArgumentTypeDescription
identifierstringThe name of the filterSets
fn sync()
Sync filterSets state from GCP
fn list(pageSize?: number, maxPages?: number)
List filterSets resources
ArgumentTypeDescription
pageSize?numberRequested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default.
maxPages?numberMaximum number of pages to fetch (default: 10)

Resources

state(infinite)— A set of filters that is applied to a request for data. Within a filter set, ...
@swamp/gcp/adexchangebuyer2/bidders-accounts-filtersets-bidmetricsv2026.05.25.1bidders_accounts_filtersets_bidmetrics.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
fn get(identifier: string)
Get a bidMetrics
ArgumentTypeDescription
identifierstringThe name of the bidMetrics
fn sync()
Sync bidMetrics state from GCP
fn list(pageSize?: number, maxPages?: number)
List bidMetrics resources
ArgumentTypeDescription
pageSize?numberRequested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default.
maxPages?numberMaximum number of pages to fetch (default: 10)

Resources

state(infinite)— The set of metrics that are measured in numbers of bids, representing how man...
@swamp/gcp/adexchangebuyer2/bidders-accounts-filtersets-bidresponseerrorsv2026.05.25.1bidders_accounts_filtersets_bidresponseerrors.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
fn get(identifier: string)
Get a bidResponseErrors
ArgumentTypeDescription
identifierstringThe name of the bidResponseErrors
fn sync()
Sync bidResponseErrors state from GCP
fn list(pageSize?: number, maxPages?: number)
List bidResponseErrors resources
ArgumentTypeDescription
pageSize?numberRequested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default.
maxPages?numberMaximum number of pages to fetch (default: 10)

Resources

state(infinite)— The number of impressions with the specified dimension values where the corre...
@swamp/gcp/adexchangebuyer2/bidders-accounts-filtersets-bidresponseswithoutbidsv2026.05.25.1bidders_accounts_filtersets_bidresponseswithoutbids.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
fn get(identifier: string)
Get a bidResponsesWithoutBids
ArgumentTypeDescription
identifierstringThe name of the bidResponsesWithoutBids
fn sync()
Sync bidResponsesWithoutBids state from GCP
fn list(pageSize?: number, maxPages?: number)
List bidResponsesWithoutBids resources
ArgumentTypeDescription
pageSize?numberRequested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default.
maxPages?numberMaximum number of pages to fetch (default: 10)

Resources

state(infinite)— The number of impressions with the specified dimension values that were consi...
@swamp/gcp/adexchangebuyer2/bidders-accounts-filtersets-filteredbidrequestsv2026.05.25.1bidders_accounts_filtersets_filteredbidrequests.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
fn get(identifier: string)
Get a filteredBidRequests
ArgumentTypeDescription
identifierstringThe name of the filteredBidRequests
fn sync()
Sync filteredBidRequests state from GCP
fn list(pageSize?: number, maxPages?: number)
List filteredBidRequests resources
ArgumentTypeDescription
pageSize?numberRequested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default.
maxPages?numberMaximum number of pages to fetch (default: 10)

Resources

state(infinite)— The number of impressions with the specified dimension values where the corre...
@swamp/gcp/adexchangebuyer2/bidders-accounts-filtersets-filteredbidsv2026.05.25.1bidders_accounts_filtersets_filteredbids.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
fn get(identifier: string)
Get a filteredBids
ArgumentTypeDescription
identifierstringThe name of the filteredBids
fn sync()
Sync filteredBids state from GCP
fn list(pageSize?: number, maxPages?: number)
List filteredBids resources
ArgumentTypeDescription
pageSize?numberRequested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default.
maxPages?numberMaximum number of pages to fetch (default: 10)

Resources

state(infinite)— The number of bids with the specified dimension values that did not win the a...
@swamp/gcp/adexchangebuyer2/bidders-accounts-filtersets-filteredbids-creativesv2026.05.25.1bidders_accounts_filtersets_filteredbids_creatives.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
fn get(identifier: string)
Get a creatives
ArgumentTypeDescription
identifierstringThe name of the creatives
fn sync()
Sync creatives state from GCP
fn list(pageSize?: number, maxPages?: number)
List creatives resources
ArgumentTypeDescription
pageSize?numberRequested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default.
maxPages?numberMaximum number of pages to fetch (default: 10)

Resources

state(infinite)— The number of filtered bids with the specified dimension values that have the...
@swamp/gcp/adexchangebuyer2/bidders-accounts-filtersets-filteredbids-detailsv2026.05.25.1bidders_accounts_filtersets_filteredbids_details.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
fn get(identifier: string)
Get a details
ArgumentTypeDescription
identifierstringThe name of the details
fn sync()
Sync details state from GCP
fn list(pageSize?: number, maxPages?: number)
List details resources
ArgumentTypeDescription
pageSize?numberRequested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default.
maxPages?numberMaximum number of pages to fetch (default: 10)

Resources

state(infinite)— The number of filtered bids with the specified dimension values, among those ...
@swamp/gcp/adexchangebuyer2/bidders-accounts-filtersets-impressionmetricsv2026.05.25.1bidders_accounts_filtersets_impressionmetrics.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
fn get(identifier: string)
Get a impressionMetrics
ArgumentTypeDescription
identifierstringThe name of the impressionMetrics
fn sync()
Sync impressionMetrics state from GCP
fn list(pageSize?: number, maxPages?: number)
List impressionMetrics resources
ArgumentTypeDescription
pageSize?numberRequested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default.
maxPages?numberMaximum number of pages to fetch (default: 10)

Resources

state(infinite)— The set of metrics that are measured in numbers of impressions, representing ...
@swamp/gcp/adexchangebuyer2/bidders-accounts-filtersets-losingbidsv2026.05.25.1bidders_accounts_filtersets_losingbids.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
fn get(identifier: string)
Get a losingBids
ArgumentTypeDescription
identifierstringThe name of the losingBids
fn sync()
Sync losingBids state from GCP
fn list(pageSize?: number, maxPages?: number)
List losingBids resources
ArgumentTypeDescription
pageSize?numberRequested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default.
maxPages?numberMaximum number of pages to fetch (default: 10)

Resources

state(infinite)— The number of bids with the specified dimension values that did not win the a...
@swamp/gcp/adexchangebuyer2/bidders-accounts-filtersets-nonbillablewinningbidsv2026.05.25.1bidders_accounts_filtersets_nonbillablewinningbids.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
fn get(identifier: string)
Get a nonBillableWinningBids
ArgumentTypeDescription
identifierstringThe name of the nonBillableWinningBids
fn sync()
Sync nonBillableWinningBids state from GCP
fn list(pageSize?: number, maxPages?: number)
List nonBillableWinningBids resources
ArgumentTypeDescription
pageSize?numberRequested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default.
maxPages?numberMaximum number of pages to fetch (default: 10)

Resources

state(infinite)— The number of winning bids with the specified dimension values for which the ...
@swamp/gcp/adexchangebuyer2/bidders-filtersetsv2026.05.25.1bidders_filtersets.ts

Global Arguments

ArgumentTypeDescription
absoluteDateRange?objectAn 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.
breakdownDimensions?arrayThe set of dimensions along which to break down the response; may be empty. If multiple dimensions are requested, the breakdown is along the Cartesian product of the requested dimensions.
creativeId?stringThe ID of the creative on which to filter; optional. This field may be set only for a filter set that accesses account-level troubleshooting data, for example, one whose name matches the `bidders/*/accounts/*/filterSets/*` pattern.
dealId?stringThe ID of the deal on which to filter; optional. This field may be set only for a filter set that accesses account-level troubleshooting data, for example, one whose name matches the `bidders/*/accounts/*/filterSets/*` pattern.
environment?enumThe environment on which to filter; optional.
format?enumCreative format bidded on or allowed to bid on, can be empty.
name?stringA user-defined name of the filter set. Filter set names must be unique globally and match one of the patterns: - `bidders/*/filterSets/*` (for accessing bidder-level troubleshooting data) - `bidders/*/accounts/*/filterSets/*` (for accessing account-level troubleshooting data) This field is required in create operations.
platforms?arrayThe list of platforms on which to filter; may be empty. The filters represented by multiple platforms are ORed together (for example, if non-empty, results must match any one of the platforms).
publisherIdentifiers?arrayFor Open Bidding partners only. The list of publisher identifiers on which to filter; may be empty. The filters represented by multiple publisher identifiers are ORed together.
realtimeTimeRange?objectAn open-ended realtime time range specified by the start timestamp. For filter sets that specify a realtime time range RTB metrics continue to be aggregated throughout the lifetime of the filter set.
relativeDateRange?objectA relative date range, specified by an offset and a duration. The supported range of dates begins 30 days before today and ends today, for example, the limits for these values are: offset_days >= 0 duration_days >= 1 offset_days + duration_days <= 30
sellerNetworkIds?arrayFor Authorized Buyers only. The list of IDs of the seller (publisher) networks on which to filter; may be empty. The filters represented by multiple seller network IDs are ORed together (for example, if non-empty, results must match any one of the publisher networks). See [seller-network-ids](https://developers.google.com/authorized-buyers/rtb/downloads/seller-network-ids) file for the set of existing seller network IDs.
timeSeriesGranularity?enumThe granularity of time intervals if a time series breakdown is preferred; optional.
isTransient?stringWhether 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.
parent?stringThe parent resource name (e.g., projects/my-project/locations/us-central1, organizations/123, folders/456)
fn create()
Create a filterSets
fn get(identifier: string)
Get a filterSets
ArgumentTypeDescription
identifierstringThe name of the filterSets
fn delete(identifier: string)
Delete the filterSets
ArgumentTypeDescription
identifierstringThe name of the filterSets
fn sync()
Sync filterSets state from GCP
fn list(pageSize?: number, maxPages?: number)
List filterSets resources
ArgumentTypeDescription
pageSize?numberRequested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default.
maxPages?numberMaximum number of pages to fetch (default: 10)

Resources

state(infinite)— A set of filters that is applied to a request for data. Within a filter set, ...
@swamp/gcp/adexchangebuyer2/bidders-filtersets-bidmetricsv2026.05.25.1bidders_filtersets_bidmetrics.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
fn get(identifier: string)
Get a bidMetrics
ArgumentTypeDescription
identifierstringThe name of the bidMetrics
fn sync()
Sync bidMetrics state from GCP
fn list(pageSize?: number, maxPages?: number)
List bidMetrics resources
ArgumentTypeDescription
pageSize?numberRequested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default.
maxPages?numberMaximum number of pages to fetch (default: 10)

Resources

state(infinite)— The set of metrics that are measured in numbers of bids, representing how man...
@swamp/gcp/adexchangebuyer2/bidders-filtersets-bidresponseerrorsv2026.05.25.1bidders_filtersets_bidresponseerrors.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
fn get(identifier: string)
Get a bidResponseErrors
ArgumentTypeDescription
identifierstringThe name of the bidResponseErrors
fn sync()
Sync bidResponseErrors state from GCP
fn list(pageSize?: number, maxPages?: number)
List bidResponseErrors resources
ArgumentTypeDescription
pageSize?numberRequested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default.
maxPages?numberMaximum number of pages to fetch (default: 10)

Resources

state(infinite)— The number of impressions with the specified dimension values where the corre...
@swamp/gcp/adexchangebuyer2/bidders-filtersets-bidresponseswithoutbidsv2026.05.25.1bidders_filtersets_bidresponseswithoutbids.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
fn get(identifier: string)
Get a bidResponsesWithoutBids
ArgumentTypeDescription
identifierstringThe name of the bidResponsesWithoutBids
fn sync()
Sync bidResponsesWithoutBids state from GCP
fn list(pageSize?: number, maxPages?: number)
List bidResponsesWithoutBids resources
ArgumentTypeDescription
pageSize?numberRequested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default.
maxPages?numberMaximum number of pages to fetch (default: 10)

Resources

state(infinite)— The number of impressions with the specified dimension values that were consi...
@swamp/gcp/adexchangebuyer2/bidders-filtersets-filteredbidrequestsv2026.05.25.1bidders_filtersets_filteredbidrequests.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
fn get(identifier: string)
Get a filteredBidRequests
ArgumentTypeDescription
identifierstringThe name of the filteredBidRequests
fn sync()
Sync filteredBidRequests state from GCP
fn list(pageSize?: number, maxPages?: number)
List filteredBidRequests resources
ArgumentTypeDescription
pageSize?numberRequested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default.
maxPages?numberMaximum number of pages to fetch (default: 10)

Resources

state(infinite)— The number of impressions with the specified dimension values where the corre...
@swamp/gcp/adexchangebuyer2/bidders-filtersets-filteredbidsv2026.05.25.1bidders_filtersets_filteredbids.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
fn get(identifier: string)
Get a filteredBids
ArgumentTypeDescription
identifierstringThe name of the filteredBids
fn sync()
Sync filteredBids state from GCP
fn list(pageSize?: number, maxPages?: number)
List filteredBids resources
ArgumentTypeDescription
pageSize?numberRequested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default.
maxPages?numberMaximum number of pages to fetch (default: 10)

Resources

state(infinite)— The number of bids with the specified dimension values that did not win the a...
@swamp/gcp/adexchangebuyer2/bidders-filtersets-filteredbids-creativesv2026.05.25.1bidders_filtersets_filteredbids_creatives.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
fn get(identifier: string)
Get a creatives
ArgumentTypeDescription
identifierstringThe name of the creatives
fn sync()
Sync creatives state from GCP
fn list(pageSize?: number, maxPages?: number)
List creatives resources
ArgumentTypeDescription
pageSize?numberRequested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default.
maxPages?numberMaximum number of pages to fetch (default: 10)

Resources

state(infinite)— The number of filtered bids with the specified dimension values that have the...
@swamp/gcp/adexchangebuyer2/bidders-filtersets-filteredbids-detailsv2026.05.25.1bidders_filtersets_filteredbids_details.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
fn get(identifier: string)
Get a details
ArgumentTypeDescription
identifierstringThe name of the details
fn sync()
Sync details state from GCP
fn list(pageSize?: number, maxPages?: number)
List details resources
ArgumentTypeDescription
pageSize?numberRequested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default.
maxPages?numberMaximum number of pages to fetch (default: 10)

Resources

state(infinite)— The number of filtered bids with the specified dimension values, among those ...
@swamp/gcp/adexchangebuyer2/bidders-filtersets-impressionmetricsv2026.05.25.1bidders_filtersets_impressionmetrics.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
fn get(identifier: string)
Get a impressionMetrics
ArgumentTypeDescription
identifierstringThe name of the impressionMetrics
fn sync()
Sync impressionMetrics state from GCP
fn list(pageSize?: number, maxPages?: number)
List impressionMetrics resources
ArgumentTypeDescription
pageSize?numberRequested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default.
maxPages?numberMaximum number of pages to fetch (default: 10)

Resources

state(infinite)— The set of metrics that are measured in numbers of impressions, representing ...
@swamp/gcp/adexchangebuyer2/bidders-filtersets-losingbidsv2026.05.25.1bidders_filtersets_losingbids.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
fn get(identifier: string)
Get a losingBids
ArgumentTypeDescription
identifierstringThe name of the losingBids
fn sync()
Sync losingBids state from GCP
fn list(pageSize?: number, maxPages?: number)
List losingBids resources
ArgumentTypeDescription
pageSize?numberRequested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default.
maxPages?numberMaximum number of pages to fetch (default: 10)

Resources

state(infinite)— The number of bids with the specified dimension values that did not win the a...
@swamp/gcp/adexchangebuyer2/bidders-filtersets-nonbillablewinningbidsv2026.05.25.1bidders_filtersets_nonbillablewinningbids.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
fn get(identifier: string)
Get a nonBillableWinningBids
ArgumentTypeDescription
identifierstringThe name of the nonBillableWinningBids
fn sync()
Sync nonBillableWinningBids state from GCP
fn list(pageSize?: number, maxPages?: number)
List nonBillableWinningBids resources
ArgumentTypeDescription
pageSize?numberRequested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default.
maxPages?numberMaximum number of pages to fetch (default: 10)

Resources

state(infinite)— The number of winning bids with the specified dimension values for which the ...
@swamp/gcp/adexchangebuyer2/buyers-filtersetsv2026.05.25.1buyers_filtersets.ts

Global Arguments

ArgumentTypeDescription
absoluteDateRange?objectAn 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.
breakdownDimensions?arrayThe set of dimensions along which to break down the response; may be empty. If multiple dimensions are requested, the breakdown is along the Cartesian product of the requested dimensions.
creativeId?stringThe ID of the creative on which to filter; optional. This field may be set only for a filter set that accesses account-level troubleshooting data, for example, one whose name matches the `bidders/*/accounts/*/filterSets/*` pattern.
dealId?stringThe ID of the deal on which to filter; optional. This field may be set only for a filter set that accesses account-level troubleshooting data, for example, one whose name matches the `bidders/*/accounts/*/filterSets/*` pattern.
environment?enumThe environment on which to filter; optional.
format?enumCreative format bidded on or allowed to bid on, can be empty.
name?stringA user-defined name of the filter set. Filter set names must be unique globally and match one of the patterns: - `bidders/*/filterSets/*` (for accessing bidder-level troubleshooting data) - `bidders/*/accounts/*/filterSets/*` (for accessing account-level troubleshooting data) This field is required in create operations.
platforms?arrayThe list of platforms on which to filter; may be empty. The filters represented by multiple platforms are ORed together (for example, if non-empty, results must match any one of the platforms).
publisherIdentifiers?arrayFor Open Bidding partners only. The list of publisher identifiers on which to filter; may be empty. The filters represented by multiple publisher identifiers are ORed together.
realtimeTimeRange?objectAn open-ended realtime time range specified by the start timestamp. For filter sets that specify a realtime time range RTB metrics continue to be aggregated throughout the lifetime of the filter set.
relativeDateRange?objectA relative date range, specified by an offset and a duration. The supported range of dates begins 30 days before today and ends today, for example, the limits for these values are: offset_days >= 0 duration_days >= 1 offset_days + duration_days <= 30
sellerNetworkIds?arrayFor Authorized Buyers only. The list of IDs of the seller (publisher) networks on which to filter; may be empty. The filters represented by multiple seller network IDs are ORed together (for example, if non-empty, results must match any one of the publisher networks). See [seller-network-ids](https://developers.google.com/authorized-buyers/rtb/downloads/seller-network-ids) file for the set of existing seller network IDs.
timeSeriesGranularity?enumThe granularity of time intervals if a time series breakdown is preferred; optional.
isTransient?stringWhether 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.
parent?stringThe parent resource name (e.g., projects/my-project/locations/us-central1, organizations/123, folders/456)
fn create()
Create a filterSets
fn get(identifier: string)
Get a filterSets
ArgumentTypeDescription
identifierstringThe name of the filterSets
fn delete(identifier: string)
Delete the filterSets
ArgumentTypeDescription
identifierstringThe name of the filterSets
fn sync()
Sync filterSets state from GCP
fn list(pageSize?: number, maxPages?: number)
List filterSets resources
ArgumentTypeDescription
pageSize?numberRequested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default.
maxPages?numberMaximum number of pages to fetch (default: 10)

Resources

state(infinite)— A set of filters that is applied to a request for data. Within a filter set, ...
@swamp/gcp/adexchangebuyer2/buyers-filtersets-bidmetricsv2026.05.25.1buyers_filtersets_bidmetrics.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
fn get(identifier: string)
Get a bidMetrics
ArgumentTypeDescription
identifierstringThe name of the bidMetrics
fn sync()
Sync bidMetrics state from GCP
fn list(pageSize?: number, maxPages?: number)
List bidMetrics resources
ArgumentTypeDescription
pageSize?numberRequested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default.
maxPages?numberMaximum number of pages to fetch (default: 10)

Resources

state(infinite)— The set of metrics that are measured in numbers of bids, representing how man...
@swamp/gcp/adexchangebuyer2/buyers-filtersets-bidresponseerrorsv2026.05.25.1buyers_filtersets_bidresponseerrors.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
fn get(identifier: string)
Get a bidResponseErrors
ArgumentTypeDescription
identifierstringThe name of the bidResponseErrors
fn sync()
Sync bidResponseErrors state from GCP
fn list(pageSize?: number, maxPages?: number)
List bidResponseErrors resources
ArgumentTypeDescription
pageSize?numberRequested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default.
maxPages?numberMaximum number of pages to fetch (default: 10)

Resources

state(infinite)— The number of impressions with the specified dimension values where the corre...
@swamp/gcp/adexchangebuyer2/buyers-filtersets-bidresponseswithoutbidsv2026.05.25.1buyers_filtersets_bidresponseswithoutbids.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
fn get(identifier: string)
Get a bidResponsesWithoutBids
ArgumentTypeDescription
identifierstringThe name of the bidResponsesWithoutBids
fn sync()
Sync bidResponsesWithoutBids state from GCP
fn list(pageSize?: number, maxPages?: number)
List bidResponsesWithoutBids resources
ArgumentTypeDescription
pageSize?numberRequested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default.
maxPages?numberMaximum number of pages to fetch (default: 10)

Resources

state(infinite)— The number of impressions with the specified dimension values that were consi...
@swamp/gcp/adexchangebuyer2/buyers-filtersets-filteredbidrequestsv2026.05.25.1buyers_filtersets_filteredbidrequests.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
fn get(identifier: string)
Get a filteredBidRequests
ArgumentTypeDescription
identifierstringThe name of the filteredBidRequests
fn sync()
Sync filteredBidRequests state from GCP
fn list(pageSize?: number, maxPages?: number)
List filteredBidRequests resources
ArgumentTypeDescription
pageSize?numberRequested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default.
maxPages?numberMaximum number of pages to fetch (default: 10)

Resources

state(infinite)— The number of impressions with the specified dimension values where the corre...
@swamp/gcp/adexchangebuyer2/buyers-filtersets-filteredbidsv2026.05.25.1buyers_filtersets_filteredbids.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
fn get(identifier: string)
Get a filteredBids
ArgumentTypeDescription
identifierstringThe name of the filteredBids
fn sync()
Sync filteredBids state from GCP
fn list(pageSize?: number, maxPages?: number)
List filteredBids resources
ArgumentTypeDescription
pageSize?numberRequested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default.
maxPages?numberMaximum number of pages to fetch (default: 10)

Resources

state(infinite)— The number of bids with the specified dimension values that did not win the a...
@swamp/gcp/adexchangebuyer2/buyers-filtersets-filteredbids-creativesv2026.05.25.1buyers_filtersets_filteredbids_creatives.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
fn get(identifier: string)
Get a creatives
ArgumentTypeDescription
identifierstringThe name of the creatives
fn sync()
Sync creatives state from GCP
fn list(pageSize?: number, maxPages?: number)
List creatives resources
ArgumentTypeDescription
pageSize?numberRequested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default.
maxPages?numberMaximum number of pages to fetch (default: 10)

Resources

state(infinite)— The number of filtered bids with the specified dimension values that have the...
@swamp/gcp/adexchangebuyer2/buyers-filtersets-filteredbids-detailsv2026.05.25.1buyers_filtersets_filteredbids_details.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
fn get(identifier: string)
Get a details
ArgumentTypeDescription
identifierstringThe name of the details
fn sync()
Sync details state from GCP
fn list(pageSize?: number, maxPages?: number)
List details resources
ArgumentTypeDescription
pageSize?numberRequested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default.
maxPages?numberMaximum number of pages to fetch (default: 10)

Resources

state(infinite)— The number of filtered bids with the specified dimension values, among those ...
@swamp/gcp/adexchangebuyer2/buyers-filtersets-impressionmetricsv2026.05.25.1buyers_filtersets_impressionmetrics.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
fn get(identifier: string)
Get a impressionMetrics
ArgumentTypeDescription
identifierstringThe name of the impressionMetrics
fn sync()
Sync impressionMetrics state from GCP
fn list(pageSize?: number, maxPages?: number)
List impressionMetrics resources
ArgumentTypeDescription
pageSize?numberRequested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default.
maxPages?numberMaximum number of pages to fetch (default: 10)

Resources

state(infinite)— The set of metrics that are measured in numbers of impressions, representing ...
@swamp/gcp/adexchangebuyer2/buyers-filtersets-losingbidsv2026.05.25.1buyers_filtersets_losingbids.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
fn get(identifier: string)
Get a losingBids
ArgumentTypeDescription
identifierstringThe name of the losingBids
fn sync()
Sync losingBids state from GCP
fn list(pageSize?: number, maxPages?: number)
List losingBids resources
ArgumentTypeDescription
pageSize?numberRequested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default.
maxPages?numberMaximum number of pages to fetch (default: 10)

Resources

state(infinite)— The number of bids with the specified dimension values that did not win the a...
@swamp/gcp/adexchangebuyer2/buyers-filtersets-nonbillablewinningbidsv2026.05.25.1buyers_filtersets_nonbillablewinningbids.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
fn get(identifier: string)
Get a nonBillableWinningBids
ArgumentTypeDescription
identifierstringThe name of the nonBillableWinningBids
fn sync()
Sync nonBillableWinningBids state from GCP
fn list(pageSize?: number, maxPages?: number)
List nonBillableWinningBids resources
ArgumentTypeDescription
pageSize?numberRequested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default.
maxPages?numberMaximum number of pages to fetch (default: 10)

Resources

state(infinite)— The number of winning bids with the specified dimension values for which the ...
04Previous Versions13
2026.05.25.1May 25, 2026
  • Updated: accounts_clients, accounts_clients_invitations, accounts_clients_users, accounts_creatives, accounts_creatives_dealassociations, accounts_finalizedproposals, accounts_products, accounts_proposals, accounts_publisherprofiles, bidders_accounts_filtersets, bidders_accounts_filtersets_bidmetrics, bidders_accounts_filtersets_bidresponseerrors, bidders_accounts_filtersets_bidresponseswithoutbids, bidders_accounts_filtersets_filteredbidrequests, bidders_accounts_filtersets_filteredbids, bidders_accounts_filtersets_filteredbids_creatives, bidders_accounts_filtersets_filteredbids_details, bidders_accounts_filtersets_impressionmetrics, bidders_accounts_filtersets_losingbids, bidders_accounts_filtersets_nonbillablewinningbids, bidders_filtersets, bidders_filtersets_bidmetrics, bidders_filtersets_bidresponseerrors, bidders_filtersets_bidresponseswithoutbids, bidders_filtersets_filteredbidrequests, bidders_filtersets_filteredbids, bidders_filtersets_filteredbids_creatives, bidders_filtersets_filteredbids_details, bidders_filtersets_impressionmetrics, bidders_filtersets_losingbids, bidders_filtersets_nonbillablewinningbids, buyers_filtersets, buyers_filtersets_bidmetrics, buyers_filtersets_bidresponseerrors, buyers_filtersets_bidresponseswithoutbids, buyers_filtersets_filteredbidrequests, buyers_filtersets_filteredbids, buyers_filtersets_filteredbids_creatives, buyers_filtersets_filteredbids_details, buyers_filtersets_impressionmetrics, buyers_filtersets_losingbids, buyers_filtersets_nonbillablewinningbids

Modified 42 models

2026.05.24.1May 24, 2026
  • Updated: accounts_clients, accounts_clients_invitations, accounts_clients_users, accounts_creatives, accounts_creatives_dealassociations, accounts_finalizedproposals, accounts_products, accounts_proposals, accounts_publisherprofiles, bidders_accounts_filtersets, bidders_accounts_filtersets_bidmetrics, bidders_accounts_filtersets_bidresponseerrors, bidders_accounts_filtersets_bidresponseswithoutbids, bidders_accounts_filtersets_filteredbidrequests, bidders_accounts_filtersets_filteredbids, bidders_accounts_filtersets_filteredbids_creatives, bidders_accounts_filtersets_filteredbids_details, bidders_accounts_filtersets_impressionmetrics, bidders_accounts_filtersets_losingbids, bidders_accounts_filtersets_nonbillablewinningbids, bidders_filtersets, bidders_filtersets_bidmetrics, bidders_filtersets_bidresponseerrors, bidders_filtersets_bidresponseswithoutbids, bidders_filtersets_filteredbidrequests, bidders_filtersets_filteredbids, bidders_filtersets_filteredbids_creatives, bidders_filtersets_filteredbids_details, bidders_filtersets_impressionmetrics, bidders_filtersets_losingbids, bidders_filtersets_nonbillablewinningbids, buyers_filtersets, buyers_filtersets_bidmetrics, buyers_filtersets_bidresponseerrors, buyers_filtersets_bidresponseswithoutbids, buyers_filtersets_filteredbidrequests, buyers_filtersets_filteredbids, buyers_filtersets_filteredbids_creatives, buyers_filtersets_filteredbids_details, buyers_filtersets_impressionmetrics, buyers_filtersets_losingbids, buyers_filtersets_nonbillablewinningbids
2026.05.21.2May 21, 2026
  • Updated: accounts_clients, accounts_clients_invitations, accounts_clients_users, accounts_creatives, accounts_creatives_dealassociations, accounts_finalizedproposals, accounts_products, accounts_proposals, accounts_publisherprofiles, bidders_accounts_filtersets, bidders_accounts_filtersets_bidmetrics, bidders_accounts_filtersets_bidresponseerrors, bidders_accounts_filtersets_bidresponseswithoutbids, bidders_accounts_filtersets_filteredbidrequests, bidders_accounts_filtersets_filteredbids, bidders_accounts_filtersets_filteredbids_creatives, bidders_accounts_filtersets_filteredbids_details, bidders_accounts_filtersets_impressionmetrics, bidders_accounts_filtersets_losingbids, bidders_accounts_filtersets_nonbillablewinningbids, bidders_filtersets, bidders_filtersets_bidmetrics, bidders_filtersets_bidresponseerrors, bidders_filtersets_bidresponseswithoutbids, bidders_filtersets_filteredbidrequests, bidders_filtersets_filteredbids, bidders_filtersets_filteredbids_creatives, bidders_filtersets_filteredbids_details, bidders_filtersets_impressionmetrics, bidders_filtersets_losingbids, bidders_filtersets_nonbillablewinningbids, buyers_filtersets, buyers_filtersets_bidmetrics, buyers_filtersets_bidresponseerrors, buyers_filtersets_bidresponseswithoutbids, buyers_filtersets_filteredbidrequests, buyers_filtersets_filteredbids, buyers_filtersets_filteredbids_creatives, buyers_filtersets_filteredbids_details, buyers_filtersets_impressionmetrics, buyers_filtersets_losingbids, buyers_filtersets_nonbillablewinningbids
2026.05.21.1May 21, 2026
2026.05.19.2May 19, 2026
2026.05.19.1May 19, 2026
2026.05.18.1May 18, 2026
2026.04.23.1Apr 23, 2026
2026.04.04.1Apr 4, 2026
  • Updated: accounts_creatives, accounts_finalizedproposals, accounts_products, accounts_proposals
2026.04.03.3Apr 3, 2026
  • Updated: accounts_clients, accounts_clients_invitations, accounts_clients_users, accounts_creatives, accounts_creatives_dealassociations, accounts_finalizedproposals, accounts_products, accounts_proposals, accounts_publisherprofiles, bidders_accounts_filtersets, bidders_accounts_filtersets_bidmetrics, bidders_accounts_filtersets_bidresponseerrors, bidders_accounts_filtersets_bidresponseswithoutbids, bidders_accounts_filtersets_filteredbidrequests, bidders_accounts_filtersets_filteredbids, bidders_accounts_filtersets_filteredbids_creatives, bidders_accounts_filtersets_filteredbids_details, bidders_accounts_filtersets_impressionmetrics, bidders_accounts_filtersets_losingbids, bidders_accounts_filtersets_nonbillablewinningbids, bidders_filtersets, bidders_filtersets_bidmetrics, bidders_filtersets_bidresponseerrors, bidders_filtersets_bidresponseswithoutbids, bidders_filtersets_filteredbidrequests, bidders_filtersets_filteredbids, bidders_filtersets_filteredbids_creatives, bidders_filtersets_filteredbids_details, bidders_filtersets_impressionmetrics, bidders_filtersets_losingbids, bidders_filtersets_nonbillablewinningbids, buyers_filtersets, buyers_filtersets_bidmetrics, buyers_filtersets_bidresponseerrors, buyers_filtersets_bidresponseswithoutbids, buyers_filtersets_filteredbidrequests, buyers_filtersets_filteredbids, buyers_filtersets_filteredbids_creatives, buyers_filtersets_filteredbids_details, buyers_filtersets_impressionmetrics, buyers_filtersets_losingbids, buyers_filtersets_nonbillablewinningbids
2026.04.03.1Apr 3, 2026
  • Updated: accounts_clients, accounts_clients_invitations, accounts_clients_users, accounts_creatives, accounts_creatives_dealassociations, accounts_finalizedproposals, accounts_products, accounts_proposals, accounts_publisherprofiles, bidders_accounts_filtersets, bidders_accounts_filtersets_bidmetrics, bidders_accounts_filtersets_bidresponseerrors, bidders_accounts_filtersets_bidresponseswithoutbids, bidders_accounts_filtersets_filteredbidrequests, bidders_accounts_filtersets_filteredbids, bidders_accounts_filtersets_filteredbids_creatives, bidders_accounts_filtersets_filteredbids_details, bidders_accounts_filtersets_impressionmetrics, bidders_accounts_filtersets_losingbids, bidders_accounts_filtersets_nonbillablewinningbids, bidders_filtersets, bidders_filtersets_bidmetrics, bidders_filtersets_bidresponseerrors, bidders_filtersets_bidresponseswithoutbids, bidders_filtersets_filteredbidrequests, bidders_filtersets_filteredbids, bidders_filtersets_filteredbids_creatives, bidders_filtersets_filteredbids_details, bidders_filtersets_impressionmetrics, bidders_filtersets_losingbids, bidders_filtersets_nonbillablewinningbids, buyers_filtersets, buyers_filtersets_bidmetrics, buyers_filtersets_bidresponseerrors, buyers_filtersets_bidresponseswithoutbids, buyers_filtersets_filteredbidrequests, buyers_filtersets_filteredbids, buyers_filtersets_filteredbids_creatives, buyers_filtersets_filteredbids_details, buyers_filtersets_impressionmetrics, buyers_filtersets_losingbids, buyers_filtersets_nonbillablewinningbids
2026.04.02.2Apr 2, 2026
2026.03.27.1Mar 27, 2026
  • Added: accounts_clients, accounts_clients_invitations, accounts_clients_users, accounts_creatives, accounts_creatives_dealassociations, accounts_finalizedproposals, accounts_products, accounts_proposals, accounts_publisherprofiles, bidders_accounts_filtersets, bidders_accounts_filtersets_bidmetrics, bidders_accounts_filtersets_bidresponseerrors, bidders_accounts_filtersets_bidresponseswithoutbids, bidders_accounts_filtersets_filteredbidrequests, bidders_accounts_filtersets_filteredbids, bidders_accounts_filtersets_filteredbids_creatives, bidders_accounts_filtersets_filteredbids_details, bidders_accounts_filtersets_impressionmetrics, bidders_accounts_filtersets_losingbids, bidders_accounts_filtersets_nonbillablewinningbids, bidders_filtersets, bidders_filtersets_bidmetrics, bidders_filtersets_bidresponseerrors, bidders_filtersets_bidresponseswithoutbids, bidders_filtersets_filteredbidrequests, bidders_filtersets_filteredbids, bidders_filtersets_filteredbids_creatives, bidders_filtersets_filteredbids_details, bidders_filtersets_impressionmetrics, bidders_filtersets_losingbids, bidders_filtersets_nonbillablewinningbids, buyers_filtersets, buyers_filtersets_bidmetrics, buyers_filtersets_bidresponseerrors, buyers_filtersets_bidresponseswithoutbids, buyers_filtersets_filteredbidrequests, buyers_filtersets_filteredbids, buyers_filtersets_filteredbids_creatives, buyers_filtersets_filteredbids_details, buyers_filtersets_impressionmetrics, buyers_filtersets_losingbids, buyers_filtersets_nonbillablewinningbids
05Stats
A
100 / 100
Downloads
0
Archive size
207.8 KB
Verified by Swamp
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types1/1earned
  • Dependencies pass trust audit2/2earned
  • Has description1/1earned
  • Platform support declared (or universal)2/2earned
  • License declared1/1earned
  • Verified public repository2/2earned
06Platforms
07Labels