REST Resource: placementStrategies

Resource: PlacementStrategy

Contains properties of a placement strategy.

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

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.

patch

Updates an existing placement strategy.

update

Updates an existing placement strategy.