Skip to main content

Gcp/realtimebidding

@swamp/gcp/realtimebiddingv2026.09.15.1· 1d agoMODELS
01README

Google Cloud realtimebidding infrastructure models

02Release Notes
  • Updated: buyers_creatives
03Models8
@swamp/gcp/realtimebidding/biddersv2026.08.12.2bidders.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
accessToken?stringGCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault.
credentialsJson?stringGCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault.
project?stringGCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables.
scopes?stringComma-separated OAuth scopes to request when minting access tokens via gcloud. Defaults to the API's Discovery Document scopes.
quotaProject?stringGCP project ID for quota and billing attribution; sets the x-goog-user-project header. Overrides GOOGLE_CLOUD_QUOTA_PROJECT environment variable. Required for APIs like Cloud Identity when using user credentials.
apiEndpoint?stringCustom API endpoint for emulators; overrides GCP_API_ENDPOINT environment variable. Defaults to the service's production URL.
fn get(identifier: string)
Get a bidders
ArgumentTypeDescription
identifierstringThe name of the bidders
fn sync(identifier?: string)
Sync bidders state from GCP
ArgumentTypeDescription
identifier?stringTarget a specific bidders by name (e.g. one discovered by list)
fn list(pageSize?: number, maxPages?: number)
List bidders resources
ArgumentTypeDescription
pageSize?numberThe maximum number of bidders to return. If unspecified, at most 100 bidders will be returned. The maximum value is 500; values above 500 will be coerced to 500.
maxPages?numberMaximum number of pages to fetch (default: 10)

Resources

state(infinite)— Bidder settings.
@swamp/gcp/realtimebidding/bidders-creativesv2026.08.12.2bidders_creatives.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
accessToken?stringGCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault.
credentialsJson?stringGCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault.
project?stringGCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables.
scopes?stringComma-separated OAuth scopes to request when minting access tokens via gcloud. Defaults to the API's Discovery Document scopes.
quotaProject?stringGCP project ID for quota and billing attribution; sets the x-goog-user-project header. Overrides GOOGLE_CLOUD_QUOTA_PROJECT environment variable. Required for APIs like Cloud Identity when using user credentials.
apiEndpoint?stringCustom API endpoint for emulators; overrides GCP_API_ENDPOINT environment variable. Defaults to the service's production URL.
parent?stringThe parent resource name (e.g., projects/my-project/locations/us-central1, organizations/123, folders/456)
fn get(identifier: string)
Get a creatives
ArgumentTypeDescription
identifierstringThe name of the creatives
fn sync(identifier?: string)
Sync creatives state from GCP
ArgumentTypeDescription
identifier?stringTarget a specific creatives by name (e.g. one discovered by list)
fn list(filter?: string, pageSize?: number, view?: string, maxPages?: number)
List creatives resources
ArgumentTypeDescription
filter?stringQuery string to filter creatives. If no filter is specified, all active creatives will be returned. Example: 'accountId=12345 AND (dealsStatus:DISAPPROVED AND disapprovalReason:UNACCEPTABLE_CONTENT) OR declaredAttributes:IS_COOKIE_TARGETED'
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.
view?stringControls the amount of information included in the response. By default only creativeServingDecision is included. To retrieve the entire creative resource (including the declared fields and the creative content) specify the view as "FULL".
maxPages?numberMaximum number of pages to fetch (default: 10)
fn watch()
watch

Resources

state(infinite)— A creative and its classification data.
@swamp/gcp/realtimebidding/bidders-endpointsv2026.08.12.2bidders_endpoints.ts

Global Arguments

