REST Resource: placementStrategies
Resource: PlacementStrategy
JSON representation |
{
"id": string,
"name": string,
"accountId": string,
"kind": string
} |
Fields |
id |
string (int64 format)
ID of this placement strategy. This is a read-only, auto-generated field.
|
name |
string
Name of this placement strategy. This is a required field. It must be less than 256 characters long and unique among placement strategies of the same account.
|
accountId |
string (int64 format)
Account ID of this placement strategy.This is a read-only field that can be left blank.
|
kind |
string
Identifies what kind of resource this is. Value: the fixed string
"dfareporting#placementStrategy"
.
|
Methods |
|
Deletes an existing placement strategy. |
|
Gets one placement strategy by ID. |
|
Inserts a new placement strategy. |
|
Retrieves a list of placement strategies, possibly filtered. |
|
Updates an existing placement strategy. |
|
Updates an existing placement strategy. |
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-10-16 UTC.
[null,null,["Last updated 2024-10-16 UTC."],[[["Placement strategies have properties such as ID, name, account ID, and kind, which are detailed in the provided JSON representation."],["Placement strategy names must be unique within an account and less than 256 characters."],["You can manage placement strategies through various methods, including deleting, getting, inserting, listing, patching, and updating."],["Each placement strategy is identified by a unique, system-generated ID."],["The `kind` field always holds the value \"dfareporting#placementStrategy\" to identify the resource type."]]],[]]