For a list of methods for this resource, see the end of this page.
Resource representations
Contains properties of a placement strategy.
{ "kind": "dfareporting#placementStrategy", "id": long, "name": string, "accountId": long }
Property name | Value | Description | Notes |
---|---|---|---|
accountId |
long |
Account ID of this placement strategy.This is a read-only field that can be left blank. | |
id |
long |
ID of this placement strategy. This is a read-only, auto-generated field. | |
kind |
string |
Identifies what kind of resource this is. Value: the fixed string "dfareporting#placementStrategy" . |
|
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. |
Methods
- delete
- Deletes an existing placement strategy.
- get
- Gets one placement strategy by ID.
- insert
- Inserts a new placement strategy.
- list
- Retrieves a list of placement strategies, possibly filtered. This method supports paging.
- patch
- Updates an existing placement strategy. This method supports patch semantics.
- update
- Updates an existing placement strategy.