ArgumentTypeDescription
accessToken?stringGCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault.
credentialsJson?stringGCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault.
project?stringGCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables.
scopes?stringComma-separated OAuth scopes to request when minting access tokens via gcloud. Defaults to the API's Discovery Document scopes.
quotaProject?stringGCP project ID for quota and billing attribution; sets the x-goog-user-project header. Overrides GOOGLE_CLOUD_QUOTA_PROJECT environment variable. Required for APIs like Cloud Identity when using user credentials.
apiEndpoint?stringCustom API endpoint for emulators; overrides GCP_API_ENDPOINT environment variable. Defaults to the service's production URL.
bidProtocol?enumThe protocol that the bidder endpoint is using.
maximumQps?stringThe maximum number of queries per second allowed to be sent to this server.
name?stringOutput only. Name of the endpoint resource that must follow the pattern `bidders/{bidderAccountId}/endpoints/{endpointId}`, where {bidderAccountId} is the account ID of the bidder who operates this endpoint, and {endpointId} is a unique ID assigned by the server.
tradingLocation?enumThe trading location that bid requests should be sent from. See https://developers.google.com/authorized-buyers/rtb/peer-guide#trading-locations for further information.
url?stringOutput only. The URL that bid requests should be sent to.
parent?stringThe parent resource name (e.g., projects/my-project/locations/us-central1, organizations/123, folders/456)
fn get(identifier: string)
Get a endpoints
ArgumentTypeDescription
identifierstringThe name of the endpoints
fn update(identifier?: string)
Update endpoints attributes
ArgumentTypeDescription
identifier?stringTarget a specific endpoints by name (e.g. one discovered by list)
fn sync(identifier?: string)
Sync endpoints state from GCP
ArgumentTypeDescription
identifier?stringTarget a specific endpoints by name (e.g. one discovered by list)
fn list(pageSize?: number, maxPages?: number)
List endpoints resources
ArgumentTypeDescription
pageSize?numberThe maximum number of endpoints to return. If unspecified, at most 100 endpoints will be returned. The maximum value is 500; values above 500 will be coerced to 500.
maxPages?numberMaximum number of pages to fetch (default: 10)

Resources

