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.
[[["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 2024-09-18 UTC."],[[["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."]]],[]]