Required. Name of the bidder whose pretargeting configurations will be listed. Format: bidders/{bidderAccountId}
Query parameters
Parameters
pageSize
integer
The 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.
pageToken
string
A token identifying a page of results the server should return.
A token which can be passed to a subsequent call to the pretargetingConfigs.list method to retrieve the next page of results in ListPretargetingConfigsRequest.pageToken.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-31 UTC."],[[["Lists proposals, allowing filtering by displayName, dealType, updateTime, and state using Cloud API list filtering syntax."],["Requires authorization with the `https://www.googleapis.com/auth/authorized-buyers-marketplace` scope."],["Request is sent as a GET to `https://authorizedbuyersmarketplace.googleapis.com/v1alpha/{parent=buyers/*}/proposals`, with parent specifying the buyer account."],["Response includes a list of proposals and a token for retrieving subsequent pages if results exceed the requested page size."]]],["This describes how to list pretargeting configurations for a bidder using an HTTP GET request to `https://realtimebidding.googleapis.com/v1/{parent=bidders/*}/pretargetingConfigs`. The `parent` path parameter specifies the bidder's ID. Optional query parameters `pageSize` (max 100) and `pageToken` allow for paginated results. The request body should be empty. The response includes a list of pretargeting configurations and a `nextPageToken` for retrieving subsequent pages, and requires OAuth scope `https://www.googleapis.com/auth/realtime-bidding`.\n"]]