Caution: You are viewing documentation for the API's REST interface. Most of our official client libraries use gRPC. See the
REST Introduction for details.
PlacementInfo
A placement criterion. This can be used to modify bids for sites when targeting the content network.
JSON representation |
{
"url": string
} |
Fields |
url |
string
URL of the placement. For example, "http://www.domain.com".
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-05-29 UTC.
[null,null,["Last updated 2024-05-29 UTC."],[[["Placement criteria can be used to modify bids for sites when targeting the content network."],["Placement criteria use a JSON representation with a single field \"url\" to specify the URL of the placement."]]],["The core content describes a placement criterion used to adjust bids for sites within a content network. This criterion is represented in JSON format as an object with a single field: `url`. This `url` field, a string, represents the web address of the placement, such as \"http://www.domain.com\". This allows for targeted bid modification based on specific website URLs.\n"]]