Method: bidders.pretargetingConfigs.list

Lists all pretargeting configurations for a single bidder.

HTTP request

GET https://realtimebidding.googleapis.com/v1/{parent=bidders/*}/pretargetingConfigs

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

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.

This value is received from a previous pretargetingConfigs.list call in ListPretargetingConfigsResponse.nextPageToken.

Request body

The request body must be empty.

Response body

A response containing pretargeting configurations.

If successful, the response body contains data with the following structure:

JSON representation
{
  "pretargetingConfigs": [
    {
      object (PretargetingConfig)
    }
  ],
  "nextPageToken": string
}
Fields
pretargetingConfigs[]

object (PretargetingConfig)

List of pretargeting configurations.

nextPageToken

string

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.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/realtime-bidding