state(infinite)— Bidder endpoint that receives bid requests.
@swamp/gcp/realtimebidding/bidders-pretargetingconfigsv2026.08.12.2bidders_pretargetingconfigs.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
accessToken?stringGCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault.
credentialsJson?stringGCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault.
project?stringGCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables.
scopes?stringComma-separated OAuth scopes to request when minting access tokens via gcloud. Defaults to the API's Discovery Document scopes.
quotaProject?stringGCP project ID for quota and billing attribution; sets the x-goog-user-project header. Overrides GOOGLE_CLOUD_QUOTA_PROJECT environment variable. Required for APIs like Cloud Identity when using user credentials.
apiEndpoint?stringCustom API endpoint for emulators; overrides GCP_API_ENDPOINT environment variable. Defaults to the service's production URL.
appTargeting?objectTargeting on a subset of app inventory. If APP is listed in targeted_environments, the specified targeting is applied. A maximum of 30,000 app IDs can be targeted. An unset value for targeting allows all app-based bid requests to be sent. Apps can either be targeting positively (bid requests will be sent only if the destination app is listed in the targeting dimension) or negatively (bid requests will be sent only if the destination app is not listed in the targeting dimension).
displayName?stringThe diplay name associated with this config. This name must be unique among all the pretargeting configs a bidder has.
excludedContentLabelIds?arrayThe sensitive content category label IDs excluded in this config. Bid requests for inventory with any of the specified content label IDs will not be sent. Refer to this file https://storage.googleapis.com/adx-rtb-dictionaries/content-labels.txt for category IDs.
geoTargeting?objectThe geos included or excluded in this config defined in https://storage.googleapis.com/adx-rtb-dictionaries/geo-table.csv
includedCreativeDimensions?arrayCreative dimensions included by this config. Only bid requests eligible for at least one of the specified creative dimensions will be sent. An unset value allows all bid requests to be sent, regardless of creative dimension.
includedEnvironments?arrayEnvironments that are being included. Bid requests will not be sent for a given environment if it is not included. Further restrictions can be applied to included environments to target only a subset of its inventory. An unset value includes all environments.
includedFormats?arrayCreative formats included by this config. Only bid requests eligible for at least one of the specified creative formats will be sent. An unset value will allow all bid requests to be sent, regardless of format.
includedLanguages?arrayThe languages included in this config, represented by their language code. See https://developers.google.com/adwords/api/docs/appendix/languagecodes.
includedMobileOperatingSystemIds?arrayThe mobile operating systems included in this config as defined in https://storage.googleapis.com/adx-rtb-dictionaries/mobile-os.csv
includedPlatforms?arrayThe platforms included by this config. Bid requests for devices with the specified platform types will be sent. An unset value allows all bid requests to be sent, regardless of platform.
includedUserIdTypes?arrayUser identifier types included in this config. At least one of the user identifier types specified in this list must be available for the bid request to be sent.
interstitialTargeting?enumThe interstitial targeting specified for this config. The unset value will allow bid requests to be sent regardless of whether they are for interstitials or not.
maximumQps?stringThe maximum QPS threshold for this config. The bidder should receive no more than this number of bid requests matching this config per second across all their bidding endpoints among all trading locations. Further information available at https://developers.google.com/authorized-buyers/rtb/peer-guide
minimumViewabilityDecile?numberThe targeted minimum viewability decile, ranging in values [0, 10]. A value of 5 means that the config will only match adslots for which we predict at least 50% viewability. Values > 10 will be rounded down to 10. An unset value or a value of 0 indicates that bid requests will be sent regardless of viewability.
publisherTargeting?objectTargeting on a subset of publisher inventory. Publishers can either be targeted positively (bid requests will be sent only if the publisher is listed in the targeting dimension) or negatively (bid requests will be sent only if the publisher is not listed in the targeting dimension). A maximum of 10,000 publisher IDs can be targeted. Publisher IDs are found in [ads.txt](https://iabtechlab.com/ads-txt/) / [app-ads.txt](https://iabtechlab.com/app-ads-txt/) and in bid requests in the `BidRequest.pub
userListTargeting?objectThe remarketing lists included or excluded in this config as defined in UserList.
verticalTargeting?objectThe verticals included or excluded in this config as defined in https://developers.google.com/authorized-buyers/rtb/downloads/publisher-verticals
webTargeting?objectTargeting on a subset of site inventory. If WEB is listed in included_environments, the specified targeting is applied. A maximum of 50,000 site URLs can be targeted. An unset value for targeting allows all web-based bid requests to be sent. Sites can either be targeting positively (bid requests will be sent only if the destination site is listed in the targeting dimension) or negatively (bid requests will be sent only if the destination site is not listed in the pretargeting config).
parent?stringThe parent resource name (e.g., projects/my-project/locations/us-central1, organizations/123, folders/456)
fn create(waitForReady?: boolean)
Create a pretargetingConfigs
ArgumentTypeDescription
waitForReady?booleanWait for the resource to reach a ready state after creation (default: true)
fn get(identifier: string)
Get a pretargetingConfigs
ArgumentTypeDescription
identifierstringThe name of the pretargetingConfigs
fn update(identifier?: string, waitForReady?: boolean)
Update pretargetingConfigs attributes
ArgumentTypeDescription
identifier?stringTarget a specific pretargetingConfigs by name (e.g. one discovered by list)
waitForReady?booleanWait for the resource to reach a ready state after update (default: true)
fn delete(identifier: string)
Delete the pretargetingConfigs
ArgumentTypeDescription
identifierstringThe name of the pretargetingConfigs
fn sync(identifier?: string)
Sync pretargetingConfigs state from GCP
ArgumentTypeDescription
identifier?stringTarget a specific pretargetingConfigs by name (e.g. one discovered by list)
fn list(pageSize?: number, maxPages?: number)
List pretargetingConfigs resources
ArgumentTypeDescription
pageSize?numberThe maximum number of pretargeting configurations to return. If unspecified, at most 10 pretargeting configurations will be returned. The maximum value is 100; values above 100 will be coerced to 100.
maxPages?numberMaximum number of pages to fetch (default: 10)
fn activate()
activate
fn add_targeted_apps(appIds?: any, targetingMode?: any)
add targeted apps
ArgumentTypeDescription
appIds?any
targetingMode?any
fn add_targeted_publishers(publisherIds?: any, targetingMode?: any)
add targeted publishers
ArgumentTypeDescription
publisherIds?any
targetingMode?any
fn add_targeted_sites(sites?: any, targetingMode?: any)
add targeted sites
ArgumentTypeDescription
sites?any
targetingMode?any
fn suspend()
suspend

Resources

state(infinite)— Pretargeting config: a set of targeting dimensions applied at the pretargetin...
@swamp/gcp/realtimebidding/bidders-publisherconnectionsv2026.08.12.2bidders_publisherconnections.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
accessToken?stringGCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault.
credentialsJson?stringGCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault.
project?stringGCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables.
scopes?stringComma-separated OAuth scopes to request when minting access tokens via gcloud. Defaults to the API's Discovery Document scopes.
quotaProject?stringGCP project ID for quota and billing attribution; sets the x-goog-user-project header. Overrides GOOGLE_CLOUD_QUOTA_PROJECT environment variable. Required for APIs like Cloud Identity when using user credentials.
apiEndpoint?stringCustom API endpoint for emulators; overrides GCP_API_ENDPOINT environment variable. Defaults to the service's production URL.
parent?stringThe parent resource name (e.g., projects/my-project/locations/us-central1, organizations/123, folders/456)
fn get(identifier: string)
Get a publisherConnections
ArgumentTypeDescription
identifierstringThe name of the publisherConnections
fn sync(identifier?: string)
Sync publisherConnections state from GCP
ArgumentTypeDescription
identifier?stringTarget a specific publisherConnections by name (e.g. one discovered by list)
fn list(filter?: string, orderBy?: string, pageSize?: number, maxPages?: number)
List publisherConnections resources
ArgumentTypeDescription
filter?stringQuery string to filter publisher connections. Connections can be filtered by `displayName`, `publisherPlatform`, and `biddingState`. If no filter is specified, all publisher connections will be returned. Example: 'displayName=\
orderBy?stringOrder specification by which results should be sorted. If no sort order is specified, the results will be returned in alphabetic order based on the publisher's publisher code. Results can be sorted by `createTime`. Example: 'createTime DESC'.
pageSize?numberRequested page size. The server may return fewer results than requested (due to timeout constraint) even if more are available through another call. If unspecified, the server will pick an appropriate default. Acceptable values are 1 to 5000, inclusive.
maxPages?numberMaximum number of pages to fetch (default: 10)
fn batch_approve(names?: any)
batch approve
ArgumentTypeDescription
names?any
fn batch_reject(names?: any)
batch reject
ArgumentTypeDescription
names?any

Resources

state(infinite)— An Open Bidding exchange's connection to a publisher. This is initiated by th...
@swamp/gcp/realtimebidding/buyersv2026.08.12.2buyers.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
accessToken?stringGCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault.
credentialsJson?stringGCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault.
project?stringGCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables.
scopes?stringComma-separated OAuth scopes to request when minting access tokens via gcloud. Defaults to the API's Discovery Document scopes.
quotaProject?stringGCP project ID for quota and billing attribution; sets the x-goog-user-project header. Overrides GOOGLE_CLOUD_QUOTA_PROJECT environment variable. Required for APIs like Cloud Identity when using user credentials.
apiEndpoint?stringCustom API endpoint for emulators; overrides GCP_API_ENDPOINT environment variable. Defaults to the service's production URL.
fn get(identifier: string)
Get a buyers
ArgumentTypeDescription
identifierstringThe name of the buyers
fn sync(identifier?: string)
Sync buyers state from GCP
ArgumentTypeDescription
identifier?stringTarget a specific buyers by name (e.g. one discovered by list)
fn list(pageSize?: number, maxPages?: number)
List buyers resources
ArgumentTypeDescription
pageSize?numberThe maximum number of buyers to return. If unspecified, at most 100 buyers will be returned. The maximum value is 500; values above 500 will be coerced to 500.
maxPages?numberMaximum number of pages to fetch (default: 10)
fn get_remarketing_tag()
get remarketing tag

Resources

state(infinite)— RTB Buyer account information.
@swamp/gcp/realtimebidding/buyers-creativesv2026.09.15.1buyers_creatives.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
accessToken?stringGCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault.
credentialsJson?stringGCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault.
project?stringGCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables.
scopes?stringComma-separated OAuth scopes to request when minting access tokens via gcloud. Defaults to the API's Discovery Document scopes.
quotaProject?stringGCP project ID for quota and billing attribution; sets the x-goog-user-project header. Overrides GOOGLE_CLOUD_QUOTA_PROJECT environment variable. Required for APIs like Cloud Identity when using user credentials.
apiEndpoint?stringCustom API endpoint for emulators; overrides GCP_API_ENDPOINT environment variable. Defaults to the service's production URL.
adChoicesDestinationUrl?stringThe link to AdChoices destination page. This is only supported for native ads.
advertiserName?stringThe name of the company being advertised in the creative. Can be used to filter the response of the creatives.list method.
agencyId?stringThe agency ID for this creative.
creativeId?stringBuyer-specific creative ID that references this creative in bid responses. This field is Ignored in update operations. Can be used to filter the response of the creatives.list method. The maximum length of the creative ID is 128 bytes.
declaredAttributes?arrayAll declared attributes for the ads that may be shown from this creative. Can be used to filter the response of the creatives.list method. If the `excluded_attribute` field of a [bid request](https://developers.google.com/authorized-buyers/rtb/downloads/realtime-bidding-proto") contains one of the attributes that were declared or detected for a given creative, and a bid is submitted with that creative, the bid will be filtered before the auction.
declaredClickThroughUrls?arrayThe set of declared destination URLs for the creative. Can be used to filter the response of the creatives.list method.
declaredVendorIds?arrayIDs for the declared ad technology vendors that may be used by this creative. See https://storage.googleapis.com/adx-rtb-dictionaries/vendors.txt for possible values. Can be used to filter the response of the creatives.list method.
html?objectAn HTML creative.
impressionTrackingUrls?arrayThe set of URLs to be called to record an impression.
native?objectA native creative.
video?objectA video creative.
parent?stringThe parent resource name (e.g., projects/my-project/locations/us-central1, organizations/123, folders/456)
fn create()
Create a creatives
fn get(identifier: string)
Get a creatives
ArgumentTypeDescription
identifierstringThe name of the creatives
fn update(identifier?: string)
Update creatives attributes
ArgumentTypeDescription
identifier?stringTarget a specific creatives by name (e.g. one discovered by list)
fn sync(identifier?: string)
Sync creatives state from GCP
ArgumentTypeDescription
identifier?stringTarget a specific creatives by name (e.g. one discovered by list)
fn list(filter?: string, pageSize?: number, view?: string, maxPages?: number)
List creatives resources
ArgumentTypeDescription
filter?stringQuery string to filter creatives. If no filter is specified, all active creatives will be returned. Example: 'accountId=12345 AND (dealsStatus:DISAPPROVED AND disapprovalReason:UNACCEPTABLE_CONTENT) OR declaredAttributes:IS_COOKIE_TARGETED'
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.
view?stringControls the amount of information included in the response. By default only creativeServingDecision is included. To retrieve the entire creative resource (including the declared fields and the creative content) specify the view as "FULL".
maxPages?numberMaximum number of pages to fetch (default: 10)
fn add_deals(dealIds?: any)
add deals
ArgumentTypeDescription
dealIds?any

Resources

state(infinite)— A creative and its classification data.
@swamp/gcp/realtimebidding/buyers-userlistsv2026.08.12.2buyers_userlists.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
accessToken?stringGCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault.
credentialsJson?stringGCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault.
project?stringGCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables.
scopes?stringComma-separated OAuth scopes to request when minting access tokens via gcloud. Defaults to the API's Discovery Document scopes.
quotaProject?stringGCP project ID for quota and billing attribution; sets the x-goog-user-project header. Overrides GOOGLE_CLOUD_QUOTA_PROJECT environment variable. Required for APIs like Cloud Identity when using user credentials.
apiEndpoint?stringCustom API endpoint for emulators; overrides GCP_API_ENDPOINT environment variable. Defaults to the service's production URL.
description?stringThe description for the user list.
displayName?stringRequired. Display name of the user list. This must be unique across all user lists for a given account.
membershipDurationDays?stringRequired. The number of days a user's cookie stays on the user list. The field must be between 0 and 540 inclusive.
urlRestriction?objectRequired. Deprecated. This will be removed in October 2023. For more information, see the release notes: https://developers.google.com/authorized-buyers/apis/relnotes#real-time-bidding-api The URL restriction for the user list.
parent?stringThe parent resource name (e.g., projects/my-project/locations/us-central1, organizations/123, folders/456)
fn create()
Create a userLists
fn get(identifier: string)
Get a userLists
ArgumentTypeDescription
identifierstringThe name of the userLists
fn update(identifier?: string)
Update userLists attributes
ArgumentTypeDescription
identifier?stringTarget a specific userLists by name (e.g. one discovered by list)
fn sync(identifier?: string)
Sync userLists state from GCP
ArgumentTypeDescription
identifier?stringTarget a specific userLists by name (e.g. one discovered by list)
fn list(pageSize?: number, maxPages?: number)
List userLists resources
ArgumentTypeDescription
pageSize?numberThe number of results to return per page.
maxPages?numberMaximum number of pages to fetch (default: 10)
fn close()
close
fn get_remarketing_tag()
get remarketing tag
fn open()
open

Resources

state(infinite)— Represents an Authorized Buyers user list. Authorized Buyers can create/updat...
04Previous Versions19
2026.08.12.2
  • Updated: bidders, bidders_creatives, bidders_endpoints, bidders_pretargetingconfigs, bidders_publisherconnections, buyers, buyers_creatives, buyers_userlists
2026.07.29.1
  • Updated: bidders, bidders_creatives, bidders_endpoints, bidders_pretargetingconfigs, bidders_publisherconnections, buyers, buyers_creatives, buyers_userlists
2026.07.21.4
  • Updated: bidders_pretargetingconfigs, buyers_creatives
2026.07.21.1
  • Updated: bidders_pretargetingconfigs, buyers_creatives, buyers_userlists
2026.07.20.2
  • Updated: bidders_pretargetingconfigs, buyers_creatives
2026.07.20.1
  • Updated: bidders, bidders_creatives, bidders_endpoints, bidders_pretargetingconfigs, bidders_publisherconnections, buyers, buyers_creatives, buyers_userlists
2026.07.19.1
  • Updated: bidders, bidders_creatives, bidders_endpoints, bidders_pretargetingconfigs, bidders_publisherconnections, buyers, buyers_creatives, buyers_userlists
2026.07.18.1
  • Updated: bidders, bidders_creatives, bidders_endpoints, bidders_pretargetingconfigs, bidders_publisherconnections, buyers, buyers_creatives, buyers_userlists
2026.07.17.2
  • Updated: bidders_endpoints, bidders_pretargetingconfigs, buyers_creatives
2026.07.17.1
  • Updated: bidders_endpoints, bidders_pretargetingconfigs, bidders_publisherconnections, buyers_creatives, buyers_userlists
2026.06.08.2
  • Updated: bidders, bidders_creatives, bidders_endpoints, bidders_pretargetingconfigs, bidders_publisherconnections, buyers, buyers_creatives, buyers_userlists
2026.06.07.1
  • Updated: bidders, bidders_creatives, bidders_endpoints, bidders_pretargetingconfigs, bidders_publisherconnections, buyers, buyers_creatives, buyers_userlists
2026.05.26.1
  • Updated: buyers_creatives
2026.05.25.2
  • Updated: bidders, buyers

Modified 8 models

2026.05.24.1
  • Updated: bidders, bidders_creatives, bidders_endpoints, bidders_pretargetingconfigs, bidders_publisherconnections, buyers, buyers_creatives, buyers_userlists
2026.05.21.2
  • Updated: bidders, bidders_creatives, bidders_endpoints, bidders_pretargetingconfigs, bidders_publisherconnections, buyers, buyers_creatives, buyers_userlists
2026.05.21.1
2026.05.20.1
  • Updated: buyers_creatives
2026.05.19.2
05Stats
A
100 / 100
Downloads
0
Archive size
105.6 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 types (deprecated)1/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