Method: bidders.pretargetingConfigs.removeTargetedPublishers

  • Removes specific publishers from a pretargeting configuration, stopping ads from targeting them.

  • Uses an HTTP POST request to the specified endpoint with required path and request body parameters.

  • The request body requires a JSON payload with an array of publisher IDs to be removed.

  • Successful responses return the updated PretargetingConfig object.

  • Requires authorization with the https://www.googleapis.com/auth/realtime-bidding scope.

Removes targeted publishers from the pretargeting config.

HTTP request

POST https://realtimebidding.googleapis.com/v1/{pretargetingConfig=bidders/*/pretargetingConfigs/*}:removeTargetedPublishers

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
pretargetingConfig

string

Required. The name of the pretargeting configuration. Format: bidders/{bidderAccountId}/pretargetingConfig/{configId}

Request body

The request body contains data with the following structure:

JSON representation
{
  "publisherIds": [
    string
  ]
}
Fields
publisherIds[]

string

A list of publisher IDs to stop targeting in the pretargeting configuration. These values will be removed from the list of targeted publisher IDs in PretargetingConfig.publisherTargeting.values.

Publishers are identified by their publisher ID from ads.txt / app-ads.txt. See https://iabtechlab.com/ads-txt/ and https://iabtechlab.com/app-ads-txt/ for more details.

Response body

If successful, the response body contains an instance of PretargetingConfig.

Authorization scopes

Requires the following OAuth scope:

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