AI-generated Key Takeaways
-
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.
Resource: PlacementStrategy
Contains properties of a placement strategy.
JSON representation |
---|
{ "id": string, "name": string, "accountId": string, "kind": string } |
Fields | |
---|---|
id |
ID of this placement strategy. This is a read-only, auto-generated field. |
name |
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 |
Account ID of this placement strategy.This is a read-only field that can be left blank. |
kind |
Identifies what kind of resource this is. Value: the fixed string
. |
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. |