Creates a pretargeting configuration. A pretargeting configuration's state (PretargetingConfig.state) is active upon creation, and it will start to affect traffic shortly after.
A bidder may create a maximum of 10 pretargeting configurations. Attempts to exceed this maximum results in a 400 bad request error.
HTTP request
POST https://realtimebidding.googleapis.com/v1/{parent=bidders/*}/pretargetingConfigs
[[["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."],[[["Creates a pretargeting configuration that affects traffic shortly after activation and requires a specific HTTP request using gRPC Transcoding syntax."],["A maximum of 10 pretargeting configurations are allowed per bidder, exceeding this limit results in a 400 bad request error."],["The request body needs to contain a PretargetingConfig instance, and a successful response will return a newly created PretargetingConfig instance."],["Authorization requires the `https://www.googleapis.com/auth/realtime-bidding` OAuth scope."]]],[]]