Gcp/adexchangebuyer2
@swamp/gcp/adexchangebuyer2v2026.06.03.1
01README
Google Cloud adexchangebuyer2 infrastructure models
02Release Notes
- Updated: accounts_proposals
03Models
@swamp/gcp/adexchangebuyer2/accounts-clientsv2026.05.25.1accounts_clients.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| clientAccountId? | string | The globally-unique numerical ID of the client. The value of this field is ignored in create and update operations. |
| clientName? | string | Name 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? | string | Numerical 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? | string | The 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? | enum | An optional field for specifying the type of the client entity: `ADVERTISER`, `BRAND`, or `AGENCY`. |
| partnerClientId? | string | Optional 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? | enum | The 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? | enum | The status of the client buyer. |
| visibleToSeller? | boolean | Whether the client buyer will be visible to sellers. |
| accountId | string | Unique 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
| Argument | Type | Description |
|---|---|---|
| waitForReady? | boolean | Wait for the resource to reach a ready state after creation (default: true) |
fn get(identifier: string)
Get a clients
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the clients |
fn update(waitForReady?: boolean)
Update clients attributes
| Argument | Type | Description |
|---|---|---|
| waitForReady? | boolean | Wait 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
| Argument | Type | Description |
|---|---|---|
| pageSize? | number | Requested page size. The server may return fewer clients than requested. If unspecified, the server will pick an appropriate default. |
| partnerClientId? | string | Optional unique identifier (from the standpoint of an Ad Exchange sponsor buyer partner) of the client to return. If specified, at most one client will be returned in the response. |
| maxPages? | number | Maximum 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
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| clientAccountId? | string | Numerical account ID of the client buyer that the invited user is associated with. The value of this field is ignored in create operations. |
| email? | string | The email address to which the invitation is sent. Email addresses should be unique among all client users under each sponsor buyer. |
| invitationId? | string | The unique numerical ID of the invitation that is sent to the user. The value of this field is ignored in create operations. |
| accountId | string | Numerical account ID of the client's sponsor buyer. (required) |
fn create()
Create a invitations
fn get(identifier: string)
Get a invitations
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the invitations |
fn sync()
Sync invitations state from GCP
fn list(pageSize?: number, maxPages?: number)
List invitations resources
| Argument | Type | Description |
|---|---|---|
| pageSize? | number | Requested page size. Server may return fewer clients than requested. If unspecified, server will pick an appropriate default. |
| maxPages? | number | Maximum 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
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| clientAccountId? | string | Numerical 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? | string | User's email address. The value of this field is ignored in an update operation. |
| status? | enum | The status of the client user. |
| userId? | string | The 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
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the users |
fn update(waitForReady?: boolean)
Update users attributes
| Argument | Type | Description |
|---|---|---|
| waitForReady? | boolean | Wait 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
| Argument | Type | Description |
|---|---|---|
| pageSize? | number | Requested page size. The server may return fewer clients than requested. If unspecified, the server will pick an appropriate default. |
| maxPages? | number | Maximum 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
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| accountId? | string | The account that this creative belongs to. Can be used to filter the response of the creatives.list method. |
| adChoicesDestinationUrl? | string | The link to AdChoices destination page. |
| adTechnologyProviders? | object | Detected ad technology provider information. |
| advertiserName? | string | The name of the company being advertised in the creative. |
| agencyId? | string | The agency ID for this creative. |
| attributes? | array | All attributes for the ads that may be shown from this creative. Can be used to filter the response of the creatives.list method. |
| clickThroughUrls? | array | The set of destination URLs for the creative. |
| creativeId? | string | The buyer-defined creative ID of this creative. Can be used to filter the response of the creatives.list method. |
| declaredClickThroughUrls? | array | The set of declared destination URLs for the creative. |
| html? | object | HTML content for a creative. |
| impressionTrackingUrls? | array | The set of URLs to be called to record an impression. |
| native? | object | Native content for a creative. |
| restrictedCategories? | array | All restricted categories for the ads that may be shown from this creative. |
| vendorIds? | array | All 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? | object | Video content for a creative. |
| duplicateIdMode? | string | Indicates 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
| Argument | Type | Description |
|---|---|---|
| identifier | string | The 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
| Argument | Type | Description |
|---|---|---|
| pageSize? | number | Requested 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? | string | An optional query string to filter creatives. If no filter is specified, all active creatives will be returned. Supported queries are: - accountId=*account_id_string* - creativeId=*creative_id_string* - dealsStatus: {approved, conditionally_approved, disapproved, not_checked} - openAuctionStatus: {approved, conditionally_approved, disapproved, not_checked} - attribute: {a numeric attribute from the list of attributes} - disapprovalReason: {a reason from DisapprovalReason} Example: 'accountId=123 |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
fn stop_watching()
stop watching
fn watch(topic?: any)
watch
| Argument | Type | Description |
|---|---|---|
| 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
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
fn get(identifier: string)
Get a dealAssociations
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the dealAssociations |
fn delete(identifier: string)
Delete the dealAssociations
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the dealAssociations |
fn sync()
Sync dealAssociations state from GCP
fn list(pageSize?: number, query?: string, maxPages?: number)
List dealAssociations resources
| Argument | Type | Description |
|---|---|---|
| pageSize? | number | Requested page size. Server may return fewer associations than requested. If unspecified, server will pick an appropriate default. |
| query? | string | An optional query string to filter deal associations. If no filter is specified, all associations will be returned. Supported queries are: - accountId=*account_id_string* - creativeId=*creative_id_string* - dealsId=*deals_id_string* - dealsStatus:{approved, conditionally_approved, disapproved, not_checked} - openAuctionStatus:{approved, conditionally_approved, disapproved, not_checked} Example: 'dealsId=12345 AND dealsStatus:disapproved' |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
fn add(association?: any)
add
| Argument | Type | Description |
|---|---|---|
| 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
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
fn get(identifier: string)
Get a finalizedProposals
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the finalizedProposals |
fn sync()
Sync finalizedProposals state from GCP
fn list(filter?: string, filterSyntax?: string, pageSize?: number, maxPages?: number)
List finalizedProposals resources
| Argument | Type | Description |
|---|---|---|
| filter? | string | An optional PQL filter query used to query for proposals. Nested repeated fields, such as proposal.deals.targetingCriterion, cannot be filtered. |
| filterSyntax? | string | Syntax the filter is written in. Current implementation defaults to PQL but in the future it will be LIST_FILTER. |
| pageSize? | number | Requested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default. |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
fn pause(externalDealIds?: any, reason?: any)
pause
| Argument | Type | Description |
|---|---|---|
| externalDealIds? | any | |
| reason? | any |
fn resume(externalDealIds?: any)
resume
| Argument | Type | Description |
|---|---|---|
| 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
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
fn get(identifier: string)
Get a products
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the products |
fn sync()
Sync products state from GCP
fn list(filter?: string, pageSize?: number, maxPages?: number)
List products resources
| Argument | Type | Description |
|---|---|---|
| filter? | string | An optional PQL query used to query for products. See https://developers.google.com/ad-manager/docs/pqlreference for documentation about PQL and examples. Nested repeated fields, such as product.targetingCriterion.inclusions, cannot be filtered. |
| pageSize? | number | Requested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default. |
| maxPages? | number | Maximum 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
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| billedBuyer? | object | Represents a buyer of inventory. Each buyer is identified by a unique Authorized Buyers account ID. |
| buyer? | object | Represents a buyer of inventory. Each buyer is identified by a unique Authorized Buyers account ID. |
| buyerContacts? | array | Contact information for the buyer. |
| buyerPrivateData? | object | Buyers are allowed to store certain types of private data in a proposal/deal. |
| deals? | array | The deals associated with this proposal. For Private Auction proposals (whose deals have NonGuaranteedAuctionTerms), there will only be one deal. |
| displayName? | string | The name for the proposal. |
| seller? | object | Represents a seller of inventory. Each seller is identified by a unique Ad Manager account ID. |
| accountId | string | Account ID of the buyer. |
fn create()
Create a proposals
fn get(identifier: string)
Get a proposals
| Argument | Type | Description |
|---|---|---|
| identifier | string | The 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
| Argument | Type | Description |
|---|---|---|
| filter? | string | An optional PQL filter query used to query for proposals. Nested repeated fields, such as proposal.deals.targetingCriterion, cannot be filtered. |
| filterSyntax? | string | Syntax the filter is written in. Current implementation defaults to PQL but in the future it will be LIST_FILTER. |
| pageSize? | number | Requested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default. |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
fn accept(proposalRevision?: any)
accept
| Argument | Type | Description |
|---|---|---|
| proposalRevision? | any |
fn add_note(note?: any)
add note
| Argument | Type | Description |
|---|---|---|
| note? | any |
fn cancel_negotiation()
cancel negotiation
fn complete_setup(externalDealIds?: any)
complete setup
| Argument | Type | Description |
|---|---|---|
| externalDealIds? | any |
fn pause(reason?: any)
pause
| Argument | Type | Description |
|---|---|---|
| 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
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
fn get(identifier: string)
Get a publisherProfiles
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the publisherProfiles |
fn sync()
Sync publisherProfiles state from GCP
fn list(pageSize?: number, maxPages?: number)
List publisherProfiles resources
| Argument | Type | Description |
|---|---|---|
| pageSize? | number | Specify the number of results to include per page. |
| maxPages? | number | Maximum 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
| Argument | Type | Description |
|---|---|---|
| absoluteDateRange? | object | An absolute date range, specified by its start date and end date. The supported range of dates begins 30 days before today and ends today. Validity checked upon filter set creation. If a filter set with an absolute date range is run at a later date more than 30 days after start_date, it will fail. |
| breakdownDimensions? | array | The 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? | string | The 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? | string | The 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? | enum | The environment on which to filter; optional. |
| format? | enum | Creative format bidded on or allowed to bid on, can be empty. |
| name? | string | A 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? | array | The 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? | array | For 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? | object | An 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? | object | A 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? | array | For 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? | enum | The granularity of time intervals if a time series breakdown is preferred; optional. |
| isTransient? | string | Whether the filter set is transient, or should be persisted indefinitely. By default, filter sets are not transient. If transient, it will be available for at least 1 hour after creation. |
| parent? | string | The 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
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the filterSets |
fn delete(identifier: string)
Delete the filterSets
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the filterSets |
fn sync()
Sync filterSets state from GCP
fn list(pageSize?: number, maxPages?: number)
List filterSets resources
| Argument | Type | Description |
|---|---|---|
| pageSize? | number | Requested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default. |
| maxPages? | number | Maximum 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
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
fn get(identifier: string)
Get a bidMetrics
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the bidMetrics |
fn sync()
Sync bidMetrics state from GCP
fn list(pageSize?: number, maxPages?: number)
List bidMetrics resources
| Argument | Type | Description |
|---|---|---|
| pageSize? | number | Requested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default. |
| maxPages? | number | Maximum 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
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
fn get(identifier: string)
Get a bidResponseErrors
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the bidResponseErrors |
fn sync()
Sync bidResponseErrors state from GCP
fn list(pageSize?: number, maxPages?: number)
List bidResponseErrors resources
| Argument | Type | Description |
|---|---|---|
| pageSize? | number | Requested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default. |
| maxPages? | number | Maximum 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
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
fn get(identifier: string)
Get a bidResponsesWithoutBids
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the bidResponsesWithoutBids |
fn sync()
Sync bidResponsesWithoutBids state from GCP
fn list(pageSize?: number, maxPages?: number)
List bidResponsesWithoutBids resources
| Argument | Type | Description |
|---|---|---|
| pageSize? | number | Requested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default. |
| maxPages? | number | Maximum 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
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
fn get(identifier: string)
Get a filteredBidRequests
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the filteredBidRequests |
fn sync()
Sync filteredBidRequests state from GCP
fn list(pageSize?: number, maxPages?: number)
List filteredBidRequests resources
| Argument | Type | Description |
|---|---|---|
| pageSize? | number | Requested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default. |
| maxPages? | number | Maximum 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
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
fn get(identifier: string)
Get a filteredBids
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the filteredBids |
fn sync()
Sync filteredBids state from GCP
fn list(pageSize?: number, maxPages?: number)
List filteredBids resources
| Argument | Type | Description |
|---|---|---|
| pageSize? | number | Requested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default. |
| maxPages? | number | Maximum 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
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
fn get(identifier: string)
Get a creatives
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the creatives |
fn sync()
Sync creatives state from GCP
fn list(pageSize?: number, maxPages?: number)
List creatives resources
| Argument | Type | Description |
|---|---|---|
| pageSize? | number | Requested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default. |
| maxPages? | number | Maximum 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
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
fn get(identifier: string)
Get a details
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the details |
fn sync()
Sync details state from GCP
fn list(pageSize?: number, maxPages?: number)
List details resources
| Argument | Type | Description |
|---|---|---|
| pageSize? | number | Requested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default. |
| maxPages? | number | Maximum 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
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
fn get(identifier: string)
Get a impressionMetrics
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the impressionMetrics |
fn sync()
Sync impressionMetrics state from GCP
fn list(pageSize?: number, maxPages?: number)
List impressionMetrics resources
| Argument | Type | Description |
|---|---|---|
| pageSize? | number | Requested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default. |
| maxPages? | number | Maximum 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
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
fn get(identifier: string)
Get a losingBids
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the losingBids |
fn sync()
Sync losingBids state from GCP
fn list(pageSize?: number, maxPages?: number)
List losingBids resources
| Argument | Type | Description |
|---|---|---|
| pageSize? | number | Requested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default. |
| maxPages? | number | Maximum 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
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
fn get(identifier: string)
Get a nonBillableWinningBids
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the nonBillableWinningBids |
fn sync()
Sync nonBillableWinningBids state from GCP
fn list(pageSize?: number, maxPages?: number)
List nonBillableWinningBids resources
| Argument | Type | Description |
|---|---|---|
| pageSize? | number | Requested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default. |
| maxPages? | number | Maximum 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
| Argument | Type | Description |
|---|---|---|
| absoluteDateRange? | object | An absolute date range, specified by its start date and end date. The supported range of dates begins 30 days before today and ends today. Validity checked upon filter set creation. If a filter set with an absolute date range is run at a later date more than 30 days after start_date, it will fail. |
| breakdownDimensions? | array | The 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? | string | The 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? | string | The 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? | enum | The environment on which to filter; optional. |
| format? | enum | Creative format bidded on or allowed to bid on, can be empty. |
| name? | string | A 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? | array | The 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? | array | For 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? | object | An 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? | object | A 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? | array | For 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? | enum | The granularity of time intervals if a time series breakdown is preferred; optional. |
| isTransient? | string | Whether the filter set is transient, or should be persisted indefinitely. By default, filter sets are not transient. If transient, it will be available for at least 1 hour after creation. |
| parent? | string | The 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
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the filterSets |
fn delete(identifier: string)
Delete the filterSets
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the filterSets |
fn sync()
Sync filterSets state from GCP
fn list(pageSize?: number, maxPages?: number)
List filterSets resources
| Argument | Type | Description |
|---|---|---|
| pageSize? | number | Requested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default. |
| maxPages? | number | Maximum 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
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
fn get(identifier: string)
Get a bidMetrics
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the bidMetrics |
fn sync()
Sync bidMetrics state from GCP
fn list(pageSize?: number, maxPages?: number)
List bidMetrics resources
| Argument | Type | Description |
|---|---|---|
| pageSize? | number | Requested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default. |
| maxPages? | number | Maximum 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
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
fn get(identifier: string)
Get a bidResponseErrors
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the bidResponseErrors |
fn sync()
Sync bidResponseErrors state from GCP
fn list(pageSize?: number, maxPages?: number)
List bidResponseErrors resources
| Argument | Type | Description |
|---|---|---|
| pageSize? | number | Requested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default. |
| maxPages? | number | Maximum 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
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
fn get(identifier: string)
Get a bidResponsesWithoutBids
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the bidResponsesWithoutBids |
fn sync()
Sync bidResponsesWithoutBids state from GCP
fn list(pageSize?: number, maxPages?: number)
List bidResponsesWithoutBids resources
| Argument | Type | Description |
|---|---|---|
| pageSize? | number | Requested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default. |
| maxPages? | number | Maximum 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
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
fn get(identifier: string)
Get a filteredBidRequests
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the filteredBidRequests |
fn sync()
Sync filteredBidRequests state from GCP
fn list(pageSize?: number, maxPages?: number)
List filteredBidRequests resources
| Argument | Type | Description |
|---|---|---|
| pageSize? | number | Requested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default. |
| maxPages? | number | Maximum 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
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
fn get(identifier: string)
Get a filteredBids
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the filteredBids |
fn sync()
Sync filteredBids state from GCP
fn list(pageSize?: number, maxPages?: number)
List filteredBids resources
| Argument | Type | Description |
|---|---|---|
| pageSize? | number | Requested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default. |
| maxPages? | number | Maximum 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
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
fn get(identifier: string)
Get a creatives
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the creatives |
fn sync()
Sync creatives state from GCP
fn list(pageSize?: number, maxPages?: number)
List creatives resources
| Argument | Type | Description |
|---|---|---|
| pageSize? | number | Requested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default. |
| maxPages? | number | Maximum 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
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
fn get(identifier: string)
Get a details
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the details |
fn sync()
Sync details state from GCP
fn list(pageSize?: number, maxPages?: number)
List details resources
| Argument | Type | Description |
|---|---|---|
| pageSize? | number | Requested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default. |
| maxPages? | number | Maximum 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
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
fn get(identifier: string)
Get a impressionMetrics
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the impressionMetrics |
fn sync()
Sync impressionMetrics state from GCP
fn list(pageSize?: number, maxPages?: number)
List impressionMetrics resources
| Argument | Type | Description |
|---|---|---|
| pageSize? | number | Requested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default. |
| maxPages? | number | Maximum 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
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
fn get(identifier: string)
Get a losingBids
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the losingBids |
fn sync()
Sync losingBids state from GCP
fn list(pageSize?: number, maxPages?: number)
List losingBids resources
| Argument | Type | Description |
|---|---|---|
| pageSize? | number | Requested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default. |
| maxPages? | number | Maximum 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
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
fn get(identifier: string)
Get a nonBillableWinningBids
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the nonBillableWinningBids |
fn sync()
Sync nonBillableWinningBids state from GCP
fn list(pageSize?: number, maxPages?: number)
List nonBillableWinningBids resources
| Argument | Type | Description |
|---|---|---|
| pageSize? | number | Requested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default. |
| maxPages? | number | Maximum 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
| Argument | Type | Description |
|---|---|---|
| absoluteDateRange? | object | An absolute date range, specified by its start date and end date. The supported range of dates begins 30 days before today and ends today. Validity checked upon filter set creation. If a filter set with an absolute date range is run at a later date more than 30 days after start_date, it will fail. |
| breakdownDimensions? | array | The 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? | string | The 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? | string | The 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? | enum | The environment on which to filter; optional. |
| format? | enum | Creative format bidded on or allowed to bid on, can be empty. |
| name? | string | A 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? | array | The 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? | array | For 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? | object | An 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? | object | A 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? | array | For 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? | enum | The granularity of time intervals if a time series breakdown is preferred; optional. |
| isTransient? | string | Whether the filter set is transient, or should be persisted indefinitely. By default, filter sets are not transient. If transient, it will be available for at least 1 hour after creation. |
| parent? | string | The 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
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the filterSets |
fn delete(identifier: string)
Delete the filterSets
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the filterSets |
fn sync()
Sync filterSets state from GCP
fn list(pageSize?: number, maxPages?: number)
List filterSets resources
| Argument | Type | Description |
|---|---|---|
| pageSize? | number | Requested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default. |
| maxPages? | number | Maximum 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
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
fn get(identifier: string)
Get a bidMetrics
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the bidMetrics |
fn sync()
Sync bidMetrics state from GCP
fn list(pageSize?: number, maxPages?: number)
List bidMetrics resources
| Argument | Type | Description |
|---|---|---|
| pageSize? | number | Requested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default. |
| maxPages? | number | Maximum 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
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
fn get(identifier: string)
Get a bidResponseErrors
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the bidResponseErrors |
fn sync()
Sync bidResponseErrors state from GCP
fn list(pageSize?: number, maxPages?: number)
List bidResponseErrors resources
| Argument | Type | Description |
|---|---|---|
| pageSize? | number | Requested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default. |
| maxPages? | number | Maximum 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
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
fn get(identifier: string)
Get a bidResponsesWithoutBids
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the bidResponsesWithoutBids |
fn sync()
Sync bidResponsesWithoutBids state from GCP
fn list(pageSize?: number, maxPages?: number)
List bidResponsesWithoutBids resources
| Argument | Type | Description |
|---|---|---|
| pageSize? | number | Requested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default. |
| maxPages? | number | Maximum 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
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
fn get(identifier: string)
Get a filteredBidRequests
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the filteredBidRequests |
fn sync()
Sync filteredBidRequests state from GCP
fn list(pageSize?: number, maxPages?: number)
List filteredBidRequests resources
| Argument | Type | Description |
|---|---|---|
| pageSize? | number | Requested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default. |
| maxPages? | number | Maximum 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
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
fn get(identifier: string)
Get a filteredBids
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the filteredBids |
fn sync()
Sync filteredBids state from GCP
fn list(pageSize?: number, maxPages?: number)
List filteredBids resources
| Argument | Type | Description |
|---|---|---|
| pageSize? | number | Requested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default. |
| maxPages? | number | Maximum 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
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
fn get(identifier: string)
Get a creatives
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the creatives |
fn sync()
Sync creatives state from GCP
fn list(pageSize?: number, maxPages?: number)
List creatives resources
| Argument | Type | Description |
|---|---|---|
| pageSize? | number | Requested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default. |
| maxPages? | number | Maximum 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
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
fn get(identifier: string)
Get a details
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the details |
fn sync()
Sync details state from GCP
fn list(pageSize?: number, maxPages?: number)
List details resources
| Argument | Type | Description |
|---|---|---|
| pageSize? | number | Requested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default. |
| maxPages? | number | Maximum 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
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
fn get(identifier: string)
Get a impressionMetrics
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the impressionMetrics |
fn sync()
Sync impressionMetrics state from GCP
fn list(pageSize?: number, maxPages?: number)
List impressionMetrics resources
| Argument | Type | Description |
|---|---|---|
| pageSize? | number | Requested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default. |
| maxPages? | number | Maximum 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
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
fn get(identifier: string)
Get a losingBids
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the losingBids |
fn sync()
Sync losingBids state from GCP
fn list(pageSize?: number, maxPages?: number)
List losingBids resources
| Argument | Type | Description |
|---|---|---|
| pageSize? | number | Requested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default. |
| maxPages? | number | Maximum 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
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
fn get(identifier: string)
Get a nonBillableWinningBids
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the nonBillableWinningBids |
fn sync()
Sync nonBillableWinningBids state from GCP
fn list(pageSize?: number, maxPages?: number)
List nonBillableWinningBids resources
| Argument | Type | Description |
|---|---|---|
| pageSize? | number | Requested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default. |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
Resources
state(infinite)— The number of winning bids with the specified dimension values for which the ...
04Previous Versions
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